-
-
Notifications
You must be signed in to change notification settings - Fork 108
/
moonwave.toml
83 lines (69 loc) · 1.68 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
72
73
74
75
76
77
78
79
80
81
82
83
title = "Cmdr"
gitRepoUrl = "https://github.com/evaera/cmdr"
gitSourceBranch = "master"
changelog = true
classOrder = [
"Cmdr",
"CmdrClient",
"Registry",
"Dispatcher",
"Util",
"CommandContext",
"ArgumentContext",
]
[docusaurus]
organizationName = "evaera"
projectName = "Cmdr"
deploymentBranch = "gh-pages"
tagline = "The extensible command console for Roblox developers"
titleDelimiter = "•"
url = "https://eryn.io"
baseUrl = "/Cmdr/beta/"
# TODO: Remove when releasing new website
noIndex = true
[home]
enabled = true
includeReadme = false
[navbar]
title = ""
[navbar.logo]
alt = "Cmdr"
src = "/logo.png"
[[navbar.items]]
href = "https://github.com/evaera/cmdr/releases"
label = "Releases"
position = "right"
[[navbar.items]]
href = "https://discord.gg/g5PdMxh"
label = "Discord"
position = "right"
[footer]
copyright = "Built using Docusaurus and Moonwave. Released under the <a href=\"https://github.com/evaera/Cmdr/blob/master/LICENSE\" target=\"_blank\">MIT License</a>."
[[footer.links]]
title = "Learn"
[[footer.links.items]]
label = "Introduction"
href = "/docs/intro"
[[footer.links.items]]
label = "Best practice"
href = "/docs/advanced/bestpractice"
[[footer.links.items]]
label = "API reference"
href = "/api/Cmdr"
[[footer.links.items]]
label = "Changelog"
href = "/changelog"
[[footer.links]]
title = "Community"
[[footer.links.items]]
label = "Contribute"
href = "/docs/contribute"
[[footer.links.items]]
label = "Security"
href = "/docs/community/securityreport"
[[footer.links.items]]
label = "Discord"
href = "https://discord.gg/g5PdMxh"
[[footer.links.items]]
label = "Bug tracker"
href = "https://github.com/evaera/Cmdr/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc"