generated from mintlify/starter
-
Notifications
You must be signed in to change notification settings - Fork 1
/
mint.json
102 lines (102 loc) · 2.06 KB
/
mint.json
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
95
96
97
98
99
100
101
102
{
"$schema": "https://mintlify.com/schema.json",
"name": "greed",
"logo": {
"dark": "/favicon.svg",
"light": "/favicon.svg"
},
"analytics": {
"posthog": {
"apiKey": "phc_ds8DUIOmRamXtLOekJPgdUJ5sIYxUyagooTn3Y3ZI0k"
},
"ga4": {
"measurementId": "G-ZHEH4NB1B7"
}
},
"favicon": "favicon.svg",
"feedback": {
"thumbsRating": true,
"suggestEdit": true
},
"colors": {
"primary": "#7593db",
"light": "#7593db",
"dark": "#7593db",
"anchors": {
"from": "#0D9373",
"to": "#07C983"
}
},
"topbarLinks": [
{
"name": "Discord",
"url": "https://discord.gg/greedbot"
}
],
"topbarCtaButton": {
"name": "Home",
"url": "https://greed.best"
},
"navigation": [
{
"group": "Get Started",
"pages": [
"introduction",
"quickstart"
]
},
{
"group": "Configuration",
"pages": [
{
"group": "Welcome & Leave",
"pages": [
"server-config/welcome-setup",
"server-config/leave-setup"
],
"icon": "bell"
},
{
"group": "Roles",
"pages": [
"server-config/booster-roles"
],
"icon": "user"
},
{
"group": "Security",
"pages": [
"server-config/anti-raid",
"server-config/anti-nuke",
"server-config/logging",
"server-config/jail-setup"
],
"icon": "gear"
},
"server-config/reactions"
]
},
{
"group": "Linkable Integrations",
"pages": [
"linkable/lastfm",
"linkable/twitter",
"linkable/twitch"
],
"icon": "icons"
},
{
"group": "Resources",
"pages": [
"overview/variables",
"overview/colors",
"overview/translations",
"overview/fake-permissions"
]
}
],
"footerSocials": {
"discord": "https://greed.best/discord",
"github": "https://github.com/adammbh/greed-docs"
}
}