From 565e892662125d7f9e796bc8cf5617740856117a Mon Sep 17 00:00:00 2001 From: Ian Maddaus Date: Thu, 16 Oct 2025 15:43:18 -0400 Subject: [PATCH 1/2] Correct redirect url Signed-off-by: Ian Maddaus --- content/inspec/inputs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/inspec/inputs.md b/content/inspec/inputs.md index b5318a0ac..abfe1d8a9 100644 --- a/content/inspec/inputs.md +++ b/content/inspec/inputs.md @@ -1,4 +1,4 @@ +++ layout = "redirect" -redirect_url = "/inspec/latest/inputs/" +redirect_url = "/inspec/latest/profiles/inputs/" +++ \ No newline at end of file From cd5f258415d392317bf0d979f02f4bfd41ef5f27 Mon Sep 17 00:00:00 2001 From: Ian Maddaus Date: Thu, 16 Oct 2025 15:46:54 -0400 Subject: [PATCH 2/2] add resource packs to sitemaps Signed-off-by: Ian Maddaus --- config/_default/params.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/_default/params.toml b/config/_default/params.toml index 07dde725f..181afc071 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -34,7 +34,8 @@ sitemaps = [ "https://docs.chef.io/360/1.4/sitemap.xml", "https://docs.chef.io/360/1.5/sitemap.xml", "https://docs.chef.io/inspec/6.8/sitemap.xml", - "https://docs.chef.io/inspec/7.0/sitemap.xml" + "https://docs.chef.io/inspec/7.0/sitemap.xml", + "https://docs.chef.io/inspec/resource_packs/sitemap.xml" ] [chef-web-docs]