-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmint.json
More file actions
79 lines (79 loc) · 1.48 KB
/
mint.json
File metadata and controls
79 lines (79 loc) · 1.48 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
{
"$schema": "https://mintlify.com/schema.json",
"name": "Aqualink Documentation",
"logo": {
"dark": "/logo/dark.svg",
"light": "/logo/light.svg"
},
"favicon": "/favicon.svg",
"colors": {
"primary": "#2563eb",
"light": "#60a5fa",
"dark": "#1e40af"
},
"topbarLinks": [
{
"name": "Support",
"url": "https://discord.gg/UKNDx2JWa5"
}
],
"topbarCtaButton": {
"name": "GitHub",
"url": "https://github.com/ToddyTheNoobDud/AquaLink"
},
"navigation": [
{
"group": "Get Started",
"pages": [
"pages/index",
"pages/quickstart",
"pages/Development"
]
},
{
"group": "Essentials",
"pages": [
"pages/markdown"
]
},
{
"group": "Advanced Features",
"pages": [
"pages/failover",
"pages/multi-node"
]
},
{
"group": "Usage & Implementation",
"pages": [
"pages/Tracks",
"pages/Queue",
"pages/usage"
]
},
{
"group": "Events & Integration",
"pages": [
"pages/events"
]
},
{
"group": "User Guides",
"pages": [
"pages/filters",
"pages/player",
"pages/search"
]
},
{
"group": "Support",
"pages": [
"pages/Troubleshooting"
]
}
],
"footerSocials": {
"github": "https://github.com/ToddyTheNoobDud/AquaLink",
"discord": "https://discord.gg/UKNDx2JWa5"
}
}