Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: updated user guide following sidebar redesign of admin #2998

Merged
merged 1 commit into from
Jan 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions docs/content/user-guide/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ If you don’t have a Medusa admin yet, you can check [the live demo](https://de

:::

![Medusa Admin Overview](https://res.cloudinary.com/dza7lstvk/image/upload/v1667923680/Medusa%20Docs/User%20Guide/RdrJznk_ejddsm.png)
![Medusa Admin Overview](https://res.cloudinary.com/dza7lstvk/image/upload/v1673455647/Medusa%20Docs/User%20Guide/Screenshot_2023-01-11_at_6.46.06_PM_sirvel.png)

## Accessing the Medusa Admin

Expand All @@ -35,9 +35,7 @@ After you log into your Medusa admin, you can see a sidebar menu, a search bar a

The sidebar menu includes the main navigation of your Medusa admin. You can use it to navigate between different pages, such as Products or Orders pages.

You can also see your team members in the sidebar menu. These are the users that can access the Medusa Admin.

![Sidebar Menu](https://res.cloudinary.com/dza7lstvk/image/upload/v1667923971/Medusa%20Docs/User%20Guide/KZlWoUi_pf5a2f.png)
![Sidebar Menu](https://res.cloudinary.com/dza7lstvk/image/upload/v1673455798/Medusa%20Docs/User%20Guide/Screenshot_2023-01-11_at_6.49.48_PM_bj2bik.png)

### Search Bar

Expand All @@ -55,7 +53,7 @@ Mac OS: <kbd>⌘</kbd> + <kbd>K</kbd>

![Search Window](https://res.cloudinary.com/dza7lstvk/image/upload/v1667923987/Medusa%20Docs/User%20Guide/z9a1NLK_ojyfn0.png)

You can either select a resolve with your mouse, or use the up and down arrows on your keyboard to navigate between the results, then choosing a result by hitting the Enter key.
You can select a result with your mouse. Alternatively, use the up and down arrows on your keyboard to navigate between the results, then choosing a result by hitting the Enter key.

### Check Notifications

Expand All @@ -65,9 +63,9 @@ At the top right you’ll find a <UiIcon lightIcon="https://res.cloudinary.com/d

### Quick Actions

At the top right, you’ll find an avatar icon. By clicking this icon, you’ll see a dropdown. You can use this dropdown to quickly access settings or sign out.
At the top left in the sidebar, you’ll find an avatar icon. By clicking this icon, you’ll see a dropdown. You can use this dropdown to access settings or sign out.

![Quick Actions Dropdown](https://res.cloudinary.com/dza7lstvk/image/upload/v1667924052/Medusa%20Docs/User%20Guide/YgVKTLH_t8zrqw.png)
![Quick Actions Dropdown](https://res.cloudinary.com/dza7lstvk/image/upload/v1673455879/Medusa%20Docs/User%20Guide/Screenshot_2023-01-11_at_6.50.52_PM_tfduvw.png)

### Need Help

Expand Down
2 changes: 2 additions & 0 deletions docs/content/user-guide/users/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Only users who are part of the store’s team can access the Medusa admin. You c

As an admin, you can manage the users’ roles and information. You can also invite or remove users.

---

## Learn More About Users

- [Manage Profile](./profile.md)
Expand Down