You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: www/apps/user-guide/app/page.mdx
+43-38Lines changed: 43 additions & 38 deletions
Original file line number
Diff line number
Diff line change
@@ -6,21 +6,31 @@ export const metadata = {
6
6
7
7
# {metadata.title}
8
8
9
-
This user guide is intended to help users learn how they can use the Medusa Admin to perform different operational and ecommerce tasks.
9
+
Welcome to the Medusa Admin user guide. This user guide is intended to help admin users learn how they can use the Medusa Admin to perform commerce operations and manage their store.
This guide is for Medusa Admin users looking to master the Medusa Admin and manage their store effectively. You don't need any technical knowledge to follow these guides.
18
+
19
+
You can also follow this guide if you're exploring Medusa and its operational features.
16
20
17
-
To access the admin panel of your ecommerce store, open the URL of your local or deployed website.
21
+
<Note>
18
22
19
-
You’ll be asked to log in.
23
+
For technical users, learn how to build and customize Medusa in [this documentation](!docs!/learn).
20
24
21
-

25
+
</Note>
26
+
27
+
## Access the Medusa Admin
22
28
23
-
You must use your user’s email and password to log in. If you’re unsure what your email and password are, please contact the technical personnel that deployed your Medusa application and admin.
29
+
To access the admin panel of your ecommerce store, open the URL of your local or deployed website. You’ll be asked to log in.
30
+
31
+

32
+
33
+
You must use your user’s email and password to log in. If you’re unsure what your email and password are, please contact the technical team that deployed your Medusa application.
24
34
25
35
<Notetitle="Technical Tip">
26
36
@@ -30,66 +40,61 @@ Refer to [this documentation](!resources!/medusa-cli#user) on how to create a us
30
40
31
41
## Tour of Medusa Admin
32
42
33
-
After you log into your Medusa Admin, you see a sidebar menu to the left, a search bar at the top, some icons at the top right, and in the middle the content of the page you’re currently on.
43
+
After you log into your Medusa Admin, you see a sidebar menu to the left with a search bar at its top, a <InlineIconIcon={BellAlert}alt="bell" /> at the top right, and in the middle the content of the page you’re currently on.
34
44
35
45
### Sidebar Menu
36
46
37
47
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 hide the sidebar by clicking the <InlineIconIcon={SidebarLeft}alt="sidebar" /> icon at the top next to the sidebar. Clicking it again shows the sidebar.
44
52
45
-
### Search Bar
53
+
### Sidebar Shortcuts
46
54
47
-
You’ll find at the top of the page a search bar. Use this search bar to search orders, products, customers, and more information available in your Medusa Admin.
55
+
Sidebar items have shortcuts. For example, the Products page has a <Kbd>G</Kbd> then <Kbd>P</Kbd> shortcut. To view the shortcut of an item, hover your mouse for a few seconds and a tooltip will appear with the shortcut.
You can open the search window using the shortcuts:
59
+
You can also find all shortcuts by clicking on your profile item at the bottom of the sidebar and choosing "Shortcuts".
52
60
53
-
Windows and Linux: <Kbd>CTRL</Kbd> + <Kbd>K</Kbd>
61
+
### Settings and Quick Actions
54
62
55
-
Mac OS: <Kbd>⌘</Kbd> + <Kbd>K</Kbd>
63
+
At the bottom of the sidebar you'll find a Settings item, which takes you to further settings of your store such as Region and Sales Channel management. You'll also find your avatar and name.
56
64
57
-
</Note>
65
+

58
66
59
-
{/* TODO check if image needs updating */}
67
+
By clicking on your avatar and name, you'll view quick actions such as going to profile settings, view shortcuts, or changing the admin theme.
You can select a result with your mouse, or use the up and down arrows on your keyboard to navigate between the results, then choose a result by hitting the <Kbd>Enter</Kbd> key.
64
81
65
82
### Check Notifications
66
83
67
84
At the top right you’ll find a <InlineIconIcon={BellAlert}alt="Bell" /> icon. Clicking this icon opens a side window to view any notifications you might have. Use this to view notifications such as completed product exports.
The Medusa Admin supports multiple-languages, with English being the default one. Check out available languages [here](./tips/languages/page.mdx).
76
91
77
92
Learn how to change the language in [this guide](./settings/profile/page.mdx#change-admin-language).
78
93
79
-
### Quick Actions
80
-
81
-
At the top right in the sidebar, you’ll find an avatar icon with your email or name. By clicking this icon, you’ll see a dropdown. Use this dropdown to access settings or sign out.
The Medusa Admin comes in light and dark themes. You can change the theme by clicking the profile item at the bottom of the sidebar -> Theme -> Light, Dark, or System, defaulting to your Operating System or Browser theme.
92
97
93
-
You can switch the theme by opening the quick actions dropdown, choosing theme, then choosing the prefered mode.
0 commit comments