Skip to content

Commit

Permalink
Squashed commit of the following web updates
Browse files Browse the repository at this point in the history
commit 9b11ae0b 
Author: Rachel Elledge <[email protected]> 
Date: Tue Aug 10 2021 10:48:09 GMT-0500 (Central Daylight Time) 

    Updated website.json


commit 3ace752e 
Author: Rachel Elledge <[email protected]> 
Date: Mon Aug 09 2021 09:08:58 GMT-0500 (Central Daylight Time) 

    Updated robots.txt
  • Loading branch information
rrelledge committed Aug 10, 2021
1 parent 75345ed commit 0f54df3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions robots.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ Disallow: /5.6/
Disallow: /6.0/

Sitemap: https://docs.redislabs.com/latest/sitemap.xml
Sitemap: https://docs.redis.com/latest/sitemap.xml
12 changes: 6 additions & 6 deletions website.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"KeyPrefixEquals": "6.0/"
},
"Redirect": {
"HostName": "docs.redislabs.com",
"HostName": "docs.redis.com",
"Protocol": "https",
"ReplaceKeyPrefixWith": "latest/"
}
Expand All @@ -21,7 +21,7 @@
"KeyPrefixEquals": "5.6/rc/"
},
"Redirect": {
"HostName": "docs.redislabs.com",
"HostName": "docs.redis.com",
"Protocol": "https",
"ReplaceKeyPrefixWith": "latest/rc/"
}
Expand All @@ -31,7 +31,7 @@
"KeyPrefixEquals": "5.4/rc/"
},
"Redirect": {
"HostName": "docs.redislabs.com",
"HostName": "docs.redis.com",
"Protocol": "https",
"ReplaceKeyPrefixWith": "latest/rc/"
}
Expand All @@ -41,7 +41,7 @@
"KeyPrefixEquals": "5.4/platforms/"
},
"Redirect": {
"HostName": "docs.redislabs.com",
"HostName": "docs.redis.com",
"Protocol": "https",
"ReplaceKeyPrefixWith": "5.6/platforms/"
}
Expand All @@ -51,7 +51,7 @@
"KeyPrefixEquals": "5.2/"
},
"Redirect": {
"HostName": "docs.redislabs.com",
"HostName": "docs.redis.com",
"Protocol": "https",
"ReplaceKeyPrefixWith": "latest/"
}
Expand All @@ -61,7 +61,7 @@
"KeyPrefixEquals": "latest/rc/how-to/creating-aws-user-redis-enterprise-vpc/"
},
"Redirect": {
"HostName": "docs.redislabs.com",
"HostName": "docs.redis.com",
"Protocol": "https",
"ReplaceKeyPrefixWith": "latest/rc/how-to/creating-iam-resources/creating-aws-user-redis-enterprise-vpc/"
}
Expand Down

0 comments on commit 0f54df3

Please sign in to comment.