forked from CentriXNodes-LLC/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.json
More file actions
94 lines (93 loc) · 1.89 KB
/
docs.json
File metadata and controls
94 lines (93 loc) · 1.89 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
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
85
86
87
88
89
90
91
92
93
94
{
"$schema": "https://mintlify.com/docs.json",
"theme": "maple",
"name": "Documentation",
"colors": {
"primary": "#0075FC",
"light": "#FFFFFF",
"dark": "#000000"
},
"favicon": "/icon/favicon.svg",
"navigation": {
"groups": [
{
"group": "Getting started",
"pages": [
"index"
]
},
{
"group": "Game Servers",
"pages": [
"game/sftp",
"game/2fa",
"game/users",
"game/backups",
"game/databases",
{
"group": "FiveM",
"expanded": false,
"icon": "house",
"pages": [
"fivem/txadmin-setup",
"fivem/setup-resources"
]
}
]
},
{
"group": "Windows",
"pages": [
"windows-vps/add-user-rdp",
"windows-vps/fix-installer-policy",
"windows-vps/fivem-server-setup",
"windows-vps/mariadb-setup"
]
},
{
"group": "Linux",
"pages": [
"linux-vps/fivem-server-setup",
"linux-vps/mariadb-setup"
]
},
{
"group": "Misc",
"pages": [
]
}
],
"global": {
"anchors": [
{
"anchor": "Support",
"href": "https://discord.gg/centrixnodes",
"icon": "book-open-cover"
}
]
}
},
"logo": {
"light": "/logo/light.svg",
"dark": "/logo/dark.svg"
},
"navbar": {
"links": [
{
"label": "Contact Us",
"href": "mailto:support@centrixnodes.net"
}
],
"primary": {
"type": "button",
"label": "Billing",
"href": "https://billing.centrixnodes.net"
}
},
"footer": {
"socials": {
"discord": "https://discord.gg/centrixnodes",
"github": "https://github.com/CentrixNodes-LLC"
}
}
}