Skip to content

Commit c1b1aaf

Browse files
authored
Minor fixes for inspec docs deployment (#4491)
* Correct redirect url Signed-off-by: Ian Maddaus <[email protected]> * add resource packs to sitemaps Signed-off-by: Ian Maddaus <[email protected]> --------- Signed-off-by: Ian Maddaus <[email protected]>
1 parent c2a29d5 commit c1b1aaf

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

config/_default/params.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ sitemaps = [
3434
"https://docs.chef.io/360/1.4/sitemap.xml",
3535
"https://docs.chef.io/360/1.5/sitemap.xml",
3636
"https://docs.chef.io/inspec/6.8/sitemap.xml",
37-
"https://docs.chef.io/inspec/7.0/sitemap.xml"
37+
"https://docs.chef.io/inspec/7.0/sitemap.xml",
38+
"https://docs.chef.io/inspec/resource_packs/sitemap.xml"
3839
]
3940

4041
[chef-web-docs]

content/inspec/inputs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
+++
22
layout = "redirect"
3-
redirect_url = "/inspec/latest/inputs/"
3+
redirect_url = "/inspec/latest/profiles/inputs/"
44
+++

0 commit comments

Comments
 (0)