diff --git a/docs/docs.json b/docs/docs.json index 894004b27..8cc458764 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -416,6 +416,9 @@ "pages": [ "documentation/platform/secrets-mgmt/project", "documentation/platform/folder", + "documentation/platform/secret-versioning", + "documentation/platform/pit-recovery", + "documentation/platform/secret-reference", { "group": "Secret Rotation", "pages": [ @@ -459,7 +462,8 @@ "documentation/platform/dynamic-secrets/kubernetes", "documentation/platform/dynamic-secrets/vertica" ] - } + }, + "documentation/platform/webhooks" ] }, { diff --git a/docs/documentation/platform/secrets-mgmt/concepts/secrets-delivery.mdx b/docs/documentation/platform/secrets-mgmt/concepts/secrets-delivery.mdx index f7ac0d545..7ad11948c 100644 --- a/docs/documentation/platform/secrets-mgmt/concepts/secrets-delivery.mdx +++ b/docs/documentation/platform/secrets-mgmt/concepts/secrets-delivery.mdx @@ -1,6 +1,6 @@ --- -title: "Delivering Secrets" -description: "Learn how to get secrets out of Infisical and into the systems, applications, and environments that need them." +title: "Fetching Secrets" +description: "Learn how to deliver secrets from Infisical into the systems, applications, and environments that need them." --- Once secrets are stored and scoped in Infisical, the next step is delivering them securely to the systems and applications that need them.