From 9a13bdc380b3b10d7cbe0dbc1b8720d2d16c0948 Mon Sep 17 00:00:00 2001 From: Eduardo Pereira Date: Tue, 30 Apr 2024 21:51:46 -0300 Subject: [PATCH] Add Steps component to `hygraph.mdx` --- src/content/docs/en/guides/cms/hygraph.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/content/docs/en/guides/cms/hygraph.mdx b/src/content/docs/en/guides/cms/hygraph.mdx index dee8fdec55d13..9d93353c710f7 100644 --- a/src/content/docs/en/guides/cms/hygraph.mdx +++ b/src/content/docs/en/guides/cms/hygraph.mdx @@ -5,6 +5,7 @@ type: cms service: Hygraph i18nReady: true --- +import { Steps } from '@astrojs/starlight/components'; import { FileTree } from '@astrojs/starlight/components'; [Hygraph](https://hygraph.com/) is a federated content management platform. It exposes a GraphQL endpoint for fetching content. @@ -110,6 +111,7 @@ const posts: Post[] = json.data.blogPosts; To set up a webhook in Netlify: + 1. Deploy your site to Netlify with [this guide](/en/guides/deploy/netlify/). Remember to add your `HYGRAPH_ENDPOINT` to the environment variables. 2. Then Go to your Hygraph project dashboard and click on **Apps**. @@ -117,6 +119,7 @@ To set up a webhook in Netlify: 3. Go to the marketplace and search for Netlify and follow the instructions provided. 4. If all went good, now you can deploy your website with a click in the Hygraph interface. + ## Community Resources