We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cde8c16 commit b09c947Copy full SHA for b09c947
config/_default/params.toml
@@ -29,7 +29,8 @@ sitemaps = [
29
"https://docs.chef.io/sitemap-main.xml",
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"
+ "https://docs.chef.io/360/1.2/sitemap.xml",
33
+ "https://docs.chef.io/360/1.3/sitemap.xml"
34
]
35
36
[chef-web-docs]
netlify.toml
@@ -66,6 +66,11 @@
66
to = "https://release-1-2--chef-360.netlify.app/360/1.2/:splat"
67
status = 200
68
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
+
74
[[redirects]]
75
from = "/360/latest/*"
76
to = "/360/1.2/:splat"
0 commit comments