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 ae8c46f commit d66d805Copy full SHA for d66d805
config/_default/params.toml
@@ -30,7 +30,8 @@ sitemaps = [
30
"https://docs.chef.io/360/1.0/sitemap.xml",
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"
+ "https://docs.chef.io/360/1.3/sitemap.xml",
34
+ "https://docs.chef.io/360/1.4/sitemap.xml"
35
]
36
37
[chef-web-docs]
netlify.toml
@@ -71,6 +71,11 @@
71
to = "https://release-1-3--chef-360.netlify.app/360/1.3/:splat"
72
status = 200
73
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
+
79
[[redirects]]
80
from = "/360/latest/*"
81
to = "/360/1.3/:splat"
0 commit comments