Skip to content

Commit d66d805

Browse files
authored
Add 360 1.4 docs to sitemap (#4446)
Signed-off-by: Ian Maddaus <[email protected]>
1 parent ae8c46f commit d66d805

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
@@ -30,7 +30,8 @@ sitemaps = [
3030
"https://docs.chef.io/360/1.0/sitemap.xml",
3131
"https://docs.chef.io/360/1.1/sitemap.xml",
3232
"https://docs.chef.io/360/1.2/sitemap.xml",
33-
"https://docs.chef.io/360/1.3/sitemap.xml"
33+
"https://docs.chef.io/360/1.3/sitemap.xml",
34+
"https://docs.chef.io/360/1.4/sitemap.xml"
3435
]
3536

3637
[chef-web-docs]

netlify.toml

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

74+
[[redirects]]
75+
from = "/360/1.4/*"
76+
to = "https://release-1-4--chef-360.netlify.app/360/1.4/:splat"
77+
status = 200
78+
7479
[[redirects]]
7580
from = "/360/latest/*"
7681
to = "/360/1.3/:splat"

0 commit comments

Comments
 (0)