Skip to content

Commit dd1e911

Browse files
authored
Update Netlify for 360 1.5 (#4484)
Signed-off-by: Ian Maddaus <[email protected]>
1 parent febb0f5 commit dd1e911

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
@@ -31,7 +31,8 @@ sitemaps = [
3131
"https://docs.chef.io/360/1.1/sitemap.xml",
3232
"https://docs.chef.io/360/1.2/sitemap.xml",
3333
"https://docs.chef.io/360/1.3/sitemap.xml",
34-
"https://docs.chef.io/360/1.4/sitemap.xml"
34+
"https://docs.chef.io/360/1.4/sitemap.xml",
35+
"https://docs.chef.io/360/1.5/sitemap.xml"
3536
]
3637

3738
[chef-web-docs]

netlify.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,11 @@
7878
to = "https://release-1-4--chef-360.netlify.app/360/1.4/:splat"
7979
status = 200
8080

81+
[[redirects]]
82+
from = "/360/1.5/*"
83+
to = "https://release-1-5--chef-360.netlify.app/360/1.5/:splat"
84+
status = 200
85+
8186
[[redirects]]
8287
from = "/360/latest/*"
8388
to = "/360/1.4/:splat"

0 commit comments

Comments
 (0)