generated from mintlify/starter
-
Notifications
You must be signed in to change notification settings - Fork 1
/
mint.json
106 lines (106 loc) · 2.38 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
96
97
98
99
100
101
102
103
104
105
106
{
"$schema": "https://mintlify.com/schema.json",
"name": "Glide",
"logo": {
"dark": "/images/glide_bird_in_circle.png",
"light": "/images/glide_bird_in_circle.png"
},
"favicon": "/images/glide_bird_in_circle.png",
"colors": {
"primary": "#0D9373",
"light": "#07C983",
"dark": "#0D9373",
"anchors": {
"from": "#0D9373",
"to": "#07C983"
}
},
"feedback": {
"suggestEdit": true,
"raiseIssue": true,
"thumbsRating": true
},
"topbarCtaButton": {
"type": "github",
"url": "https://github.com/einstack/glide"
},
"topbarLinks": [
{
"name": "Support",
"url": "https://github.com/EinStack/glide/discussions/categories/general"
}
],
"tabs": [
{
"name": "API Reference",
"url": "api-reference"
}
],
"anchors": [
{
"name": "GitHub",
"icon": "github",
"url": "https://github.com/EinStack/glide/"
},
{
"name": "Community",
"icon": "discord",
"url": "https://discord.gg/WQEt4KZmpA"
},
{
"name": "Changelog",
"icon": "list",
"url": "https://github.com/EinStack/glide/blob/develop/CHANGELOG.md"
},
{
"name": "Roadmap",
"icon": "map",
"url": "https://github.com/EinStack/glide/blob/develop/ROADMAP.md"
}
],
"navigation": [
{
"group": "Get Started",
"pages": [
"get-started/introduction",
{
"group": "Installation",
"pages": [
"get-started/docker-installation",
"get-started/local-installation",
"get-started/kubernetes-installation"
]
},
"get-started/concepts"
]
},
{
"group": "Essentials",
"pages": [
"essentials/configuration",
"essentials/routers",
"essentials/providers"
]
},
{
"group": "API Documentation",
"pages": [
"api-reference/introduction",
"api-reference/language/language-router-list",
"api-reference/language/language-chat",
"api-reference/language/language-chat-stream",
"api-reference/operations/gateway-health"
]
}
],
"footerSocials": {
"github": "https://github.com/EinStack",
"discord": "https://discord.gg/WQEt4KZmpA"
},
"openapi": ["api-reference/openapi.yml"],
"analytics": {
"ga4": {
"measurementId": "G-GVLV05SWSH"
}
}
}