forked from mintlify/starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmint.json
61 lines (59 loc) · 1.27 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
{
"$schema": "https://mintlify.com/schema.json",
"name": "Starter Kit",
"api": {
"baseUrl": "https://api.joinslash.com"
},
"logo": {
"dark": "/favicon.png",
"light": "/favicon.png"
},
"favicon": "/favicon.png",
"colors": {
"primary": "#7c1d18",
"light": "#AE87FF",
"dark": "#0D001D",
"background": {
"dark": "#090014"
},
"anchors": {
"from": "#FF7F57",
"to": "#9563FF"
}
},
"topbarLinks": [
{
"name": "Support",
"url": "mailto:[email protected]"
}
],
"topbarCtaButton": {
"name": "Dashboard",
"url": "https://app.joinslash.com"
},
"anchors": [],
"navigation": [
{
"group": "Overview",
"pages": ["introduction"]
},
{
"group": "API Reference",
"pages": [
"api-reference/account-schema",
"api-reference/get-account-1",
"api-reference/get-account",
"api-reference/card-schema",
"api-reference/get-card-1",
"api-reference/post-card",
"api-reference/patch-card",
"api-reference/get-card"
]
}
],
"footerSocials": {
"twitter": "https://twitter.com/slashapp",
"github": "https://github.com/tabtabapp",
"linkedin": "https://www.linkedin.com/company/joinslash"
}
}