docs: migrated images to cloudinary from imgur (#2569)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
This document guides you to install and set up the Gatsby Storefront for your Medusa Server.
|
||||
|
||||

|
||||

|
||||
|
||||
## Instant Deployment to Netlify
|
||||
|
||||
@@ -98,16 +98,16 @@ The Gatsby storefront comes with a lot of features out of the box including:
|
||||
|
||||
- View all products and manage your cart.
|
||||
|
||||

|
||||

|
||||
- Customer authentication.
|
||||
|
||||

|
||||

|
||||
- Full checkout workflow.
|
||||
|
||||

|
||||

|
||||
- Request swaps and returns using a customer’s order ID and Email.
|
||||
|
||||

|
||||

|
||||
|
||||
## What’s Next
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
This document guides you to install and set up the Next.js Storefront for your Medusa Server.
|
||||
|
||||

|
||||

|
||||
|
||||
## Instant Deployment to Netlify
|
||||
|
||||
@@ -98,7 +98,7 @@ To make sure the Next.js storefront properly displays the products in the search
|
||||
|
||||
:::
|
||||
|
||||

|
||||

|
||||
|
||||
### Algolia Integration
|
||||
|
||||
@@ -133,7 +133,7 @@ export const SEARCH_INDEX_NAME =
|
||||
|
||||
Then, restart the Next.js server. You’ll be able to search through available products by clicking the search icon in the navigation bar.
|
||||
|
||||

|
||||

|
||||
|
||||
### Stripe Payment Integration
|
||||
|
||||
@@ -149,7 +149,7 @@ Make sure to replace `<YOUR_PUBLISHABLE_KEY>` with your Stripe publishable key.
|
||||
|
||||
If you restart your Next.js server you should be able to pay with Stripe on checkout.
|
||||
|
||||

|
||||

|
||||
|
||||
### PayPal Payment Integration
|
||||
|
||||
@@ -165,7 +165,7 @@ Make sure to replace `<YOUR_CLIENT_ID>` with your PayPal client ID. You can retr
|
||||
|
||||
If you restart your Next.js server you should be able to pay with PayPal on checkout.
|
||||
|
||||

|
||||

|
||||
|
||||
### Customization
|
||||
|
||||
@@ -204,15 +204,15 @@ You can learn more about development with Next.js through [their documentation](
|
||||
|
||||
- View all products and manage your cart.
|
||||
|
||||

|
||||

|
||||
|
||||
- Customer authentication and profiles.
|
||||
|
||||

|
||||

|
||||
|
||||
- Full checkout workflow.
|
||||
|
||||

|
||||

|
||||
|
||||
## What’s Next
|
||||
|
||||
|
||||
Reference in New Issue
Block a user