docs: added dividers + see also section (#2899)
This commit is contained in:
@@ -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 don’t, 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 you’re 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:
|
||||
|
||||

|
||||
|
||||
## What’s 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 don’t, 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](
|
||||
|
||||

|
||||
|
||||
## What’s 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)
|
||||
|
||||
Reference in New Issue
Block a user