From 9706b6f7bbc75016879ab416b0c0ba4d4b9446bd Mon Sep 17 00:00:00 2001 From: Sarah Chavis <62406755+schavis@users.noreply.github.com> Date: Wed, 3 Sep 2025 13:23:16 -0700 Subject: [PATCH 1/2] add versioned redirect for future versions of high-trafic URLs --- content/vault/v1.20.x/redirects.jsonc | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/content/vault/v1.20.x/redirects.jsonc b/content/vault/v1.20.x/redirects.jsonc index 63783b4ffb..750b21d7a6 100644 --- a/content/vault/v1.20.x/redirects.jsonc +++ b/content/vault/v1.20.x/redirects.jsonc @@ -396,6 +396,19 @@ "permanent": true }, + /** + Version-tracking redirects for defunct path: /platform/k8s/*: + + - Source: {version}/platform/k8s/* + Target: {version}/deploy/kybernetes/* + Range: 1.19.x onward + **/ + { + "source": "/vault/docs/v:version(1\\.(?:19|2[0-9])\\.x)/platform/k8s/:slug*", + "destination": "/vault/docs/v:version/deploy/kubernetes/:slug*", + "permanent": true + }, + /***************************************************************************** 2025 | IA update - Leasing redirects *****************************************************************************/ From 3d38e004a9caac1da01b152a37ab95c15c02781f Mon Sep 17 00:00:00 2001 From: Sarah Chavis <62406755+schavis@users.noreply.github.com> Date: Wed, 3 Sep 2025 13:27:16 -0700 Subject: [PATCH 2/2] add doc change to trigger rebuild --- content/vault/v1.20.x/content/docs/index.mdx | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/content/vault/v1.20.x/content/docs/index.mdx b/content/vault/v1.20.x/content/docs/index.mdx index 6f1596a778..6efce800f5 100644 --- a/content/vault/v1.20.x/content/docs/index.mdx +++ b/content/vault/v1.20.x/content/docs/index.mdx @@ -6,11 +6,10 @@ description: >- common tasks, and best practices. --- -# Documentation +# Vault product documentation -Welcome to the Vault product documentation! + -If you are getting started with Vault, we recommend reading the -[What is Vault](/vault/docs/what-is-vault) docs before diving into our -[Vault Foundations tutorial set](/vault/tutorials/getting-started) -or our [Vault operator quickstart guide](/vault/docs/get-started/operations-qs). \ No newline at end of file +You are currently viewing documentation for an older version of Vault. + +