docs: added deprecation note for Gatsby Contentful starter (#3873)
This commit is contained in:
@@ -7,6 +7,12 @@ addHowToData: true
|
||||
|
||||
In this document, you’ll learn how to customize the Contentful integration with Medusa and how to customize the Gatsby storefront that is connected to Contentful.
|
||||
|
||||
:::warning
|
||||
|
||||
This guide covers how to customize the Gatsby storefront which is now deprecated. It's recommended to integrate Contentful into either the Next.js storefront or your custom storefront.
|
||||
|
||||
:::
|
||||
|
||||
## Overview
|
||||
|
||||
Part of what makes the integration between Medusa and Contentful powerful is that it’s completely customizable.
|
||||
|
||||
@@ -228,6 +228,12 @@ To do that:
|
||||
|
||||
## Setup Gatsby Storefront
|
||||
|
||||
:::warning
|
||||
|
||||
This Gatsby storefront is deprecated. It's recommended to integrate Contentful into either the Next.js storefront or your custom storefront.
|
||||
|
||||
:::
|
||||
|
||||
In this section, you’ll set up the Gatsby storefront of your Medusa backend.
|
||||
|
||||
In your terminal in a different directory of the Medusa backend, run the following command:
|
||||
|
||||
Reference in New Issue
Block a user