diff --git a/docusaurus.config.js b/docusaurus.config.js index 353d3224d75..b1364acc224 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -335,6 +335,10 @@ 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'