generated from mintlify/starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mint.json
69 lines (69 loc) · 1.49 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
{
"$schema": "https://mintlify.com/schema.json",
"name": "Starter Kit",
"logo": {
"dark": "/logo/dark.png",
"light": "/logo/light.png"
},
"favicon": "/favicon.png",
"colors": {
"primary": "#0069ED",
"light": "#4D9CFF",
"dark": "#0050B4"
},
"topbarLinks": [
{
"name": "Documentation",
"url": "https://mintlify.com/docs"
}
],
"topbarCtaButton": {
"name": "Get Started",
"url": "https://github.com/mintlify/starter"
},
"anchors": [
{
"name": "API Reference",
"icon": "rectangle-terminal",
"url": "api-reference"
},
{
"name": "Changelog",
"icon": "list",
"url": "https://mintlify.com"
},
{
"name": "Community",
"icon": "discord",
"url": "https://mintlify.com/community"
}
],
"navigation": [
{
"group": "Home",
"pages": ["introduction", "development"]
},
{
"group": "Learn More",
"pages": ["features", "resources"]
},
{
"group": "API Documentation",
"pages": ["api-reference/authentication"]
},
{
"group": "Endpoint Examples",
"pages": [
"api-reference/endpoint/get",
"api-reference/endpoint/create",
"api-reference/endpoint/update",
"api-reference/endpoint/delete"
]
}
],
"footerSocials": {
"twitter": "https://twitter.com/mintlify",
"github": "https://github.com/mintlify",
"linkedin": "https://www.linkedin.com/company/mintsearch"
}
}