From 7025c1c37bc4c5a7df524ec19879d5112f04fc8d Mon Sep 17 00:00:00 2001 From: Sunil Singh Date: Tue, 7 Mar 2023 12:23:49 -0800 Subject: [PATCH] The CI is not able to build and test the website with paths that are redirected but do not exist, so removingthe old path to comply with build requirements. Signed-off-by: Sunil Singh --- docusaurus.config.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 947800cdace..62d789821d5 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -335,10 +335,6 @@ module.exports = { to: '/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/about-rke1-templates/example-use-cases', from: '/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-rke1-templates/example-use-cases' }, - { - to: '/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/manage-cluster-templates', - from: '/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/manage-cluster-templates' - }, { to: '/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/create-pod-security-policies', from: '/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/create-pod-security-policies' @@ -417,7 +413,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', '/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/manage-cluster-templates'] + from: ['/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',