mirror of
https://github.com/Unleash/unleash.git
synced 2025-08-04 13:48:56 +02:00
Docs: add redirect to docusaurus.config.js (#5516)
Docs: Add redirect from '/advanced/groups' to '/reference/rbac'
This commit is contained in:
parent
755c22f3b9
commit
87f03ea088
@ -408,7 +408,10 @@ module.exports = {
|
|||||||
to: '/reference/projects',
|
to: '/reference/projects',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
from: '/user_guide/rbac',
|
from: [
|
||||||
|
'/user_guide/rbac',
|
||||||
|
'/advanced/groups',
|
||||||
|
],
|
||||||
to: '/reference/rbac',
|
to: '/reference/rbac',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user