From 278777d6574820e3945ac8f2871cfb91bb60a774 Mon Sep 17 00:00:00 2001 From: Sunil Singh Date: Tue, 7 Mar 2023 13:51:35 -0800 Subject: [PATCH] Adding in correct from statement including redirects for new and advanced Signed-off-by: Sunil Singh --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 62d789821d5..b2fb7c9a905 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -413,7 +413,7 @@ module.exports = { }, { to: '/how-to-guides/new-user-guides/manage-clusters/manage-cluster-templates', - from: ['/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/manage-cluster-templates'] + from: ['/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/manage-cluster-templates', '/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/manage-cluster-templates'] }, { to: '/how-to-guides/new-user-guides/manage-clusters/nodes-and-node-pools',