1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-07-26 13:48:33 +02:00

Docs: add redirect to docusaurus.config.js (#5516)

Docs: Add redirect from '/advanced/groups' to
'/reference/rbac'
This commit is contained in:
Drew Gorton 2023-12-01 11:18:17 -06:00 committed by GitHub
parent 755c22f3b9
commit 87f03ea088
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -408,7 +408,10 @@ module.exports = {
to: '/reference/projects',
},
{
from: '/user_guide/rbac',
from: [
'/user_guide/rbac',
'/advanced/groups',
],
to: '/reference/rbac',
},
{