Merge pull request #1544 from rancher/main

Sync changes from main to v2.10.0 branch
This commit is contained in:
Billy Tat
2024-11-05 16:19:39 -08:00
committed by GitHub
114 changed files with 224 additions and 156 deletions
+14 -2
View File
@@ -216,7 +216,8 @@ module.exports = {
'2.0-2.4': {
label: 'v2.0-v2.4 (Archived)',
path: 'v2.0-v2.4',
banner: 'none'
banner: 'none',
noIndex: true
},
},
},
@@ -2024,7 +2025,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',