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

@@ -46,10 +46,10 @@ Admins can also manage their profile details.
{
type: 'link',
href: '/modules/users/admin/manage-profile',
label: 'Admin: Manage Profile',
label: 'Admin: Implement Profiles',
customProps: {
icon: Icons['academic-cap-solid'],
description: 'Learn how to manage a user profile using Admin APIs.',
description: 'Learn how to implement user profiles using Admin APIs.',
}
},
{
@@ -74,12 +74,11 @@ Admins can invite users to join their team. Invites can be resent, accepted, or
<DocCardList colSize={4} items={[
{
type: 'link',
href: '#',
href: '/modules/users/admin/manage-invites',
label: 'Admin: Manage Invites',
customProps: {
icon: Icons['academic-cap-solid'],
description: 'Learn how to manage invites using Admin APIs.',
isSoon: true
}
},
{