Merge pull request #1533 from btat/2.10-ui-redirects

[2.10] Add redirects for links in UI using old structure
This commit is contained in:
Billy Tat
2024-10-30 11:44:58 -07:00
committed by GitHub
+12 -1
View File
@@ -2024,7 +2024,18 @@ module.exports = {
to: '/how-to-guides/new-user-guides/kubernetes-resources-setup/workloads-and-pods',
from: '/pages-for-subheaders/workloads-and-pods'
}, // Redirects for pages-for-subheaders removal [latest] (end)
{ // Redirects for dashboard#11114 (start)
to: '/v2.10/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/authentication-config/configure-google-oauth',
from: '/v2.10/admin-settings/authentication/google',
},
{
to: '/v2.10/how-to-guides/advanced-user-guides/monitoring-v2-configuration-guides',
from: '/v2.10/monitoring-alerting/configuration',
},
{
to: '/v2.10/integrations-in-rancher/monitoring-and-alerting',
from: '/v2.10/monitoring-alerting',
}, // Redirects for dashboard#11114 (end)
{ // Redirects for dashboard#12040 (start)
to: '/v2.9/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/authentication-config/configure-google-oauth',
from: '/v2.9/admin-settings/authentication/google',