From ecb4a86462bcef4d84013c674048b008e8279438 Mon Sep 17 00:00:00 2001 From: Ian Maddaus Date: Tue, 28 Oct 2025 15:49:12 -0400 Subject: [PATCH] Add Hab rc1 content Signed-off-by: Ian Maddaus --- netlify.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/netlify.toml b/netlify.toml index 4fa638faf..a2e444349 100644 --- a/netlify.toml +++ b/netlify.toml @@ -88,6 +88,15 @@ to = "/360/1.5/:splat" status = 301 +#### +# Chef Habitat redirects +#### + +[[redirects]] + from = "/habitat/2.0-rc1/*" + to = "https://release-2-0-rc1--chef-habitat-docs.netlify.app/habitat/2.0-rc1/:splat" + status = 200 + #### # Chef Infra Client redirects ####