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

@@ -14,6 +14,8 @@ node -v
You can install Node from the [official website](https://nodejs.org/en/).
---
## Create a Medusa Server
:::tip
@@ -72,6 +74,8 @@ curl localhost:9000/store/products
:::
---
## Additional Steps
### Set Up Development Environment
@@ -94,7 +98,9 @@ To upload product images to your Medusa server, you must install and configure o
- [S3](../add-plugins/s3.md)
- [DigitalOcean Spaces](../add-plugins/spaces.md)
## What's Next
---
## See Also
- Install the [Next.js](../starters/nextjs-medusa-starter.mdx) or [Gatsby](../starters/gatsby-medusa-starter.mdx) storefronts to set up your ecommerce storefront.
- Install the [Medusa Admin](../admin/quickstart.mdx) to supercharge your ecommerce experience with easy access to configurations and features.