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 3ce9369 commit aa71ccdCopy full SHA for aa71ccd
config/_default/params.toml
@@ -28,7 +28,8 @@ robots = ''
28
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"
+ "https://docs.chef.io/360/1.1/sitemap.xml",
32
+ "https://docs.chef.io/360/1.2/sitemap.xml"
33
]
34
35
[chef-web-docs]
netlify.toml
@@ -72,6 +72,11 @@
72
to = "https://release-1-1--chef-360.netlify.app/360/1.1/:splat"
73
status = 200
74
75
+[[redirects]]
76
+ from = "/360/1.2/*"
77
+ to = "https://release-1-2--chef-360.netlify.app/360/1.2/:splat"
78
+ status = 200
79
+
80
[[redirects]]
81
from = "/client/rc1/*"
82
to = "https://release-rc1--chef-infra-client.netlify.app/client/rc1/:splat"
0 commit comments