From 3cea59ce5df250c27bce35a2de30cef2835d1258 Mon Sep 17 00:00:00 2001 From: Vladyslav Matsiiako Date: Sat, 28 Jan 2023 12:53:44 -0800 Subject: [PATCH] Improved docs SEO --- docs/cli/commands/commands.mdx | 1 + docs/cli/commands/export.mdx | 1 + docs/cli/commands/init.mdx | 1 + docs/cli/commands/login.mdx | 1 + docs/cli/commands/run.mdx | 1 + docs/cli/commands/secrets.mdx | 1 + docs/cli/commands/vault.mdx | 1 + docs/cli/faq.mdx | 1 + docs/cli/overview.mdx | 1 + docs/cli/token.mdx | 1 + docs/cli/usage.mdx | 1 + docs/contributing/code-of-conduct.mdx | 2 +- docs/getting-started/dashboard/audit-logs.mdx | 1 + docs/getting-started/dashboard/create-account.mdx | 1 + docs/getting-started/dashboard/integrations.mdx | 3 ++- docs/getting-started/dashboard/organization.mdx | 1 + docs/getting-started/dashboard/pit-recovery.mdx | 1 + docs/getting-started/dashboard/project.mdx | 1 + docs/getting-started/dashboard/secret-versioning.mdx | 1 + docs/getting-started/dashboard/token.mdx | 1 + docs/getting-started/features.mdx | 3 ++- docs/getting-started/introduction.mdx | 1 + docs/getting-started/quickstart.mdx | 1 + docs/integrations/cicd/githubactions.mdx | 1 + docs/integrations/cloud/flyio.mdx | 1 + docs/integrations/cloud/heroku.mdx | 1 + docs/integrations/cloud/netlify.mdx | 1 + docs/integrations/cloud/render.mdx | 1 + docs/integrations/cloud/vercel.mdx | 1 + docs/integrations/frameworks/django.mdx | 1 + docs/integrations/frameworks/dotnet.mdx | 1 + docs/integrations/frameworks/express.mdx | 1 + docs/integrations/frameworks/fiber.mdx | 1 + docs/integrations/frameworks/flask.mdx | 1 + docs/integrations/frameworks/gatsby.mdx | 1 + docs/integrations/frameworks/laravel.mdx | 1 + docs/integrations/frameworks/nestjs.mdx | 1 + docs/integrations/frameworks/nextjs.mdx | 1 + docs/integrations/frameworks/nuxt.mdx | 1 + docs/integrations/frameworks/rails.mdx | 1 + docs/integrations/frameworks/react.mdx | 1 + docs/integrations/frameworks/remix.mdx | 1 + docs/integrations/frameworks/vite.mdx | 1 + docs/integrations/frameworks/vue.mdx | 1 + docs/integrations/overview.mdx | 1 + docs/integrations/platforms/docker-compose.mdx | 1 + docs/integrations/platforms/docker.mdx | 3 ++- docs/integrations/platforms/kubernetes.mdx | 1 + docs/security/data-model.mdx | 1 + docs/security/mechanics.mdx | 1 + docs/security/overview.mdx | 1 + docs/self-hosting/configuration/email.mdx | 2 +- docs/self-hosting/configuration/envars.mdx | 2 +- docs/self-hosting/deployments/kubernetes.mdx | 2 +- docs/self-hosting/deployments/linux.mdx | 2 +- docs/self-hosting/overview.mdx | 1 + 56 files changed, 59 insertions(+), 8 deletions(-) diff --git a/docs/cli/commands/commands.mdx b/docs/cli/commands/commands.mdx index 7c1deeb1b..78870defc 100644 --- a/docs/cli/commands/commands.mdx +++ b/docs/cli/commands/commands.mdx @@ -1,5 +1,6 @@ --- title: "Commands" +description: "Infisical CLI command overview" --- ## Commands diff --git a/docs/cli/commands/export.mdx b/docs/cli/commands/export.mdx index bcbc89e89..d85057eba 100644 --- a/docs/cli/commands/export.mdx +++ b/docs/cli/commands/export.mdx @@ -1,5 +1,6 @@ --- title: "infisical export" +description: "Export Infisical secrets from CLI into different file formats" --- ```bash diff --git a/docs/cli/commands/init.mdx b/docs/cli/commands/init.mdx index 8d1c03061..d477541b8 100644 --- a/docs/cli/commands/init.mdx +++ b/docs/cli/commands/init.mdx @@ -1,5 +1,6 @@ --- title: "infisical init" +description: "Switch between Infisical projects within CLI" --- ```bash diff --git a/docs/cli/commands/login.mdx b/docs/cli/commands/login.mdx index de004c97f..36abaf94e 100644 --- a/docs/cli/commands/login.mdx +++ b/docs/cli/commands/login.mdx @@ -1,5 +1,6 @@ --- title: "infisical login" +description: "Login into Infisical from the CLI" --- ```bash diff --git a/docs/cli/commands/run.mdx b/docs/cli/commands/run.mdx index cbfcb4d98..a3f02cf44 100644 --- a/docs/cli/commands/run.mdx +++ b/docs/cli/commands/run.mdx @@ -1,5 +1,6 @@ --- title: "infisical run" +description: "The command that injects your secrets into local environment" --- diff --git a/docs/cli/commands/secrets.mdx b/docs/cli/commands/secrets.mdx index 9b4642347..0556e1866 100644 --- a/docs/cli/commands/secrets.mdx +++ b/docs/cli/commands/secrets.mdx @@ -1,5 +1,6 @@ --- title: "infisical secrets" +description: "Perform CRUD operations with Infisical secrets" --- ``` diff --git a/docs/cli/commands/vault.mdx b/docs/cli/commands/vault.mdx index f973cb727..2289c629c 100644 --- a/docs/cli/commands/vault.mdx +++ b/docs/cli/commands/vault.mdx @@ -1,5 +1,6 @@ --- title: "infisical vault" +description: "Change the vault type in Infisical" --- diff --git a/docs/cli/faq.mdx b/docs/cli/faq.mdx index 600386e81..6a98d8dc3 100644 --- a/docs/cli/faq.mdx +++ b/docs/cli/faq.mdx @@ -1,5 +1,6 @@ --- title: "FAQ" +description: "Frequently Asked Questions about Infisical" --- Frequently asked questions about the CLI can be found on this page. diff --git a/docs/cli/overview.mdx b/docs/cli/overview.mdx index 560dce083..18f2f1396 100644 --- a/docs/cli/overview.mdx +++ b/docs/cli/overview.mdx @@ -1,5 +1,6 @@ --- title: 'Install' +description: "Infisical's CLI is one of the best way to manage environments and secrets. Install it here" --- Prerequisite: Set up an account with [Infisical Cloud](https://app.infisical.com) or via a [self-hosted installation](/self-hosting/overview). diff --git a/docs/cli/token.mdx b/docs/cli/token.mdx index 5b3d2fd6b..38acab208 100644 --- a/docs/cli/token.mdx +++ b/docs/cli/token.mdx @@ -1,5 +1,6 @@ --- title: "Infisical Token" +description: "How to use Infical service token within the CLI." --- Prerequisite: [Infisical Token and How to Generate One](../../getting-started/dashboard/token). diff --git a/docs/cli/usage.mdx b/docs/cli/usage.mdx index fe08b60b3..6cb460874 100644 --- a/docs/cli/usage.mdx +++ b/docs/cli/usage.mdx @@ -1,5 +1,6 @@ --- title: "Usage" +description: "How to manage you secrets with Infisical's CLI?" --- Prerequisite: [Install the CLI](/cli/overview) diff --git a/docs/contributing/code-of-conduct.mdx b/docs/contributing/code-of-conduct.mdx index 439b49ee7..b9f1a1b7e 100644 --- a/docs/contributing/code-of-conduct.mdx +++ b/docs/contributing/code-of-conduct.mdx @@ -1,6 +1,6 @@ --- title: "Code of Conduct" -description: "" +description: "What you should know before contributing to Infisical?" --- ## Our Pledge diff --git a/docs/getting-started/dashboard/audit-logs.mdx b/docs/getting-started/dashboard/audit-logs.mdx index 808a7112d..6a48d98ff 100644 --- a/docs/getting-started/dashboard/audit-logs.mdx +++ b/docs/getting-started/dashboard/audit-logs.mdx @@ -1,5 +1,6 @@ --- title: "Activity Logs" +description: "See which events are triggered within your Infisical project." --- Activity logs record all actions going through Infisical including who performed which CRUD operations on environment variables and from what IP address. They help answer questions like: diff --git a/docs/getting-started/dashboard/create-account.mdx b/docs/getting-started/dashboard/create-account.mdx index ddc1654e3..a4be2c847 100644 --- a/docs/getting-started/dashboard/create-account.mdx +++ b/docs/getting-started/dashboard/create-account.mdx @@ -1,5 +1,6 @@ --- title: "Sign up" +description: "How to create an account in Infisical?" --- ## Self-hosted diff --git a/docs/getting-started/dashboard/integrations.mdx b/docs/getting-started/dashboard/integrations.mdx index 3dc5a2656..18a5aa8a8 100644 --- a/docs/getting-started/dashboard/integrations.mdx +++ b/docs/getting-started/dashboard/integrations.mdx @@ -1,10 +1,11 @@ --- title: "Integrations" +description: "How to sync your secrets among various 3rd-party services with Infisical." --- Integrations allow environment variables to be synced across your entire infrastructure from local development to CI/CD and production. -We're still early with integrations, but expect more soon. +We're still relatively early with integrations. 6+ integrations are already avaiable but expect more coming very soon. View all available integrations and their guides diff --git a/docs/getting-started/dashboard/organization.mdx b/docs/getting-started/dashboard/organization.mdx index c58922daa..63ec2cd49 100644 --- a/docs/getting-started/dashboard/organization.mdx +++ b/docs/getting-started/dashboard/organization.mdx @@ -1,5 +1,6 @@ --- title: "Organization" +description: "How Infisical structures its organizations." --- An organization houses projects and members. diff --git a/docs/getting-started/dashboard/pit-recovery.mdx b/docs/getting-started/dashboard/pit-recovery.mdx index 8881f117f..eeba72d60 100644 --- a/docs/getting-started/dashboard/pit-recovery.mdx +++ b/docs/getting-started/dashboard/pit-recovery.mdx @@ -1,5 +1,6 @@ --- title: "Point-in-Time Recovery" +description: "How to rollback secrets and configs to any commit with Infisical." --- Point-in-time recovery allows environment variables to be rolled back to any point in time. It's powered by snapshots that get captured after mutations to environment variables. diff --git a/docs/getting-started/dashboard/project.mdx b/docs/getting-started/dashboard/project.mdx index aa64d635b..ce7df57e3 100644 --- a/docs/getting-started/dashboard/project.mdx +++ b/docs/getting-started/dashboard/project.mdx @@ -1,5 +1,6 @@ --- title: "Project" +description: "How Infisical organizes secrets into projects." --- A project houses environment variables for an application. diff --git a/docs/getting-started/dashboard/secret-versioning.mdx b/docs/getting-started/dashboard/secret-versioning.mdx index ccf94fef1..04c3086cd 100644 --- a/docs/getting-started/dashboard/secret-versioning.mdx +++ b/docs/getting-started/dashboard/secret-versioning.mdx @@ -1,5 +1,6 @@ --- title: "Secret Versioning" +description: "Version secrets and configurations with Infisical" --- Secret versioning records changes made to every secret. diff --git a/docs/getting-started/dashboard/token.mdx b/docs/getting-started/dashboard/token.mdx index 455a57929..0caaa81d7 100644 --- a/docs/getting-started/dashboard/token.mdx +++ b/docs/getting-started/dashboard/token.mdx @@ -1,5 +1,6 @@ --- title: "Infisical Token" +description: "Use Infisical service token as one of the authentication methods." --- An Infisical Token is needed to authenticate the CLI when there isn't an easy way to input your login credentials. diff --git a/docs/getting-started/features.mdx b/docs/getting-started/features.mdx index 0205f0a46..7eaf6f267 100644 --- a/docs/getting-started/features.mdx +++ b/docs/getting-started/features.mdx @@ -1,5 +1,6 @@ --- title: "Features" +description: "A list of features that Infisical has to offer." --- This is a non-exhaustive list of features that Infisical offers: @@ -30,9 +31,9 @@ We're building the future of secret management, one that's comprehensive and acc | More hosting options | Ongoing | | 1-Click Deploys | Ongoing | | Account recovery: Backup key | Ongoing | +| Access logs | Ongoing | | Account recovery: Member-assisted | Coming soon | | Slack & MS teams integrations | Coming soon | -| Access logs | Coming soon | | Version control for secrets | Coming soon | | 2FA | Coming soon | | Restricted IPs | Coming soon | diff --git a/docs/getting-started/introduction.mdx b/docs/getting-started/introduction.mdx index 0213cea9c..ff8b72c4d 100644 --- a/docs/getting-started/introduction.mdx +++ b/docs/getting-started/introduction.mdx @@ -1,5 +1,6 @@ --- title: "Introduction" +description: "What is Infisical?" --- Infisical is an [open-source](https://opensource.com/resources/what-open-source), [end-to-end encrypted](https://en.wikipedia.org/wiki/End-to-end_encryption) secret manager that enables teams to easily manage and sync their environment variables. diff --git a/docs/getting-started/quickstart.mdx b/docs/getting-started/quickstart.mdx index 3c559cdcb..e3acd440d 100644 --- a/docs/getting-started/quickstart.mdx +++ b/docs/getting-started/quickstart.mdx @@ -1,5 +1,6 @@ --- title: "Quickstart" +description: "Start managing your developer secrets and configs with Infisical in 10 minutes." --- This example demonstrates how to store and inject environment variables from [Infisical Cloud](https://app.infisical.com) into your application. diff --git a/docs/integrations/cicd/githubactions.mdx b/docs/integrations/cicd/githubactions.mdx index 23dbc419e..8f93d8162 100644 --- a/docs/integrations/cicd/githubactions.mdx +++ b/docs/integrations/cicd/githubactions.mdx @@ -1,5 +1,6 @@ --- title: "GitHub Actions" +description: "How to automatically sync secrets from Infisical into your GitHub Actions." --- diff --git a/docs/integrations/cloud/flyio.mdx b/docs/integrations/cloud/flyio.mdx index 73518be96..e6d9afcef 100644 --- a/docs/integrations/cloud/flyio.mdx +++ b/docs/integrations/cloud/flyio.mdx @@ -1,5 +1,6 @@ --- title: "Fly.io" +description: "How to automatically sync secrets from Infisical into your Fly.io project." --- Prerequisites: diff --git a/docs/integrations/cloud/heroku.mdx b/docs/integrations/cloud/heroku.mdx index e16cd0d54..bbbaaf5a8 100644 --- a/docs/integrations/cloud/heroku.mdx +++ b/docs/integrations/cloud/heroku.mdx @@ -1,5 +1,6 @@ --- title: "Heroku" +description: "How to automatically sync secrets from Infisical into your Heroku project." --- Prerequisites: diff --git a/docs/integrations/cloud/netlify.mdx b/docs/integrations/cloud/netlify.mdx index e78f01368..f6b0e41e8 100644 --- a/docs/integrations/cloud/netlify.mdx +++ b/docs/integrations/cloud/netlify.mdx @@ -1,5 +1,6 @@ --- title: "Netlify" +description: "How to automatically sync secrets from Infisical into your Netlify project." --- diff --git a/docs/integrations/cloud/render.mdx b/docs/integrations/cloud/render.mdx index 612286098..9f9dbd08e 100644 --- a/docs/integrations/cloud/render.mdx +++ b/docs/integrations/cloud/render.mdx @@ -1,5 +1,6 @@ --- title: "Render" +description: "How to automatically sync secrets from Infisical into your Render project." --- Prerequisites: diff --git a/docs/integrations/cloud/vercel.mdx b/docs/integrations/cloud/vercel.mdx index bf5388976..804e3c50a 100644 --- a/docs/integrations/cloud/vercel.mdx +++ b/docs/integrations/cloud/vercel.mdx @@ -1,5 +1,6 @@ --- title: "Vercel" +description: "How to automatically sync secrets from Infisical into your Vercel project." --- Prerequisites: diff --git a/docs/integrations/frameworks/django.mdx b/docs/integrations/frameworks/django.mdx index ea786a0f7..2a62ea2f5 100644 --- a/docs/integrations/frameworks/django.mdx +++ b/docs/integrations/frameworks/django.mdx @@ -1,5 +1,6 @@ --- title: "Django" +description: "How to use Infisical to inject environment variables and secrets into a Django app." --- Prerequisites: diff --git a/docs/integrations/frameworks/dotnet.mdx b/docs/integrations/frameworks/dotnet.mdx index 7a1d358c1..7496a9d13 100644 --- a/docs/integrations/frameworks/dotnet.mdx +++ b/docs/integrations/frameworks/dotnet.mdx @@ -1,5 +1,6 @@ --- title: ".NET" +description: "How to use Infisical to inject environment variables and secrets into a .NET app." --- Prerequisites: diff --git a/docs/integrations/frameworks/express.mdx b/docs/integrations/frameworks/express.mdx index 363decf09..f73dd68e0 100644 --- a/docs/integrations/frameworks/express.mdx +++ b/docs/integrations/frameworks/express.mdx @@ -1,5 +1,6 @@ --- title: "Express, Fastify, Koa" +description: "How to use Infisical to inject environment variables and secrets into an Express app." --- Prerequisites: diff --git a/docs/integrations/frameworks/fiber.mdx b/docs/integrations/frameworks/fiber.mdx index 0c7d6aab2..896c015fb 100644 --- a/docs/integrations/frameworks/fiber.mdx +++ b/docs/integrations/frameworks/fiber.mdx @@ -1,5 +1,6 @@ --- title: "Fiber" +description: "How to use Infisical to inject environment variables and secrets into a Fiber app." --- Prerequisites: diff --git a/docs/integrations/frameworks/flask.mdx b/docs/integrations/frameworks/flask.mdx index e80a993e8..70759b1bf 100644 --- a/docs/integrations/frameworks/flask.mdx +++ b/docs/integrations/frameworks/flask.mdx @@ -1,5 +1,6 @@ --- title: "Flask" +description: "How to use Infisical to inject environment variables and secrets into a Flask app." --- Prerequisites: diff --git a/docs/integrations/frameworks/gatsby.mdx b/docs/integrations/frameworks/gatsby.mdx index 4e12265de..87be9691b 100644 --- a/docs/integrations/frameworks/gatsby.mdx +++ b/docs/integrations/frameworks/gatsby.mdx @@ -1,5 +1,6 @@ --- title: "Gatsby" +description: "How to use Infisical to inject environment variables and secrets into a Gatsby app." --- Prerequisites: diff --git a/docs/integrations/frameworks/laravel.mdx b/docs/integrations/frameworks/laravel.mdx index 0152e7c66..037d9ff73 100644 --- a/docs/integrations/frameworks/laravel.mdx +++ b/docs/integrations/frameworks/laravel.mdx @@ -1,5 +1,6 @@ --- title: "Laravel" +description: "How to use Infisical to inject environment variables and secrets into a Laravel app." --- Prerequisites: diff --git a/docs/integrations/frameworks/nestjs.mdx b/docs/integrations/frameworks/nestjs.mdx index 5e224587e..5f1ce6f8f 100644 --- a/docs/integrations/frameworks/nestjs.mdx +++ b/docs/integrations/frameworks/nestjs.mdx @@ -1,5 +1,6 @@ --- title: "NestJS" +description: "How to use Infisical to inject environment variables and secrets into a NestJS app." --- Prerequisites: diff --git a/docs/integrations/frameworks/nextjs.mdx b/docs/integrations/frameworks/nextjs.mdx index d6e46f54e..f3f99f86d 100644 --- a/docs/integrations/frameworks/nextjs.mdx +++ b/docs/integrations/frameworks/nextjs.mdx @@ -1,5 +1,6 @@ --- title: "Next.js" +description: "How to use Infisical to inject environment variables and secrets into a Next.js app." --- Prerequisites: diff --git a/docs/integrations/frameworks/nuxt.mdx b/docs/integrations/frameworks/nuxt.mdx index 8105940ee..3267d6542 100644 --- a/docs/integrations/frameworks/nuxt.mdx +++ b/docs/integrations/frameworks/nuxt.mdx @@ -1,5 +1,6 @@ --- title: "Nuxt" +description: "How to use Infisical to inject environment variables and secrets into a Nuxt app." --- Prerequisites: diff --git a/docs/integrations/frameworks/rails.mdx b/docs/integrations/frameworks/rails.mdx index 32e7cbd57..22dc471e3 100644 --- a/docs/integrations/frameworks/rails.mdx +++ b/docs/integrations/frameworks/rails.mdx @@ -1,5 +1,6 @@ --- title: "Ruby on Rails" +description: "How to use Infisical to inject environment variables and secrets into a Ruby on Rails app." --- Prerequisites: diff --git a/docs/integrations/frameworks/react.mdx b/docs/integrations/frameworks/react.mdx index 0c394ac7e..48ad5d74f 100644 --- a/docs/integrations/frameworks/react.mdx +++ b/docs/integrations/frameworks/react.mdx @@ -1,5 +1,6 @@ --- title: "React" +description: "How to use Infisical to inject environment variables and secrets into a React app." --- Prerequisites: diff --git a/docs/integrations/frameworks/remix.mdx b/docs/integrations/frameworks/remix.mdx index cc37a263e..d85844143 100644 --- a/docs/integrations/frameworks/remix.mdx +++ b/docs/integrations/frameworks/remix.mdx @@ -1,5 +1,6 @@ --- title: "Remix" +description: "How to use Infisical to inject environment variables and secrets into a Remix app." --- Prerequisites: diff --git a/docs/integrations/frameworks/vite.mdx b/docs/integrations/frameworks/vite.mdx index 2c6e80ff0..62a4bb2f6 100644 --- a/docs/integrations/frameworks/vite.mdx +++ b/docs/integrations/frameworks/vite.mdx @@ -1,5 +1,6 @@ --- title: "Vite" +description: "How to use Infisical to inject environment variables and secrets into a Vite app." --- Prerequisites: diff --git a/docs/integrations/frameworks/vue.mdx b/docs/integrations/frameworks/vue.mdx index 9bc17255c..240e4ae4b 100644 --- a/docs/integrations/frameworks/vue.mdx +++ b/docs/integrations/frameworks/vue.mdx @@ -1,5 +1,6 @@ --- title: "Vue" +description: "How to use Infisical to inject environment variables and secrets into a Vue.js app." --- Prerequisites: diff --git a/docs/integrations/overview.mdx b/docs/integrations/overview.mdx index c63e443d2..4f1e99227 100644 --- a/docs/integrations/overview.mdx +++ b/docs/integrations/overview.mdx @@ -1,5 +1,6 @@ --- title: "Overview" +description: "How to use Infisical to inject secrets and configs into various 3-rd party services and frameworks." --- Integrations allow environment variables to be synced from Infisical into your local development workflow, CI/CD pipelines, and production infrastructure. diff --git a/docs/integrations/platforms/docker-compose.mdx b/docs/integrations/platforms/docker-compose.mdx index f2cdd60c8..698316582 100644 --- a/docs/integrations/platforms/docker-compose.mdx +++ b/docs/integrations/platforms/docker-compose.mdx @@ -1,5 +1,6 @@ --- title: "Docker Compose" +description: "How to use Infisical to inject environment variables into container defined in your Docker Compose file." --- The Docker Compose integration enables you to inject environment variables from Infisical into the containers defined in your compose file. diff --git a/docs/integrations/platforms/docker.mdx b/docs/integrations/platforms/docker.mdx index 2a2baa9b1..8f53336ed 100644 --- a/docs/integrations/platforms/docker.mdx +++ b/docs/integrations/platforms/docker.mdx @@ -1,5 +1,6 @@ --- title: "Docker" +description: "How to use Infisical to inject environment variables into a Docker container." --- Infisical can be used in a Dockerfile to inject environment variables into a Docker container. @@ -43,7 +44,7 @@ Infisical can be used in a Dockerfile to inject environment variables into a Doc CMD ["infisical", "run", "---", "npm run start"] # example with multiple commands - CMD ["infisical", "run", "--command" "npm run start && ..."] + CMD ["infisical", "run", "--command", "npm run start && ..."] ``` View more options for the `run` command [here](../../cli/commands/run) diff --git a/docs/integrations/platforms/kubernetes.mdx b/docs/integrations/platforms/kubernetes.mdx index ee9baa85a..189dc9d7b 100644 --- a/docs/integrations/platforms/kubernetes.mdx +++ b/docs/integrations/platforms/kubernetes.mdx @@ -1,5 +1,6 @@ --- title: 'Kubernetes' +description: "This page explains how to use Infisical to inject secrets into Kubernetes clusters." --- The Infisical Secrets Operator is a custom Kubernetes controller that helps keep secrets in a cluster up to date by synchronizing them. diff --git a/docs/security/data-model.mdx b/docs/security/data-model.mdx index 6c60f9e41..a8f8dd9b7 100644 --- a/docs/security/data-model.mdx +++ b/docs/security/data-model.mdx @@ -1,5 +1,6 @@ --- title: "Data Model" +description: "Infisical's current Data Structure." --- Infisical stores a range of data namely user, secrets, keys, organization, project, and membership data. diff --git a/docs/security/mechanics.mdx b/docs/security/mechanics.mdx index 814524d73..0fb25b8b2 100644 --- a/docs/security/mechanics.mdx +++ b/docs/security/mechanics.mdx @@ -1,5 +1,6 @@ --- title: "Mechanics" +description: "Quick explanation of how Infisical works." --- ## Signup diff --git a/docs/security/overview.mdx b/docs/security/overview.mdx index 7e720f9d6..643a54b38 100644 --- a/docs/security/overview.mdx +++ b/docs/security/overview.mdx @@ -1,5 +1,6 @@ --- title: "Overview" +description: "Infisical's security statement." --- ## Summary diff --git a/docs/self-hosting/configuration/email.mdx b/docs/self-hosting/configuration/email.mdx index 666ca7622..8cb6525d3 100644 --- a/docs/self-hosting/configuration/email.mdx +++ b/docs/self-hosting/configuration/email.mdx @@ -1,6 +1,6 @@ --- title: "Email" -description: "" +description: "How to configure your email when self-hosting Infisical." --- Infisical requires you to configure your own SMTP server for certain functionality like: diff --git a/docs/self-hosting/configuration/envars.mdx b/docs/self-hosting/configuration/envars.mdx index f598336b6..39d6542c9 100644 --- a/docs/self-hosting/configuration/envars.mdx +++ b/docs/self-hosting/configuration/envars.mdx @@ -1,6 +1,6 @@ --- title: "Environment Variables" -description: "" +description: "How to configure your environment variables when self-hosting Infisical." --- Configuring Infisical requires setting some environment variables. There is a file called [`.env.example`](https://github.com/Infisical/infisical/blob/main/.env.example) at the root directory of our main repo that you can use to create a `.env` file before you start the server. diff --git a/docs/self-hosting/deployments/kubernetes.mdx b/docs/self-hosting/deployments/kubernetes.mdx index 4a9f45a3a..8710984b2 100644 --- a/docs/self-hosting/deployments/kubernetes.mdx +++ b/docs/self-hosting/deployments/kubernetes.mdx @@ -1,6 +1,6 @@ --- title: "Kubernetes" -description: "Deploy with Kubernetes" +description: "How to deploy Infisical with Kubernetes" --- diff --git a/docs/self-hosting/deployments/linux.mdx b/docs/self-hosting/deployments/linux.mdx index 0282e46de..771a4104a 100644 --- a/docs/self-hosting/deployments/linux.mdx +++ b/docs/self-hosting/deployments/linux.mdx @@ -1,6 +1,6 @@ --- title: "Linux VM" -description: "Deploy with Docker-Compose" +description: "How to deploy Infisical with Docker-Compose" --- diff --git a/docs/self-hosting/overview.mdx b/docs/self-hosting/overview.mdx index b0729637c..7f3bc30bf 100644 --- a/docs/self-hosting/overview.mdx +++ b/docs/self-hosting/overview.mdx @@ -1,5 +1,6 @@ --- title: "Overview" +description: "Infisical is an open-source end-to-end encrypted secrets manager that developers can set up within 15 minutes." ---