We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent febb0f5 commit dd1e911Copy full SHA for dd1e911
config/_default/params.toml
@@ -31,7 +31,8 @@ sitemaps = [
31
"https://docs.chef.io/360/1.1/sitemap.xml",
32
"https://docs.chef.io/360/1.2/sitemap.xml",
33
"https://docs.chef.io/360/1.3/sitemap.xml",
34
- "https://docs.chef.io/360/1.4/sitemap.xml"
+ "https://docs.chef.io/360/1.4/sitemap.xml",
35
+ "https://docs.chef.io/360/1.5/sitemap.xml"
36
]
37
38
[chef-web-docs]
netlify.toml
@@ -78,6 +78,11 @@
78
to = "https://release-1-4--chef-360.netlify.app/360/1.4/:splat"
79
status = 200
80
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
+
86
[[redirects]]
87
from = "/360/latest/*"
88
to = "/360/1.4/:splat"
0 commit comments