From 5c3c2e373ac6a3fd88a919013c85a534db1b4e93 Mon Sep 17 00:00:00 2001 From: Sunil Singh Date: Tue, 7 Mar 2023 11:53:10 -0800 Subject: [PATCH] Update docusaurus.config.js Co-authored-by: Billy Tat --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index b1364acc224..947800cdace 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -417,7 +417,7 @@ module.exports = { }, { to: '/how-to-guides/new-user-guides/manage-clusters/manage-cluster-templates', - from: '/how-to-guides/new-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',