Skip to content

Commit

Permalink
Redirect k8s v6.x to latest (#2322)
Browse files Browse the repository at this point in the history
  • Loading branch information
rrelledge authored Jan 25, 2023
1 parent 7c0e9e4 commit a75cdc5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions website.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,16 @@
"ReplaceKeyPrefixWith": "latest/rc/"
}
},
{
"Condition": {
"KeyPrefixEquals": "6.0/platforms/"
},
"Redirect": {
"HostName": "docs.redis.com",
"Protocol": "https",
"ReplaceKeyPrefixWith": "latest/kubernetes/"
}
},
{
"Condition": {
"KeyPrefixEquals": "5.4/platforms/"
Expand Down

0 comments on commit a75cdc5

Please sign in to comment.