generated from mintlify/starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmint.json
60 lines (60 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
57
58
59
60
{
"$schema": "https://mintlify.com/schema.json",
"name": "Notes",
"favicon": "/favicon.svg",
"colors": {
"primary": "#5C5470",
"background": {
"light": "#FAF0E6",
"dark": "#5C5470"
}
},
"topbarLinks": [
{
"name": "Email",
"url": "mailto:[email protected]"
},
{
"name": "saifshines.dev",
"url": "https://www.saifshines.dev"
}
],
"tabs": [
{
"name": "Productivity",
"url": "productivity"
}
],
"navigation": [
{
"group": "About",
"pages": ["about"]
},
{
"group": "Fundamentals",
"pages": ["skills/fundamentals/getting-into-js"]
},
{
"group": "Frontend",
"pages": ["skills/frontend/css-grid-and-flexbox"]
},
{
"group": "Productivity",
"pages": ["productivity/introduction"]
}
],
"footerSocials": {
"website": "https://www.saifshines.dev"
},
"modeToggle": {
"default": "light",
"isHidden": true
},
"primaryTab": {
"name": "Home"
},
"topAnchor": {
"name": "Home",
"icon": "building"
}
}