Skip to content

Commit b09c947

Browse files
authored
Add 360 1.3 docs to sitemap (#4417)
Signed-off-by: Ian Maddaus <[email protected]>
1 parent cde8c16 commit b09c947

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

config/_default/params.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ sitemaps = [
2929
"https://docs.chef.io/sitemap-main.xml",
3030
"https://docs.chef.io/360/1.0/sitemap.xml",
3131
"https://docs.chef.io/360/1.1/sitemap.xml",
32-
"https://docs.chef.io/360/1.2/sitemap.xml"
32+
"https://docs.chef.io/360/1.2/sitemap.xml",
33+
"https://docs.chef.io/360/1.3/sitemap.xml"
3334
]
3435

3536
[chef-web-docs]

netlify.toml

+5
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@
6666
to = "https://release-1-2--chef-360.netlify.app/360/1.2/:splat"
6767
status = 200
6868

69+
[[redirects]]
70+
from = "/360/1.3/*"
71+
to = "https://release-1-3--chef-360.netlify.app/360/1.3/:splat"
72+
status = 200
73+
6974
[[redirects]]
7075
from = "/360/latest/*"
7176
to = "/360/1.2/:splat"

0 commit comments

Comments
 (0)