generated from mintlify/starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmint.json
More file actions
86 lines (86 loc) · 1.73 KB
/
mint.json
File metadata and controls
86 lines (86 loc) · 1.73 KB
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
{
"$schema": "https://mintlify.com/schema.json",
"name": "envsecrets",
"logo": {
"dark": "/logo/dark.png",
"light": "/logo/light.png"
},
"favicon": "/favicon.png",
"colors": {
"primary": "#0070F3",
"light": "#4D9CFF",
"dark": "#0050B4"
},
"topbarLinks": [
{
"name": "Home",
"url": "https://envsecrets.com"
}
],
"topbarCtaButton": {
"name": "Start for free",
"url": "https://app.envsecrets.com"
},
"anchors": [
{
"name": "Security",
"icon": "shield-halved",
"url": "security"
},
{
"name": "Twitter",
"icon": "twitter",
"url": "https://twitter.com/envsecrets"
},
{
"name": "Community",
"icon": "discord",
"url": "https://discord.gg/zDF5MBfcqQ"
}
],
"navigation": [
{
"group": "Platform",
"pages": ["introduction", "quickstart",
{
"group": "Feature Guides",
"pages": [
"guides/rbac",
"guides/versioning",
"guides/tokens"
]
}
]
},
{
"group": "Command Line",
"pages": ["cli/install", "cli/usage"]
},
{
"group": "Integrations",
"pages": ["integrations/overview",
{
"group": "Complete List",
"pages": [
"integrations/list/github",
"integrations/list/vercel"
]
}
]
},
{
"group": "Policies",
"pages": [
"policies/privacy",
"policies/terms",
"policies/refund",
"policies/contact"
]
}
],
"footerSocials": {
"twitter": "https://twitter.com/envsecrets",
"github": "https://github.com/envsecrets",
"linkedin": "https://www.linkedin.com/company/envsecrets"
}
}