generated from mintlify/starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mint.json
69 lines (69 loc) · 1.66 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
{
"$schema": "https://mintlify.com/schema.json",
"name": "SwitchFeat",
"logo": {
"dark": "/images/logo-long.png",
"light": "/images/logo-long.png"
},
"favicon": "/favicon.png",
"colors": {
"primary": "#74c69d",
"light": "#74c69d",
"dark": "#74c69d"
},
"topbarCtaButton": {
"type": "github",
"url": "https://github.com/switchfeat-com/switchfeat"
},
"anchors": [
{
"icon": "code",
"name": "API Reference",
"url": "api-reference"
}
],
"navigation": [
{
"group": "Get Started",
"pages": ["introduction", "quickstart", "development"]
},
{
"group": "Concepts",
"pages": ["concepts/flags", "concepts/segments", "concepts/rules"]
},
{
"group": "API Documentation",
"pages": ["api-reference/authentication"]
},
{
"group": "Flags endpoint",
"pages": [
"api-reference/endpoint/flags/get",
"api-reference/endpoint/flags/create",
"api-reference/endpoint/flags/update",
"api-reference/endpoint/flags/delete"
]
},
{
"group": "Segments endpoint",
"pages": [
"api-reference/endpoint/segments/get",
"api-reference/endpoint/segments/create",
"api-reference/endpoint/segments/update",
"api-reference/endpoint/segments/delete"
]
},
{
"group": "SDK enpoints",
"pages": [
"api-reference/endpoint/sdk/evaluate"
]
}
],
"footerSocials": {
"twitter": "https://twitter.com/dev_bre",
"github": "https://github.com/switchfeat-com/switchfeat",
"website": "https://switchfeat.com/"
},
"backgroundImage": "/background.png"
}