-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.json
More file actions
58 lines (58 loc) · 1.14 KB
/
docs.json
File metadata and controls
58 lines (58 loc) · 1.14 KB
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
{
"$schema": "https://mintlify.com/docs.json",
"theme": "maple",
"name": "NebulaClient",
"colors": {
"primary": "#7C3AED",
"light": "#A78BFA",
"dark": "#5B21B6"
},
"navigation": {
"global": {
"anchors": [
{
"anchor": "Website",
"icon": "globe",
"href": "https://nebulaclient.net/"
},
{
"anchor": "Discord",
"icon": "discord",
"href": "https://nebulaclient.net/discord"
}
]
},
"groups": [
{
"group": "Getting Started",
"pages": [
"welcome"
]
},
{
"group": "Routes",
"pages": [
"routes/overview",
"routes/command-builder",
"routes/gui-builder",
"routes/multi-routes",
"routes/macro-integration"
]
}
]
},
"favicon": {
"light": "/images/Nebula-Purple.png",
"dark": "/images/Nebula-Purple.png"
},
"seo": {
"indexing": "all"
},
"logo": {
"light": "/images/Nebula-Purple.png",
"dark": "/images/Nebula-Purple.png"
},
"appearance": {
"default": "dark"
}
}