generated from mintlify/starter
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmint.json
95 lines (95 loc) · 1.74 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"$schema": "https://mintlify.com/schema.json",
"name": "Xeol",
"logo": {
"dark": "/logo/dark.svg",
"light": "/logo/light.svg"
},
"favicon": "/images/favicon.png",
"colors": {
"primary": "#D700BE",
"light": "#FF58EC",
"background": {
"dark": "#0D0D0D"
}
},
"topbarLinks": [
{
"name": "Beta",
"url": "https://www.xeol.io/beta"
}
],
"topbarCtaButton": {
"type": "github",
"url": "https://github.com/xeol-io/bumpgen"
},
"anchors": [
{
"name": "API",
"icon": "rectangle-code",
"url": "api-reference"
},
{
"name": "Dashboard",
"icon": "desktop",
"url": "dashboard"
},
{
"name": "bumpgen",
"icon": "user-robot",
"url": "bumpgen"
}
],
"navigation": [
{
"group": "Home",
"pages": [
"intro"
]
},
{
"group": "Legal",
"pages": [
"legal/data-privacy",
"legal/terms",
"legal/privacy"
]
},
{
"group": "API",
"pages": [
"api-reference/endpoint/check"
]
},
{
"group": "Dashboard",
"pages": [
"dashboard/cli",
"dashboard/home",
"dashboard/okta-sso"
]
},
{
"group": "bumpgen",
"pages": [
"bumpgen/home"
]
},
{
"group": "Architecture",
"pages": [
"api-reference/architecture"
]
}
],
"api": {
"baseUrl": "https://edb-prod.xeol.io/"
},
"footerSocials": {
"github": "https://github.com/xeol-io",
"linkedin": "https://www.linkedin.com/company/xeol",
"twitter": "https://twitter.com/xeol_io",
"website": "https://www.xeol.io/"
},
"backgroundImage": "/background.png"
}