mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-25 20:48:11 +00:00
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 <sunil.singh@suse.com>
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user