docs: added B2B recipe (#4901)
* added b2b recipe * added redirect rule * fix build errors * fix broken links
This commit is contained in:
@@ -59,8 +59,8 @@ module.exports = {
|
||||
},
|
||||
{
|
||||
type: "doc",
|
||||
id: "recipes/rbac",
|
||||
label: "RBAC",
|
||||
id: "recipes/b2b",
|
||||
label: "B2B / Wholesale",
|
||||
},
|
||||
],
|
||||
},
|
||||
@@ -1153,6 +1153,11 @@ module.exports = {
|
||||
id: "modules/users/backend/send-invite",
|
||||
label: "Backend: Send Invite",
|
||||
},
|
||||
{
|
||||
type: "doc",
|
||||
id: "modules/users/backend/rbac",
|
||||
label: "Backend: Implement RBAC",
|
||||
},
|
||||
{
|
||||
type: "doc",
|
||||
id: "modules/users/admin/manage-profile",
|
||||
|
||||
Reference in New Issue
Block a user