docs: added manage invites documentation (#4001)

* docs: added manage invites documentation

* eslint fixes

* fixed indentation
This commit is contained in:
Shahed Nasser
2023-05-03 18:26:56 +03:00
committed by GitHub
parent d2443d83e6
commit 3a585cbdb3
6 changed files with 464 additions and 13 deletions

View File

@@ -1192,7 +1192,7 @@ module.exports = {
{
type: "doc",
id: "modules/users/admin/manage-profile",
label: "Admin: Manage Profile",
label: "Admin: Implement Profiles",
},
{
type: "doc",
@@ -1200,12 +1200,9 @@ module.exports = {
label: "Admin: Manage Users",
},
{
type: "link",
href: "#",
type: "doc",
id: "modules/users/admin/manage-invites",
label: "Admin: Manage Invites",
customProps: {
sidebar_is_soon: true,
},
},
],
},