-
Notifications
You must be signed in to change notification settings - Fork 0
/
moonwave.toml
71 lines (55 loc) · 1.54 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
projectName = "Camping"
tagline = "A Roblox developer sandbox using Rojo v7 fully managed setup"
gitSourceBranch = "main"
apiCategories = [
"Player Item"
]
[docusaurus]
onBrokenLinks = "throw"
onBrokenMarkdownLinks = "warn"
favicon = "/favicon.png"
url = "https://matyasjay.github.io"
baseUrl = "/campingsite"
title = "Camping in R(oblox)ojo Land!"
tagline = "A Roblox developer sandbox using Rojo fully-managed setup"
[home]
enabled = true
[[home.features]]
title = "Roblox"
description = "One platform. Millions of ways to engage"
[[home.features]]
title = "Rojo"
description = "Rojo enables Roblox developers to use professional-grade software engineering tools"
[[home.features]]
title = "Moonwave"
description = "Moonwave is a tool for generating documentation from comments in Lua source code"
[[classOrder]]
section = "Toolkits"
collapsed = false
classes = ["Animate", "Iterator", "Observer", "Persona", "Trigger"]
[[classOrder]]
section = "User Interface"
collapsed = false
classes = ["StatsGui", "GameGui"]
[[classOrder]]
classes = ["Animations"]
[[classOrder]]
section = "Variables"
collapsed = false
classes = ["Attributes", "AttributesConfig","Statistics","StatisticsConfig" ]
[[classOrder]]
classes = ["Remote"]
[footer]
style = "dark"
copyright = " "
[[footer.links]]
title = "Useful Links"
[[footer.links.items]]
label = "Roblox"
to = "https://create.roblox.com/docs/reference/engine"
[[footer.links.items]]
label = "Rojo"
to = "https://rojo.space/docs/v7/"
[[footer.links.items]]
label = "Moonwave"
to = "https://eryn.io/moonwave/docs/intro"