Skip to content

Commit

Permalink
Docs: add redirect to docusaurus.config.js
Browse files Browse the repository at this point in the history
Docs: Add redirect from '/advanced/groups' to '/reference/rbac#user-groups'
  • Loading branch information
dgorton authored Nov 30, 2023
1 parent 9f3648d commit 08559e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,10 @@ module.exports = {
from: '/user_guide/rbac',
to: '/reference/rbac',
},
{
from: '/advanced/groups',
to: '/reference/rbac#user-groups',
},
{
from: '/user_guide/technical_debt',
to: '/reference/technical-debt',
Expand Down

0 comments on commit 08559e9

Please sign in to comment.