-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmoonwave.toml
44 lines (32 loc) · 1.37 KB
/
moonwave.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
title = "Weaver"
gitRepoUrl = "https://github.com/paracosm-daemon/weaver"
gitSourceBranch = "main"
changelog = true
[[classOrder]]
section = "Core"
classes = ["WeaverServer", "WeaverClient"]
[[classOrder]]
section = "Networking"
classes = ["RemoteSignal", "RemoteProperty", "Signal", "SignalConnection"]
[home]
enabled = true
includeReadme = false
[docusaurus]
favicon = "/favicon.png"
projectName = "Weaver"
organizationName = "Paracosm-Daemon"
tagline = "A fast, lightweight game framework for Roblox"
url = "https://paracosm-daemon.github.io"
baseUrl = "/Weaver"
[footer]
style = "dark"
copyright = "Copyright © 2024 Oliver S. Built with Moonwave and Docusaurus."
[[home.features]]
title = "Simple Structure"
description = "Since Weaver is built around a single-script architecture, communicating between multiple modules is seamless - ditto for communication between the server and the client."
[[home.features]]
title = "Painless Networking"
description = "Due to the nature of Weaver, all networking is made simple, as services and controllers natively support Weaver's RemoteSignal implementation; you don't need to use any Instances."
[[home.features]]
title = "Effortless Integration"
description = "Weaver doesn't take much effort to install. Once it's added into your Roblox project, there is little setup required to get it working as intended and integrated with your codebase."