Skip to content

Commit

Permalink
Update sitemap (#4379)
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Maddaus <[email protected]>
  • Loading branch information
IanMadd authored Feb 13, 2025
1 parent 3ce9369 commit aa71ccd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/_default/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ robots = ''
sitemaps = [
"https://docs.chef.io/sitemap-main.xml",
"https://docs.chef.io/360/1.0/sitemap.xml",
"https://docs.chef.io/360/1.1/sitemap.xml"
"https://docs.chef.io/360/1.1/sitemap.xml",
"https://docs.chef.io/360/1.2/sitemap.xml"
]

[chef-web-docs]
Expand Down
5 changes: 5 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@
to = "https://release-1-1--chef-360.netlify.app/360/1.1/:splat"
status = 200

[[redirects]]
from = "/360/1.2/*"
to = "https://release-1-2--chef-360.netlify.app/360/1.2/:splat"
status = 200

[[redirects]]
from = "/client/rc1/*"
to = "https://release-rc1--chef-infra-client.netlify.app/client/rc1/:splat"
Expand Down

0 comments on commit aa71ccd

Please sign in to comment.