generated from mintlify/starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mint.json
56 lines (56 loc) · 1.08 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
{
"$schema": "https://mintlify.com/schema.json",
"name": "Doubt Productions",
"logo": {
"dark": "/logo/doubt-logo.svg",
"light": "/logo/doubt-logo.svg"
},
"favicon": "logo/doubt-logo.svg",
"colors": {
"primary": "#8f16ab",
"light": "#e3e3e5",
"dark": "#8f16ab",
"anchors": {
"from": "#8f16ab",
"to": "#e5088f"
}
},
"topbarLinks": [
{
"name": "Support",
"url": "mailto:[email protected]"
}
],
"topbarCtaButton": {
"name": "Github",
"url": "https://github.com/doubt-productions"
},
"tabs": [
{
"name": "Legal",
"url": "legal"
}
],
"primaryTab": {
"name": "Home"
},
"feedback": {
"thumbsRating": true,
"suggestEdit": true,
"raiseIssue": false
},
"navigation": [
{
"group": "Get Started",
"pages": ["introduction"]
},
{
"group": "Legal",
"pages": ["legal/welcome", "legal/privacy", "legal/terms"]
}
],
"footerSocials": {
"discord": "https://discord.gg/CrXyUcvqRC",
"github": "https://github.com/doubt-productions"
}
}