forked from evaera/Cmdr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmoonwave.toml
84 lines (70 loc) · 1.71 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
84
title = "CmdrX"
gitRepoUrl = "https://github.com/BiraruX/CmdrX"
gitSourceBranch = "main"
changelog = true
classOrder = [
"CmdrX",
"CmdrXClient",
"Registry",
"Dispatcher",
"Util",
"CommandContext",
"ArgumentContext",
]
[docusaurus]
organizationName = "BiraruX"
projectName = "CmdrX"
deploymentBranch = "gh-pages"
tagline = "Extensible command console for Roblox developers. This fork was made to add small use cases that 'arent fit for production code'"
titleDelimiter = "•"
onBrokenLinks = "throw"
onBrokenMarkdownLinks = "warn"
baseUrl = "/"
# TODO: Remove when releasing new website
noIndex = true
[home]
enabled = true
includeReadme = false
[navbar]
title = ""
[navbar.logo]
alt = "CmdrX"
src = "/name.png"
[[navbar.items]]
href = "https://github.com/BiraruX/CmdrX/releases"
label = "Releases"
position = "right"
[[navbar.items]]
href = "https://discord.gg/KTbpAEhWsf"
label = "Discord"
position = "right"
[footer]
copyright = "Made by Evaera, Modified by BiraruX. Licensed under MIT License"
[[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/CmdrX"
[[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/KTbpAEhWsf"
[[footer.links.items]]
label = "Bug tracker"
href = "https://github.com/BiraruX/CmdrX/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc"