docs: added B2B recipe (#4901)

* added b2b recipe

* added redirect rule

* fix build errors

* fix broken links
This commit is contained in:
Shahed Nasser
2023-08-29 19:50:14 +03:00
committed by GitHub
parent e086e3efbd
commit 33ffdaf42d
7 changed files with 885 additions and 174 deletions
+7 -2
View File
@@ -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",