Skip to content

Commit

Permalink
Add redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
DevMandy committed Sep 26, 2024
1 parent 7097cef commit ade5ad7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions static/scripts/fix-redirect.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@ const redirects = [
[ fromIncludes(`/docs/user-management/#sso`), `/docs/iam/users/#dashboard-access` ],
[ fromIncludes(`/docs/user-management/#rbac`), `/docs/iam/rbac/` ],
[ fromIncludes(`/docs/user-management`), `/docs/iam/` ],

// /docs/guides/how-to-set-up-a-custom-domain/ -> /docs/guides/other-guides/how-to-set-up-a-custom-domain
[ fromIncludes(`docs/guides/how-to-set-up-a-custom-domain/`), `docs/guides/other-guides/how-to-set-up-a-custom-domain/` ],
]

// get current href from window
Expand Down

0 comments on commit ade5ad7

Please sign in to comment.