docs: added dividers + see also section (#2899)

This commit is contained in:
Shahed Nasser
2022-12-26 15:52:08 +02:00
committed by GitHub
parent b0e5769e27
commit b0ebfd6bcf
100 changed files with 1047 additions and 291 deletions

View File

@@ -26,6 +26,8 @@ node -v
You can install Node from the [official website](https://nodejs.org/en/).
---
## Instant Deployment to Netlify
Instead of manually following this guide to install then later deploy the Medusa Admin, you can deploy the Medusa Admin to Netlify with this button:
@@ -34,6 +36,8 @@ Instead of manually following this guide to install then later deploy the Medusa
<img src="https://www.netlify.com/img/deploy/button.svg" alt="Deploy to Netlify" class="no-zoom-img" />
</a>
---
## Install the Admin
:::tip
@@ -62,6 +66,8 @@ npm install
negativeQuestion="Please describe the issue you faced."
/>
---
## Test it Out
Before running your Medusa admin, make sure that your Medusa server is running.
@@ -100,6 +106,8 @@ You can use the email `admin@medusa-test.com` and password `supersecret` to log
:::
---
## Create a New Admin User
To create a new admin user from the command line, run the following command in the directory holding your Medusa server:
@@ -110,6 +118,8 @@ medusa user -e some@email.com -p some-password
This will create a new user that you can use to log into your admin panel.
---
## Changing the Default Port
The default port is set in `package.json` in the `dev` script:
@@ -136,14 +146,18 @@ For more details about the Admin CORS configuration, check out the [Configure yo
:::
---
## Admin User Guide
Medusa admin provides a lot of ecommerce features including managing Return Merchandise Authorization (RMA) flows, store settings, products, orders, and much more.
You can learn more about Medusa admin and its features in the [User Guide](../user-guide/index.mdx).
## Whats Next
---
- Learn how to [Customize Medusa Admin](./development.md)
## See Also
- [Customize Medusa Admin](./development.md)
- Install the [Next.js](../starters/nextjs-medusa-starter.mdx) or [Gatsby](../starters/gatsby-medusa-starter.mdx) storefront starters.
- [Learn how you can use `create-medusa-app` to install all of Medusas 3 components.](../usage/create-medusa-app.mdx)
- [Use `create-medusa-app` to install all of Medusas 3 components.](../usage/create-medusa-app.mdx)