mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-10 07:58:15 -05:00
283 lines
7.2 KiB
JSON
283 lines
7.2 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"
|
|
}
|
|
},
|
|
"api": {
|
|
"baseUrl": [
|
|
"https://app.infisical.com",
|
|
"http://localhost:8080"
|
|
],
|
|
"auth": {
|
|
"method": "key",
|
|
"name": "X-API-KEY"
|
|
}
|
|
},
|
|
"topbarLinks": [
|
|
{ "name": "Log In", "url": "https://app.infisical.com/login" }
|
|
],
|
|
"topbarCtaButton": {
|
|
"name": "Start for Free",
|
|
"url": "https://app.infisical.com/signup"
|
|
},
|
|
"anchors": [
|
|
{
|
|
"name": "Security",
|
|
"icon": "shield-halved",
|
|
"url": "security"
|
|
},
|
|
{
|
|
"name": "Self-hosting",
|
|
"icon": "server",
|
|
"url": "self-hosting"
|
|
},
|
|
{
|
|
"name": "API Reference",
|
|
"icon": "cloud",
|
|
"url": "api-reference"
|
|
},
|
|
{
|
|
"name": "Contributing",
|
|
"icon": "code",
|
|
"url": "contributing"
|
|
},
|
|
{
|
|
"name": "Blog",
|
|
"icon": "newspaper",
|
|
"url": "https://blog.infisical.com/"
|
|
},
|
|
{
|
|
"name": "Slack",
|
|
"icon": "slack",
|
|
"url": "https://join.slack.com/t/infisical-users/shared_invite/zt-1kovn1q6p-p5fvJo7o083naouDkOzgZQ"
|
|
},
|
|
{
|
|
"name": "GitHub",
|
|
"icon": "github",
|
|
"url": "https://github.com/Infisical/infisical"
|
|
}
|
|
],
|
|
"navigation": [
|
|
{
|
|
"group": "Overview",
|
|
"pages": [
|
|
"getting-started/introduction",
|
|
"getting-started/quickstart",
|
|
"getting-started/features"
|
|
]
|
|
},
|
|
{
|
|
"group": "Platform",
|
|
"pages": [
|
|
"getting-started/dashboard/organization",
|
|
"getting-started/dashboard/project",
|
|
"getting-started/dashboard/pit-recovery",
|
|
"getting-started/dashboard/secret-versioning",
|
|
"getting-started/dashboard/audit-logs",
|
|
"getting-started/dashboard/mfa",
|
|
"getting-started/dashboard/token"
|
|
]
|
|
},
|
|
{
|
|
"group": "Command line",
|
|
"pages": [
|
|
"cli/overview",
|
|
"cli/usage",
|
|
{
|
|
"group": "Commands",
|
|
"pages": [
|
|
"cli/commands/login",
|
|
"cli/commands/init",
|
|
"cli/commands/run",
|
|
"cli/commands/secrets",
|
|
"cli/commands/export",
|
|
"cli/commands/vault",
|
|
"cli/commands/reset"
|
|
]
|
|
},
|
|
"cli/project-config",
|
|
"cli/faq"
|
|
]
|
|
},
|
|
{
|
|
"group": "Integrations",
|
|
"pages": [
|
|
"integrations/overview",
|
|
{
|
|
"group": "Docker",
|
|
"pages": [
|
|
"integrations/platforms/docker",
|
|
"integrations/platforms/docker-compose"
|
|
]
|
|
},
|
|
|
|
"integrations/platforms/kubernetes",
|
|
"integrations/frameworks/terraform",
|
|
|
|
{
|
|
"group": "AWS",
|
|
"pages": [
|
|
"integrations/cloud/aws-parameter-store",
|
|
"integrations/cloud/aws-secret-manager"
|
|
]
|
|
},
|
|
|
|
"integrations/cloud/heroku",
|
|
"integrations/cloud/vercel",
|
|
"integrations/cloud/netlify",
|
|
"integrations/cloud/render",
|
|
"integrations/cloud/flyio",
|
|
|
|
"integrations/cloud/azure-key-vault",
|
|
|
|
"integrations/cicd/githubactions",
|
|
"integrations/cicd/gitlab",
|
|
"integrations/cicd/circleci",
|
|
"integrations/cicd/travisci",
|
|
|
|
"integrations/frameworks/react",
|
|
"integrations/frameworks/vue",
|
|
"integrations/frameworks/express",
|
|
"integrations/frameworks/nextjs",
|
|
"integrations/frameworks/nestjs",
|
|
"integrations/frameworks/sveltekit",
|
|
"integrations/frameworks/nuxt",
|
|
"integrations/frameworks/gatsby",
|
|
"integrations/frameworks/remix",
|
|
"integrations/frameworks/vite",
|
|
"integrations/frameworks/fiber",
|
|
"integrations/frameworks/django",
|
|
"integrations/frameworks/flask",
|
|
"integrations/frameworks/laravel",
|
|
"integrations/frameworks/rails",
|
|
"integrations/frameworks/dotnet",
|
|
"integrations/platforms/pm2"
|
|
]
|
|
},
|
|
{
|
|
"group": "Self-hosting",
|
|
"pages": [
|
|
"self-hosting/overview"
|
|
]
|
|
},
|
|
{
|
|
"group": "Deployment options",
|
|
"pages": [
|
|
"self-hosting/deployments/linux",
|
|
"self-hosting/deployments/kubernetes"
|
|
]
|
|
},
|
|
{
|
|
"group": "Configuration",
|
|
"pages": [
|
|
"self-hosting/configuration/envars",
|
|
"self-hosting/configuration/email"
|
|
]
|
|
},
|
|
{
|
|
"group": "Overview",
|
|
"pages": [
|
|
"api-reference/overview/introduction",
|
|
"api-reference/overview/authentication",
|
|
{
|
|
"group": "Examples",
|
|
"pages": [
|
|
"api-reference/overview/examples/create-secrets",
|
|
"api-reference/overview/examples/retrieve-secrets",
|
|
"api-reference/overview/examples/update-secrets",
|
|
"api-reference/overview/examples/delete-secrets"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"group": "Endpoints",
|
|
"pages": [
|
|
{
|
|
"group": "Users",
|
|
"pages": [
|
|
"api-reference/endpoints/users/me",
|
|
"api-reference/endpoints/users/my-organizations"
|
|
]
|
|
},
|
|
{
|
|
"group": "Organizations",
|
|
"pages": [
|
|
"api-reference/endpoints/organizations/memberships",
|
|
"api-reference/endpoints/organizations/update-membership",
|
|
"api-reference/endpoints/organizations/delete-membership",
|
|
"api-reference/endpoints/organizations/workspaces"
|
|
]
|
|
},
|
|
{
|
|
"group": "Projects",
|
|
"pages": [
|
|
"api-reference/endpoints/workspaces/memberships",
|
|
"api-reference/endpoints/workspaces/update-membership",
|
|
"api-reference/endpoints/workspaces/delete-membership",
|
|
"api-reference/endpoints/workspaces/workspace-key",
|
|
"api-reference/endpoints/workspaces/logs",
|
|
"api-reference/endpoints/workspaces/secret-snapshots",
|
|
"api-reference/endpoints/workspaces/rollback-snapshot"
|
|
]
|
|
},
|
|
{
|
|
"group": "Secrets",
|
|
"pages": [
|
|
"api-reference/endpoints/secrets/create",
|
|
"api-reference/endpoints/secrets/read",
|
|
"api-reference/endpoints/secrets/update",
|
|
"api-reference/endpoints/secrets/delete",
|
|
"api-reference/endpoints/secrets/versions",
|
|
"api-reference/endpoints/secrets/rollback-version"
|
|
]
|
|
},
|
|
{
|
|
"group": "Service Tokens",
|
|
"pages": [
|
|
"api-reference/endpoints/service-tokens/get"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"group": "Security",
|
|
"pages": [
|
|
"security/overview",
|
|
"security/data-model",
|
|
"security/mechanics"
|
|
]
|
|
},
|
|
{
|
|
"group": "Contributing",
|
|
"pages": [
|
|
"contributing/overview",
|
|
"contributing/code-of-conduct",
|
|
"contributing/developing"
|
|
]
|
|
}
|
|
],
|
|
"backgroundImage": "/images/background.png",
|
|
"integrations": {
|
|
"intercom": "hsg644ru"
|
|
}
|
|
}
|