mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-09 07:28:09 -05:00
83 lines
1.7 KiB
JSON
83 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"
|
|
},
|
|
{
|
|
"name": "Blog",
|
|
"icon": "newspaper",
|
|
"url": "https://infisical.com/blog"
|
|
}
|
|
],
|
|
"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"
|
|
]
|
|
}
|
|
],
|
|
"classes": {
|
|
"topbarCtaButton": "bg-[#BADC58] hover:opacity-80 text-black rounded-md px-7 py-2.5 font-semibold",
|
|
"anchors": "group-hover:bg-gradient-to-br from-sky-400 to-primary",
|
|
"activeAnchors": "bg-gradient-to-br"
|
|
},
|
|
"backgroundImage": "/docs/images/background.png"
|
|
}
|