You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
run: npx prettier --cache --check ".github/workflows/**/*.yml" || (echo "An action can't make changes to actions, you'll have to run prettier manually" && exit 1)
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# gatsby-source-sanity
1
+
# gatsby-source-sanity<!-- omit in toc -->
2
2
3
3
Gatsby source plugin for pulling data from [Sanity.io](https://www.sanity.io/) into [Gatsby](https://www.gatsbyjs.com) websites. Develop with real-time preview of all content changes. Compatible with `gatsby-plugin-image`. Uses your project's GraphQL schema definitions to avoid accidental missing fields (no dummy-content needed).
4
4
@@ -9,14 +9,16 @@ Get up and running in minutes with a fully configured starter project:
9
9
10
10
[](https://www.youtube.com/watch?v=STtpXBvJmDA)
11
11
12
-
## Table of contents
12
+
## Table of contents<!-- omit in toc -->
13
13
14
14
-[Install](#install)
15
15
-[Basic usage](#basic-usage)
16
16
-[Options](#options)
17
17
-[Preview of unpublished content](#preview-of-unpublished-content)
0 commit comments