docs: improved SEO of documentation (#3117)

* docs: added description to documentation pages

* docs: added more descriptions

* docs: finished improving meta description

* docs: added searchbox structured data

* docs: added breadcrumbs structured data

* docs: added how to structured data

* docs: improved 404 page

* docs: added how-to frontmatter option
This commit is contained in:
Shahed Nasser
2023-01-26 15:58:33 +02:00
committed by GitHub
parent 4e82ec0734
commit 589cb18f98
158 changed files with 699 additions and 48 deletions
+1
View File
@@ -1,5 +1,6 @@
---
sidebar_position: 1
description: 'Medusa admin can be accessed more than one user. Merchants can have users added into their team to use the Medusa admin.'
---
# Users Overview
+3 -1
View File
@@ -1,5 +1,7 @@
---
sidebar_position: 1
sidebar_position: 2
description: 'This user guide explains how to manage user profile on the Medusa admin. Learn how to edit a user profile and reset user password.'
addHowToData: true
---
# Manage Profile
+9 -1
View File
@@ -1,5 +1,7 @@
---
sidebar_position: 2
sidebar_position: 3
description: 'This user guide explains how to manage the team on the Medusa admin. Learn how to invite users to your team and edit their details.'
addHowToData: true
---
import UiIcon from '@site/src/components/UiIcon';
@@ -12,6 +14,8 @@ In this document, youll learn how to invite new users, edit other users in
You can view your team by going to Settings → The Team.
---
## Manage Invites
To add a new user to your team, you must invite them. Invites are sent by email, but you can also copy the invite link and send it personally to the user.
@@ -60,6 +64,8 @@ To remove an invite:
3. Click on “Remove invitation” from the dropdown.
4. Confirm removing the invitation by clicking the “Yes, remove” button in the pop-up.
---
## Edit a Users Details
To edit a users details in your team:
@@ -69,6 +75,8 @@ To edit a users details in your team:
3. In the new form, edit any of the users information.
4. Once done, click on the Save button.
---
## Remove a User
:::warning