generated from mintlify/starter
-
Notifications
You must be signed in to change notification settings - Fork 2
/
mint.json
50 lines (50 loc) · 1.04 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
{
"$schema": "https://mintlify.com/schema.json",
"name": "Mintlify Handbook",
"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"
}
],
"anchors": [
{
"name": "Engineering",
"icon": "rectangle-terminal",
"url": "engineering"
}
],
"navigation": [
{
"group": "Home",
"pages": ["introduction", "vision"]
},
{
"group": "How we work",
"pages": ["how-we-work/culture", "how-we-work/values"]
},
{
"group": "People & Ops",
"pages": ["people/hiring"]
},
{
"group": "API Documentation",
"pages": ["engineering/authentication"]
}
],
"footerSocials": {
"twitter": "https://twitter.com/mintlify",
"github": "https://github.com/mintlify",
"linkedin": "https://www.linkedin.com/company/mintsearch"
}
}