Skip to content

Commit

Permalink
Merge pull request #1533 from btat/2.10-ui-redirects
Browse files Browse the repository at this point in the history
[2.10] Add redirects for links in UI using old structure
  • Loading branch information
btat authored Oct 30, 2024
2 parents b719e8e + 92dff0e commit e0f2f17
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit e0f2f17

Please sign in to comment.