diff --git a/website.json b/website.json index 6132c1e5629..69c54fea8e1 100644 --- a/website.json +++ b/website.json @@ -86,6 +86,26 @@ "ReplaceKeyPrefixWith": "5.6/platforms/" } }, + { + "Condition": { + "KeyPrefixEquals": "5.6/" + }, + "Redirect": { + "HostName": "docs.redis.com", + "Protocol": "https", + "ReplaceKeyPrefixWith": "latest/" + } + }, + { + "Condition": { + "KeyPrefixEquals": "5.4/" + }, + "Redirect": { + "HostName": "docs.redis.com", + "Protocol": "https", + "ReplaceKeyPrefixWith": "latest/" + } + }, { "Condition": { "KeyPrefixEquals": "5.2/"