Skip to content

Commit aa71ccd

Browse files
authored
Update sitemap (#4379)
Signed-off-by: Ian Maddaus <[email protected]>
1 parent 3ce9369 commit aa71ccd

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

config/_default/params.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ robots = ''
2828
sitemaps = [
2929
"https://docs.chef.io/sitemap-main.xml",
3030
"https://docs.chef.io/360/1.0/sitemap.xml",
31-
"https://docs.chef.io/360/1.1/sitemap.xml"
31+
"https://docs.chef.io/360/1.1/sitemap.xml",
32+
"https://docs.chef.io/360/1.2/sitemap.xml"
3233
]
3334

3435
[chef-web-docs]

netlify.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,11 @@
7272
to = "https://release-1-1--chef-360.netlify.app/360/1.1/:splat"
7373
status = 200
7474

75+
[[redirects]]
76+
from = "/360/1.2/*"
77+
to = "https://release-1-2--chef-360.netlify.app/360/1.2/:splat"
78+
status = 200
79+
7580
[[redirects]]
7681
from = "/client/rc1/*"
7782
to = "https://release-rc1--chef-infra-client.netlify.app/client/rc1/:splat"

0 commit comments

Comments
 (0)