Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions content/vault/v1.20.x/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ description: >-
common tasks, and best practices.
---

# Documentation
# Vault product documentation

Welcome to the Vault product documentation!
<Note>

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).
You are currently viewing documentation for an older version of Vault.

</Note>
13 changes: 13 additions & 0 deletions content/vault/v1.20.x/redirects.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -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
*****************************************************************************/
Expand Down
Loading