docs: added deprecation note for Gatsby Contentful starter (#3873)

This commit is contained in:
Shahed Nasser
2023-04-18 19:05:39 +03:00
committed by GitHub
parent d85d7bb6d4
commit 649bb6aa99
2 changed files with 12 additions and 0 deletions
@@ -7,6 +7,12 @@ addHowToData: true
In this document, youll learn how to customize the Contentful integration with Medusa and how to customize the Gatsby storefront that is connected to Contentful. In this document, youll 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 ## Overview
Part of what makes the integration between Medusa and Contentful powerful is that its completely customizable. Part of what makes the integration between Medusa and Contentful powerful is that its completely customizable.
@@ -228,6 +228,12 @@ To do that:
## Setup Gatsby Storefront ## 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, youll set up the Gatsby storefront of your Medusa backend. In this section, youll set up the Gatsby storefront of your Medusa backend.
In your terminal in a different directory of the Medusa backend, run the following command: In your terminal in a different directory of the Medusa backend, run the following command: