mirror of
https://github.com/Infisical/infisical.git
synced 2026-05-02 03:02:03 -04:00
106 lines
2.5 KiB
JSON
106 lines
2.5 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"
|
|
},
|
|
"anchors": {
|
|
"from": "#A1B659",
|
|
"to": "#F8B7BD"
|
|
}
|
|
},
|
|
"topbarLinks": [{ "name": "Log In", "url": "https://infisical.com/login" }],
|
|
"topbarCtaButton": {
|
|
"name": "Start for Free",
|
|
"url": "https://infisical.com/signup"
|
|
},
|
|
"anchors": [
|
|
{
|
|
"name": "Blog",
|
|
"icon": "newspaper",
|
|
"url": "https://infisical.com/blog"
|
|
}
|
|
],
|
|
"navigation": [
|
|
{
|
|
"group": "Platform",
|
|
"pages": [
|
|
"getting-started/introduction",
|
|
"getting-started/features",
|
|
{
|
|
"group": "Security",
|
|
"pages": [
|
|
"getting-started/security/overview",
|
|
"getting-started/security/data-model",
|
|
"getting-started/security/mechanics",
|
|
"getting-started/security/statement"
|
|
]
|
|
},
|
|
{
|
|
"group": "Web UI",
|
|
"pages": [
|
|
"getting-started/dashboard/create-account",
|
|
"getting-started/dashboard/organization",
|
|
"getting-started/dashboard/project",
|
|
"getting-started/dashboard/integrations",
|
|
"getting-started/dashboard/token"
|
|
]
|
|
},
|
|
{
|
|
"group": "Command Line",
|
|
"pages": [
|
|
"getting-started/cli/installation",
|
|
"getting-started/cli/cli-guide",
|
|
"getting-started/cli/token",
|
|
"getting-started/cli/reference"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"group": "Integrations",
|
|
"pages": [
|
|
"integrations/heroku",
|
|
"integrations/docker",
|
|
"integrations/docker-compose"
|
|
]
|
|
},
|
|
{
|
|
"group": "Self-hosting",
|
|
"pages": [
|
|
"self-hosting/overview",
|
|
{
|
|
"group": "Deployments",
|
|
"pages": ["self-hosting/deployments/linux"]
|
|
},
|
|
{
|
|
"group": "Configuration",
|
|
"pages": ["self-hosting/configuration/envars"]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"group": "Contributing",
|
|
"pages": [
|
|
"contributing/overview",
|
|
"contributing/code-of-conduct",
|
|
"contributing/developing",
|
|
"contributing/architecture"
|
|
]
|
|
}
|
|
],
|
|
"backgroundImage": "/images/background.png"
|
|
}
|