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
@@ -14,6 +14,8 @@ Instead of manually following this guide to install then later deploy the Gatsby
<img src="https://www.netlify.com/img/deploy/button.svg" alt="Deploy to Netlify" class="no-zoom-img" />
</a>
---
## Prerequisites
This document assumes you already have a Medusa server installed. If you dont, please follow the [Quickstart guide for the Medusa server](../quickstart/quick-start.mdx) to learn how to do it.
@@ -24,6 +26,8 @@ You should also have the Gatsby CLI installed:
npm install gatsby-cli -g
```
---
## Installation
:::tip
@@ -60,6 +64,8 @@ Your Gatsby storefront is now running at `localhost:8000`!
negativeQuestion="Please describe the issue you faced."
/>
---
## Development Notes
### Customization
@@ -107,6 +113,8 @@ If youre not familiar with Gatsby, you can learn more about it through the fo
- [Plugin Library](https://www.gatsbyjs.com/plugins/)
- [Cheat Sheet](https://www.gatsbyjs.com/docs/cheat-sheet/)
---
## Storefront Features
The Gatsby storefront comes with a lot of features out of the box including:
@@ -124,8 +132,10 @@ The Gatsby storefront comes with a lot of features out of the box including:
![Request Return for Order](https://res.cloudinary.com/dza7lstvk/image/upload/v1668003162/Medusa%20Docs/Screenshots/mAChp3f_ubd89n.png)
## Whats Next
---
- Check the [Storefront API reference](https://docs.medusajs.com/api/store) for a full list of REST APIs to use on your storefront.
- Learn how to [deploy the Gatsby storefront on Netlify](../deployments/storefront/deploying-gatsby-on-netlify.md).
- Learn how to add [Stripe as a payment provider](../add-plugins/stripe.md#gatsby-storefront).
## See Also
- [Storefront API reference](https://docs.medusajs.com/api/store)
- [Deploy the Gatsby storefront on Netlify](../deployments/storefront/deploying-gatsby-on-netlify.md)
- [Install Stripe as a payment provider](../add-plugins/stripe.md#add-to-gatsby-storefront)
@@ -14,10 +14,14 @@ Instead of manually following this guide to install then later deploy the Next.j
<img src="https://www.netlify.com/img/deploy/button.svg" alt="Deploy to Netlify" class="no-zoom-img" />
</a>
---
## Prerequisites
This document assumes you already have a Medusa server installed. If you dont, please follow the [Quickstart guide for the Medusa server](../quickstart/quick-start.mdx) to learn how to do it.
---
## Installation
:::tip
@@ -54,6 +58,8 @@ Your Next.js storefront is now running at `localhost:8000`!
negativeQuestion="Please describe the issue you faced."
/>
---
## Development Notes
### Toggle Search Engine Feature
@@ -215,6 +221,8 @@ STORE_CORS=http://localhost:<PORT>
You can learn more about development with Next.js through [their documentation](https://nextjs.org/docs/getting-started).
---
## Storefront Features
- View all products and manage your cart.
@@ -229,7 +237,10 @@ You can learn more about development with Next.js through [their documentation](
![Checkout Page](https://res.cloudinary.com/dza7lstvk/image/upload/v1668003296/Medusa%20Docs/Screenshots/VC8SYfb_eowjno.png)
## Whats Next
---
- Check the [Storefront API reference](https://docs.medusajs.com/api/store) for a full list of REST APIs to use on your storefront.
- Learn [how to install Medusa Admin](../admin/quickstart.mdx).
## See Also
- [Storefront API reference](https://docs.medusajs.com/api/store)
- [Install Medusa Admin](../admin/quickstart.mdx).
- [Install Stripe as a payment provider](../add-plugins/stripe.md#add-to-nextjs-storefront)