generated from mintlify/starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmint.json
59 lines (57 loc) · 1.11 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": "InfotoBiz",
"logo": {
"dark": "/logo/dark.svg",
"light": "/logo/light.svg"
},
"favicon": "/favicon.svg",
"colors": {
"primary": "#1c4587",
"light": "#6fa8dc",
"dark": "#1c4587",
"anchors": {
"from": "#6fa8dc",
"to": "#1c4587"
}
},
"topbarLinks": [
{
"name": "Support",
"url": "mailto:[email protected]"
}
],
"topbarCtaButton": {
"name": "Dashboard",
"url": "https://infotobiz.com/"
},
"anchors": [
{
"name": "Blog",
"icon": "blog",
"url": "https://infotobiz.com/blog"
}
],
"navigation": [
{
"group": "Get Started",
"pages": [
"introduction",
"quickstart",
"userguide"
]
},
{
"group": "Trouble Shooting",
"pages": [
"trouble-shooting/notion-connection",
"trouble-shooting/api-error",
"trouble-shooting/shortcut-problem"
]
}
],
"footerSocials": {
"x": "https://x.com/ZhantaoW9357",
"github": "https://github.com/AresTao"
}
}