Files
infisical/docs/mint.json
2022-11-18 14:58:03 -05:00

86 lines
1.7 KiB
JSON

{
"name": "Infisical",
"basePath": "/docs",
"logo": {
"dark": "/docs/logo/dark.svg",
"light": "/docs/logo/light.svg",
"href": "https://infisical.com"
},
"favicon": "/favicon.png",
"colors": {
"primary": "#A1B659",
"light": "#E1EB55",
"dark": "#A1B659",
"ultraLight": "#EFF4DD",
"ultraDark": "#8D9F4C",
"background": {
"dark": "#0D1117"
}
},
"topbarLinks": [{ "name": "Log In", "url": "https://infisical.com/login" }],
"topbarCtaButton": {
"name": "Start for Free",
"url": "https://infisical.com/signup"
},
"anchors": [
{
"name": "Security",
"icon": "shield-halved",
"url": "https://infisical.com/security",
"color": {
"from": "#A1B659",
"to": "#F8B7BD"
}
},
{
"name": "Blog",
"icon": "newspaper",
"url": "https://infisical.com/blog",
"color": {
"from": "#A1B659",
"to": "#F8B7BD"
}
}
],
"navigation": [
{
"group": "Documentation",
"pages": [
"gettingStarted",
"installCLI",
"infisicalToken",
"CLI"
]
},
{
"group": "Integrations",
"pages": [
"Heroku"
]
},
{
"group": "Self-hosting",
"pages": [
"self_host_overview",
{
"group": "Deployments",
"pages": ["linux"]
},
{
"group": "Configure",
"pages": ["envars"]
}
]
},
{
"group": "Contributing",
"pages": [
"contributing",
"codeOfConduct",
"developing"
]
}
],
"backgroundImage": "/docs/images/background.png"
}