mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-09 00:33:28 -04:00
add redirect (#31165)
This commit is contained in:
parent
3a8a3ab8f1
commit
e2b6f979c2
1 changed files with 5 additions and 0 deletions
|
|
@ -324,5 +324,10 @@ module.exports = [
|
|||
source: '/vault/docs/concepts/client-count/usage-metrics',
|
||||
destination: '/vault/docs/concepts/client-count/client-usage',
|
||||
permanent: true,
|
||||
},
|
||||
{
|
||||
source: '/vault/docs/v:version(1\.*\.x)/v:ver(1\.*\.x)/:slug*',
|
||||
destination: '/vault/docs/:version/:slug',
|
||||
permanent: true,
|
||||
}
|
||||
]
|
||||
Loading…
Reference in a new issue