Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gatsbyjs/gatsby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: gatsby@2.32.1
Choose a base ref
...
head repository: gatsbyjs/gatsby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: gatsby@2.32.2
Choose a head ref
  • 2 commits
  • 222 files changed
  • 2 contributors

Commits on Feb 4, 2021

  1. Feat: launch gatsby-source-wordpress v4 (#29150) (#29330)

    * Feat: launch gatsby-source-wordpress v4 (#29150)
    
    Co-authored-by: Vladimir Razuvaev <vladimir.razuvaev@gmail.com>
    Co-authored-by: Ward Peeters <ward@coding-tech.com>
    Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
    
    (cherry picked from commit 862637b)
    
    * fix dependency versions
    
    * update yarn.lock
    
    Co-authored-by: Tyler Barnes <tylerdbarnes@gmail.com>
    vladar and TylerBarnes authored Feb 4, 2021
    Copy the full SHA
    0a31b64 View commit details
  2. chore(release): Publish

     - create-gatsby@0.5.1
     - gatsby-admin@0.8.2
     - gatsby-cli@2.19.1
     - gatsby-recipes@0.9.1
     - gatsby-source-wordpress@4.0.0
     - gatsby@2.32.2
    vladar committed Feb 4, 2021
    Copy the full SHA
    4432c39 View commit details
Showing with 48,043 additions and 21,064 deletions.
  1. +5 −0 .eslintignore
  2. +1 −0 .prettierignore
  3. +1 −1 benchmarks/source-wordpress/gatsby-config.js
  4. +1 −1 benchmarks/source-wordpress/package.json
  5. +1 −1 benchmarks/source-wordpress/scripts/updater.js
  6. +1 −1 dictionary.txt
  7. +28 −28 docs/docs/how-to/sourcing-data/headless-cms.md
  8. +12 −12 docs/docs/how-to/sourcing-data/sourcing-from-wordpress.md
  9. +1 −1 docs/docs/sourcing-from-woocommerce.md
  10. +1 −1 docs/tutorial/wordpress-image-tutorial.md
  11. +1 −1 docs/tutorial/wordpress-source-plugin-tutorial.md
  12. +4 −0 packages/create-gatsby/CHANGELOG.md
  13. +1 −1 packages/create-gatsby/package.json
  14. +5 −5 packages/create-gatsby/src/__tests__/plugin-options-form.ts
  15. +5 −2 packages/create-gatsby/src/cmses.json
  16. +1 −1 packages/create-gatsby/src/plugin-schemas.json
  17. +4 −0 packages/gatsby-admin/CHANGELOG.md
  18. +2 −2 packages/gatsby-admin/package.json
  19. +4 −0 packages/gatsby-cli/CHANGELOG.md
  20. +3 −3 packages/gatsby-cli/package.json
  21. +4 −0 packages/gatsby-recipes/CHANGELOG.md
  22. +1 −1 packages/gatsby-recipes/package.json
  23. +0 −93 packages/gatsby-recipes/recipes/wordpress.mdx
  24. +0 −4 packages/gatsby-recipes/src/recipes-list.js
  25. +0 −3 packages/gatsby-source-wordpress/.babelrc
  26. +42 −0 packages/gatsby-source-wordpress/.babelrc.js
  27. +3 −0 packages/gatsby-source-wordpress/.eslintignore
  28. +12 −4 packages/gatsby-source-wordpress/.gitignore
  29. +15 −0 packages/gatsby-source-wordpress/.npmignore
  30. +8 −0 packages/gatsby-source-wordpress/.prettierignore
  31. +4 −0 packages/gatsby-source-wordpress/CHANGELOG.md
  32. +53 −1,074 packages/gatsby-source-wordpress/README.md
  33. +59 −0 packages/gatsby-source-wordpress/docker-compose.yml
  34. +15 −0 packages/gatsby-source-wordpress/docker/rebuild.sh
  35. +6,642 −0 packages/gatsby-source-wordpress/docker/seed/backup.sql
  36. +42 −0 packages/gatsby-source-wordpress/docker/wordpress/Dockerfile
  37. +27 −0 packages/gatsby-source-wordpress/docker/wordpress/install-plugin.sh
  38. +20 −0 packages/gatsby-source-wordpress/docker/wordpress/install-wp-graphql-plugins.sh
  39. +15 −0 packages/gatsby-source-wordpress/docker/wordpress/start.sh
  40. +16 −0 packages/gatsby-source-wordpress/docker/wp-cli/Dockerfile
  41. +31 −0 packages/gatsby-source-wordpress/docker/wp-cli/start.sh
  42. +14 −0 packages/gatsby-source-wordpress/docker/wp-cli/wp-install.sh
  43. BIN packages/gatsby-source-wordpress/docs/assets/acf-gatsby-post-field-query.png
  44. BIN packages/gatsby-source-wordpress/docs/assets/acf-graphql-settings.png
  45. BIN packages/gatsby-source-wordpress/docs/assets/acf-new-field-group.png
  46. BIN packages/gatsby-source-wordpress/docs/assets/acf-new-post-with-field.png
  47. BIN packages/gatsby-source-wordpress/docs/assets/acf-wpgraphql-post-field-query.png
  48. BIN packages/gatsby-source-wordpress/docs/assets/gatsby-cloud-builds-webhook.png
  49. BIN packages/gatsby-source-wordpress/docs/assets/gatsby-cloud-preview-frontend-url.png
  50. BIN packages/gatsby-source-wordpress/docs/assets/gatsby-cloud-preview-webhook-url.png
  51. BIN packages/gatsby-source-wordpress/docs/assets/gatsby-source-wordpress-data-fetching.png
  52. BIN packages/gatsby-source-wordpress/docs/assets/gatsby-source-wordpress-graphiql-docs-search.gif
  53. BIN packages/gatsby-source-wordpress/docs/assets/gatsby-source-wordpress-graphiql-explorer.gif
  54. BIN packages/gatsby-source-wordpress/docs/assets/gatsby-source-wordpress-template-with-author.png
  55. BIN packages/gatsby-source-wordpress/docs/assets/gatsby-source-wordpress-template-with-data.png
  56. BIN packages/gatsby-source-wordpress/docs/assets/gatsby-source-wordpress-template.png
  57. BIN packages/gatsby-source-wordpress/docs/assets/gatsby-source-wordpress-test-field-gatsby.png
  58. BIN packages/gatsby-source-wordpress/docs/assets/gatsby-source-wordpress-test-field.png
  59. BIN packages/gatsby-source-wordpress/docs/assets/gatsby-wapuus.png
  60. BIN packages/gatsby-source-wordpress/docs/assets/menu-locations.png
  61. BIN packages/gatsby-source-wordpress/docs/assets/wordpress-nav-menu-manager.png
  62. BIN packages/gatsby-source-wordpress/docs/assets/wordpress-query-menu-by-location.png
  63. BIN packages/gatsby-source-wordpress/docs/assets/wordpress-query-menu-items-by-location.png
  64. BIN packages/gatsby-source-wordpress/docs/assets/wordpress-test-header-menu.png
  65. BIN packages/gatsby-source-wordpress/docs/assets/wp-gatsby-builds-webhook-settings.png
  66. BIN packages/gatsby-source-wordpress/docs/assets/wp-gatsbyjs-preview-settings.png
  67. BIN packages/gatsby-source-wordpress/docs/assets/wpgatsby-enable-gatsby-menu-locations.png
  68. BIN packages/gatsby-source-wordpress/docs/assets/wpgatsby-nav-menu-locations.png
  69. +11 −0 packages/gatsby-source-wordpress/docs/community-and-support.md
  70. +184 −0 packages/gatsby-source-wordpress/docs/debugging-and-troubleshooting.md
  71. +38 −0 packages/gatsby-source-wordpress/docs/features/caching.md
  72. +9 −0 packages/gatsby-source-wordpress/docs/features/compatibility-api.md
  73. +7 −0 packages/gatsby-source-wordpress/docs/features/gatsby-link.md
  74. +229 −0 packages/gatsby-source-wordpress/docs/features/graphql-wordpress-and-gatsby.md
  75. +21 −0 packages/gatsby-source-wordpress/docs/features/index.md
  76. +34 −0 packages/gatsby-source-wordpress/docs/features/limit-nodes-during-development.md
  77. +94 −0 packages/gatsby-source-wordpress/docs/features/media-item-processing.md
  78. +179 −0 packages/gatsby-source-wordpress/docs/features/preview.md
  79. +10 −0 packages/gatsby-source-wordpress/docs/features/security.md
  80. +60 −0 packages/gatsby-source-wordpress/docs/getting-started.md
  81. +30 −0 packages/gatsby-source-wordpress/docs/hosting.md
  82. +72 −0 packages/gatsby-source-wordpress/docs/migrating-from-other-wp-source-plugins.md
  83. +1,290 −0 packages/gatsby-source-wordpress/docs/plugin-options.md
  84. +24 −0 packages/gatsby-source-wordpress/docs/problems-with-gatsby-source-graphql.md
  85. +29 −0 packages/gatsby-source-wordpress/docs/problems-with-v3.md
  86. +17 −0 packages/gatsby-source-wordpress/docs/tests.md
  87. +32 −0 packages/gatsby-source-wordpress/docs/themes-starters-examples.md
  88. +348 −0 packages/gatsby-source-wordpress/docs/tutorials/building-a-new-site-wordpress-and-gatsby.md
  89. +74 −0 packages/gatsby-source-wordpress/docs/tutorials/configuring-wp-gatsby.md
  90. +129 −0 packages/gatsby-source-wordpress/docs/tutorials/creating-a-new-site-from-a-starter.md
  91. +22 −0 packages/gatsby-source-wordpress/docs/tutorials/index.md
  92. +492 −0 packages/gatsby-source-wordpress/docs/tutorials/querying-data.md
  93. +106 −0 packages/gatsby-source-wordpress/docs/tutorials/transforming-data.md
  94. +113 −0 packages/gatsby-source-wordpress/docs/tutorials/using-advanced-custom-fields.md
  95. +16 −0 packages/gatsby-source-wordpress/docs/tutorials/using-self-signed-certificates.md
  96. +229 −0 packages/gatsby-source-wordpress/docs/tutorials/using-wordpress-menus.md
  97. +27 −0 packages/gatsby-source-wordpress/docs/usage-with-popular-wp-graphql-extensions.md
  98. +58 −0 packages/gatsby-source-wordpress/docs/why-use-this-plugin.md
  99. +1 −0 packages/gatsby-source-wordpress/gatsby-browser.js
  100. +3 −0 packages/gatsby-source-wordpress/gatsby-config.js
  101. +1 −0 packages/gatsby-source-wordpress/gatsby-node.js
  102. +175 −0 packages/gatsby-source-wordpress/generate-plugin-options-docs.js
  103. +1 −1 packages/gatsby-source-wordpress/index.js
  104. +63 −21 packages/gatsby-source-wordpress/package.json
  105. +0 −15,927 packages/gatsby-source-wordpress/src/__tests__/__snapshots__/normalize.js.snap
  106. +0 −1,626 packages/gatsby-source-wordpress/src/__tests__/data.json
  107. +0 −59 packages/gatsby-source-wordpress/src/__tests__/fetch.js
  108. +0 −7 packages/gatsby-source-wordpress/src/__tests__/http-exception-handler.js
  109. +0 −12 packages/gatsby-source-wordpress/src/__tests__/normalize-base-url.js
  110. +0 −161 packages/gatsby-source-wordpress/src/__tests__/normalize.js
  111. +0 −51 packages/gatsby-source-wordpress/src/__tests__/request-in-queue.js
  112. +3 −0 packages/gatsby-source-wordpress/src/constants.ts
  113. +0 −730 packages/gatsby-source-wordpress/src/fetch.js
  114. +0 −312 packages/gatsby-source-wordpress/src/gatsby-node.js
  115. +38 −0 packages/gatsby-source-wordpress/src/gatsby-node.ts
  116. +1 −0 packages/gatsby-source-wordpress/src/hooks/index.ts
  117. +61 −0 packages/gatsby-source-wordpress/src/hooks/node-filters.ts
  118. +0 −46 packages/gatsby-source-wordpress/src/http-exception-handler.js
  119. +44 −0 packages/gatsby-source-wordpress/src/models/__tests__/gatsby-api.test.js
  120. +44 −0 packages/gatsby-source-wordpress/src/models/develop.ts
  121. +371 −0 packages/gatsby-source-wordpress/src/models/gatsby-api.ts
  122. +34 −0 packages/gatsby-source-wordpress/src/models/image-nodes.js
  123. +17 −0 packages/gatsby-source-wordpress/src/models/index.ts
  124. +90 −0 packages/gatsby-source-wordpress/src/models/logger.ts
  125. +109 −0 packages/gatsby-source-wordpress/src/models/preview.ts
  126. +152 −0 packages/gatsby-source-wordpress/src/models/remoteSchema.ts
  127. +51 −0 packages/gatsby-source-wordpress/src/models/wp-hooks.ts
  128. +0 −13 packages/gatsby-source-wordpress/src/normalize-base-url.js
  129. +0 −693 packages/gatsby-source-wordpress/src/normalize.js
  130. +0 −45 packages/gatsby-source-wordpress/src/output-color.js
  131. +0 −60 packages/gatsby-source-wordpress/src/request-in-queue.js
  132. +0 −28 packages/gatsby-source-wordpress/src/scripts/download-test-data.js
  133. +333 −0 packages/gatsby-source-wordpress/src/steps/check-plugin-requirements.ts
  134. +197 −0 packages/gatsby-source-wordpress/src/steps/create-schema-customization/build-types.js
  135. +146 −0 packages/gatsby-source-wordpress/src/steps/create-schema-customization/helpers.js
  136. +95 −0 packages/gatsby-source-wordpress/src/steps/create-schema-customization/index.js
  137. +62 −0 ...atsby-source-wordpress/src/steps/create-schema-customization/transform-fields/default-resolver.js
  138. +256 −0 ...sby-source-wordpress/src/steps/create-schema-customization/transform-fields/field-transformers.js
  139. +198 −0 packages/gatsby-source-wordpress/src/steps/create-schema-customization/transform-fields/index.js
  140. +99 −0 ...atsby-source-wordpress/src/steps/create-schema-customization/transform-fields/transform-object.js
  141. +66 −0 ...gatsby-source-wordpress/src/steps/create-schema-customization/transform-fields/transform-union.js
  142. +108 −0 packages/gatsby-source-wordpress/src/steps/create-schema-customization/type-filters.js
  143. +846 −0 packages/gatsby-source-wordpress/src/steps/declare-plugin-options-schema.ts
  144. +20 −0 packages/gatsby-source-wordpress/src/steps/index.ts
  145. +42 −0 ...ordpress/src/steps/ingest-remote-schema/build-and-store-ingestible-root-field-non-node-queries.js
  146. +38 −0 ...e-wordpress/src/steps/ingest-remote-schema/build-queries-from-introspection/build-node-queries.js
  147. +232 −0 ...ress/src/steps/ingest-remote-schema/build-queries-from-introspection/build-query-on-field-name.js
  148. +350 −0 ...s/ingest-remote-schema/build-queries-from-introspection/generate-queries-from-ingestable-types.js
  149. +730 −0 ...s/src/steps/ingest-remote-schema/build-queries-from-introspection/recursively-transform-fields.js
  150. +11 −0 packages/gatsby-source-wordpress/src/steps/ingest-remote-schema/cache-fetched-types.js
  151. +174 −0 packages/gatsby-source-wordpress/src/steps/ingest-remote-schema/diff-schemas.js
  152. +193 −0 ...ges/gatsby-source-wordpress/src/steps/ingest-remote-schema/identify-and-store-ingestable-types.js
  153. +52 −0 packages/gatsby-source-wordpress/src/steps/ingest-remote-schema/index.js
  154. +93 −0 packages/gatsby-source-wordpress/src/steps/ingest-remote-schema/introspect-remote-schema.js
  155. +36 −0 packages/gatsby-source-wordpress/src/steps/ingest-remote-schema/is-excluded.js
  156. +68 −0 packages/gatsby-source-wordpress/src/steps/ingest-remote-schema/write-queries-to-disk.js
  157. +29 −0 packages/gatsby-source-wordpress/src/steps/persist-cached-images.ts
  158. +91 −0 packages/gatsby-source-wordpress/src/steps/preview/cleanup.ts
  159. +401 −0 packages/gatsby-source-wordpress/src/steps/preview/index.ts
  160. +119 −0 packages/gatsby-source-wordpress/src/steps/preview/on-create-page.ts
  161. +57 −0 packages/gatsby-source-wordpress/src/steps/preview/preview.md
  162. +90 −0 packages/gatsby-source-wordpress/src/steps/process-and-validate-plugin-options.ts
  163. +8 −0 packages/gatsby-source-wordpress/src/steps/set-error-map.ts
  164. +51 −0 packages/gatsby-source-wordpress/src/steps/set-gatsby-api-to-state.ts
  165. +21 −0 packages/gatsby-source-wordpress/src/steps/set-image-node-id-cache.ts
  166. +31 −0 packages/gatsby-source-wordpress/src/steps/source-nodes/before-change-node/menu.js
  167. +177 −0 packages/gatsby-source-wordpress/src/steps/source-nodes/create-nodes/create-nodes.js
  168. +462 −0 ...ages/gatsby-source-wordpress/src/steps/source-nodes/create-nodes/create-remote-file-node/index.js
  169. +9 −0 ...rce-wordpress/src/steps/source-nodes/create-nodes/create-remote-file-node/progress-bar-promise.js
  170. +360 −0 ...ages/gatsby-source-wordpress/src/steps/source-nodes/create-nodes/create-remote-media-item-node.js
  171. +95 −0 ...sby-source-wordpress/src/steps/source-nodes/create-nodes/fetch-and-create-non-node-root-fields.js
  172. +904 −0 packages/gatsby-source-wordpress/src/steps/source-nodes/create-nodes/process-node.js
  173. +122 −0 packages/gatsby-source-wordpress/src/steps/source-nodes/fetch-nodes/fetch-nodes-paginated.js
  174. +210 −0 packages/gatsby-source-wordpress/src/steps/source-nodes/fetch-nodes/fetch-nodes.js
  175. +566 −0 packages/gatsby-source-wordpress/src/steps/source-nodes/fetch-nodes/fetch-referenced-media-items.js
  176. +35 −0 packages/gatsby-source-wordpress/src/steps/source-nodes/helpers.js
  177. +76 −0 packages/gatsby-source-wordpress/src/steps/source-nodes/index.ts
  178. +135 −0 packages/gatsby-source-wordpress/src/steps/source-nodes/update-nodes/content-update-interval.js
  179. +59 −0 packages/gatsby-source-wordpress/src/steps/source-nodes/update-nodes/fetch-node-updates.js
  180. +62 −0 packages/gatsby-source-wordpress/src/steps/source-nodes/update-nodes/find-connected-nodes.js
  181. +98 −0 packages/gatsby-source-wordpress/src/steps/source-nodes/update-nodes/wp-actions/delete.js
  182. +110 −0 packages/gatsby-source-wordpress/src/steps/source-nodes/update-nodes/wp-actions/index.js
  183. +342 −0 packages/gatsby-source-wordpress/src/steps/source-nodes/update-nodes/wp-actions/update.js
  184. +26 −0 packages/gatsby-source-wordpress/src/steps/temp-prevent-multiple-instances.ts
  185. +14 −0 packages/gatsby-source-wordpress/src/store.ts
  186. +16 −0 packages/gatsby-source-wordpress/src/supported-remote-plugin-versions.ts
  187. +379 −0 packages/gatsby-source-wordpress/src/utils/cache.ts
  188. +719 −0 packages/gatsby-source-wordpress/src/utils/fetch-graphql.ts
  189. +26 −0 packages/gatsby-source-wordpress/src/utils/format-log-message.ts
  190. +14 −0 packages/gatsby-source-wordpress/src/utils/gatsby-types.ts
  191. +9 −0 packages/gatsby-source-wordpress/src/utils/get-gatsby-api.ts
  192. +118 −0 packages/gatsby-source-wordpress/src/utils/graphql-queries.ts
  193. +75 −0 packages/gatsby-source-wordpress/src/utils/report.ts
  194. +96 −0 packages/gatsby-source-wordpress/src/utils/run-steps.ts
  195. +3 −0 packages/gatsby-source-wordpress/src/utils/url-to-path.ts
  196. +4 −0 packages/gatsby-source-wordpress/style.css
  197. +13 −0 packages/gatsby-source-wordpress/tsconfig.json
  198. +4 −0 packages/gatsby/CHANGELOG.md
  199. +2 −2 packages/gatsby/package.json
  200. +71 −0 starters/gatsby-starter-wordpress-blog/.gitignore
  201. +5 −0 starters/gatsby-starter-wordpress-blog/.prettierignore
  202. +4 −0 starters/gatsby-starter-wordpress-blog/.prettierrc
  203. +14 −0 starters/gatsby-starter-wordpress-blog/LICENSE
  204. +99 −0 starters/gatsby-starter-wordpress-blog/README.md
  205. BIN starters/gatsby-starter-wordpress-blog/content/assets/gatsby-icon.png
  206. +7 −0 starters/gatsby-starter-wordpress-blog/gatsby-browser.js
  207. +66 −0 starters/gatsby-starter-wordpress-blog/gatsby-config.js
  208. +192 −0 starters/gatsby-starter-wordpress-blog/gatsby-node.js
  209. +22,778 −0 starters/gatsby-starter-wordpress-blog/package-lock.json
  210. +51 −0 starters/gatsby-starter-wordpress-blog/package.json
  211. +54 −0 starters/gatsby-starter-wordpress-blog/src/components/bio.js
  212. +48 −0 starters/gatsby-starter-wordpress-blog/src/components/layout.js
  213. +93 −0 starters/gatsby-starter-wordpress-blog/src/components/seo.js
  214. +343 −0 starters/gatsby-starter-wordpress-blog/src/normalize.css
  215. +29 −0 starters/gatsby-starter-wordpress-blog/src/pages/404.js
  216. +335 −0 starters/gatsby-starter-wordpress-blog/src/style.css
  217. +128 −0 starters/gatsby-starter-wordpress-blog/src/templates/Page.js
  218. +129 −0 starters/gatsby-starter-wordpress-blog/src/templates/Post.js
  219. +89 −0 starters/gatsby-starter-wordpress-blog/src/templates/blog-post-archive.js
  220. BIN starters/gatsby-starter-wordpress-blog/static/favicon.ico
  221. +2 −0 starters/gatsby-starter-wordpress-blog/static/robots.txt
  222. +475 −30 yarn.lock
5 changes: 5 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -6,6 +6,7 @@ packages/*/dist/**
packages/*/lib/**
packages/*/scripts/**
**/dist/*
**/public/*
**/__testfixtures__/**
**/__tests__/fixtures/**
peril
@@ -24,3 +25,7 @@ packages/gatsby-image/withIEPolyfill/index.js
packages/gatsby/cache-dir/commonjs/**/*
packages/gatsby-admin/public
packages/gatsby/gatsby-admin-public

packages/gatsby-source-wordpress/test-site/**
!packages/gatsby-source-wordpress/test-site/__tests__
!packages/gatsby-source-wordpress/test-site/test-utils
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -23,6 +23,7 @@ packages/gatsby-plugin-mdx/node_modules/**/*.js
packages/gatsby/cache-dir/commonjs/**/*.js
packages/gatsby-admin/public/styles.*
packages/gatsby/gatsby-admin-public/styles.*
packages/gatsby-source-wordpress/test-site/**

# fixtures
**/__testfixtures__/**
2 changes: 1 addition & 1 deletion benchmarks/source-wordpress/gatsby-config.js
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ module.exports = {
},
},
{
resolve: `gatsby-source-wordpress-experimental`,
resolve: `gatsby-source-wordpress`,
options: {
url: process.env.BENCHMARK_WPGRAPHQL_URL,
type: {
2 changes: 1 addition & 1 deletion benchmarks/source-wordpress/package.json
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@
"gatsby-plugin-benchmark-reporting": "*",
"gatsby-plugin-sharp": "^2.6.2",
"gatsby-source-filesystem": "^2.1.48",
"gatsby-source-wordpress-experimental": "^5.0.0",
"gatsby-source-wordpress": "^4.0.0",
"gatsby-transformer-sharp": "^2.5.2",
"react": "^16.12.0",
"react-dom": "^16.12.0"
2 changes: 1 addition & 1 deletion benchmarks/source-wordpress/scripts/updater.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const fetchGraphql = require(`gatsby-source-wordpress-experimental/dist/utils/fetch-graphql`)
const fetchGraphql = require(`gatsby-source-wordpress/dist/utils/fetch-graphql`)
.default

const faker = require(`faker`)
2 changes: 1 addition & 1 deletion dictionary.txt
Original file line number Diff line number Diff line change
@@ -407,7 +407,7 @@ gatsby-source-flotiq
gatsby-source-graphql
gatsby-source-sanity
gatsby-source-tmdb
gatsby-source-wordpress-experimental
gatsby-source-wordpress
gatsby-source-x-cms
gatsby-starter-blog
gatsby-starter-buttercms
56 changes: 28 additions & 28 deletions docs/docs/how-to/sourcing-data/headless-cms.md
Original file line number Diff line number Diff line change
@@ -21,34 +21,34 @@ The guides in this section will walk through the process of setting up content s

Here are more resources for guides, plugins, and starters for CMS systems you can connect to:

| CMS | Guides | Plugin Docs | Official Starter |
| --------------------------------------------- | -------------------------------------------------------------------------------- | ----------------------------------------------------- | -------------------------------------------------------------------- |
| [Contentful](https://www.contentful.com/) | [guide](/docs/how-to/sourcing-data/sourcing-from-contentful/) | [docs](/plugins/gatsby-source-contentful) | [starter](/starters/contentful/starter-gatsby-blog/) |
| [NetlifyCMS](https://www.netlifycms.org/) | [guide](/docs/how-to/sourcing-data/sourcing-from-netlify-cms/) | [docs](/plugins/gatsby-plugin-netlify-cms) | [starter](/starters/netlify-templates/gatsby-starter-netlify-cms/) |
| [WordPress](https://www.wordpress.com/) | [guide](/docs/how-to/sourcing-data/sourcing-from-wordpress/) | [docs](/plugins/gatsby-source-wordpress-experimental) | |
| [Prismic](https://www.prismic.io/) | [guide](/docs/how-to/sourcing-data/sourcing-from-prismic/) | [docs](/plugins/gatsby-source-prismic) | |
| [Strapi](https://strapi.io/) | [guide](/blog/2018-1-18-strapi-and-gatsby/) | [docs](/plugins/gatsby-source-strapi) | |
| [DatoCMS](https://www.datocms.com/) | [guide](https://www.gatsbyjs.com/guides/datocms/) | [docs](/plugins/gatsby-source-datocms) | [starter](/starters/datocms/gatsby-portfolio/) |
| [Sanity](https://www.sanity.io/) | [guide](/docs/sourcing-from-sanity) | [docs](/plugins/gatsby-source-sanity/) | |
| [Drupal](https://www.drupal.com/) | [guide](/docs/how-to/sourcing-data/sourcing-from-drupal/) | [docs](/plugins/gatsby-source-drupal) | |
| [Shopify](https://www.shopify.com/) | | [docs](/plugins/gatsby-source-shopify) | |
| [Cosmic](https://cosmicjs.com/) | [guide](/blog/2018-06-07-build-a-gatsby-blog-using-the-cosmic-js-source-plugin/) | [docs](/plugins/gatsby-source-cosmicjs) | [starters](/starters/?s=cosmic&v=2) |
| [Contentstack](https://www.contentstack.com/) | [guide](/docs/sourcing-from-contentstack) | [docs](/plugins/gatsby-source-contentstack) | [starter](/starters/contentstack/gatsby-starter-contentstack/) |
| [ButterCMS](https://buttercms.com/) | [guide](/docs/sourcing-from-buttercms/) | [docs](/plugins/gatsby-source-buttercms) | [starter](/starters/ButterCMS/gatsby-starter-buttercms/) |
| [Ghost](https://ghost.org/) | [guide](/docs/sourcing-from-ghost/) | [docs](/plugins/gatsby-source-ghost/) | [starter](/starters/TryGhost/gatsby-starter-ghost/) |
| [Kentico Kontent](https://kontent.ai/) | [guide](/docs/sourcing-from-kentico-kontent) | [docs](/plugins/@kentico/gatsby-source-kontent) | [starter](/starters/Kentico/gatsby-starter-kontent-lumen/) |
| [Directus](https://directus.io/) | | [docs](/plugins/gatsby-source-directus) | |
| [GraphCMS](https://graphcms.com/) | [guide](/docs/sourcing-from-graphcms) | [docs](/plugins/gatsby-source-graphql) | [starter](/starters/GraphCMS/gatsby-graphcms-tailwindcss-example/) |
| [Storyblok](https://www.storyblok.com/) | [guide](https://www.storyblok.com/tp/gatsby-multilanguage-website-tutorial) | [docs](/plugins/gatsby-source-storyblok) | [starter](https://github.com/storyblok/gatsby-storyblok-boilerplate) |
| [Cockpit](https://getcockpit.com/) | | [docs](/plugins/gatsby-plugin-cockpit) | |
| [CraftCMS](https://craftcms.com/) | | [docs](/plugins/gatsby-source-craftcms) | |
| [Agility CMS](https://agilitycms.com/) | [guide](/docs/sourcing-from-agilitycms/) | [docs](/plugins/@agility/gatsby-source-agilitycms/) | [starter](/starters/agility/agility-gatsby-starter/) |
| [Forestry](https://forestry.io/) | [guide](/docs/sourcing-from-forestry/) | | |
| [Gentics Mesh](https://getmesh.io) | [guide](/docs/sourcing-from-gentics-mesh) | | |
| [Seams-CMS](https://seams-cms.com/) | [guide](/docs/sourcing-from-seams-cms) | | |
| [Builder.io](https://www.builder.io/) | [guide](/docs/sourcing-from-builder-io/) | [docs](/plugins/@builder.io/gatsby/) | [starter](https://github.com/BuilderIO/gatsby-starter-builder) |
| [Flotiq](https://flotiq.com/) | [guide](/docs/sourcing-from-flotiq/) | [docs](/plugins/gatsby-source-flotiq) | [starter](https://github.com/flotiq/gatsby-starter-blog) |
| [Tina](https://tina.io) | [guide](https://tina.io/guides/#gatsby) | [docs](https://tina.io/docs/integrations/gatsby/) | |
| CMS | Guides | Plugin Docs | Official Starter |
| --------------------------------------------- | -------------------------------------------------------------------------------- | --------------------------------------------------- | -------------------------------------------------------------------- |
| [Contentful](https://www.contentful.com/) | [guide](/docs/how-to/sourcing-data/sourcing-from-contentful/) | [docs](/plugins/gatsby-source-contentful) | [starter](/starters/contentful/starter-gatsby-blog/) |
| [NetlifyCMS](https://www.netlifycms.org/) | [guide](/docs/how-to/sourcing-data/sourcing-from-netlify-cms/) | [docs](/plugins/gatsby-plugin-netlify-cms) | [starter](/starters/netlify-templates/gatsby-starter-netlify-cms/) |
| [WordPress](https://www.wordpress.com/) | [guide](/docs/how-to/sourcing-data/sourcing-from-wordpress/) | [docs](/plugins/gatsby-source-wordpress) | |
| [Prismic](https://www.prismic.io/) | [guide](/docs/how-to/sourcing-data/sourcing-from-prismic/) | [docs](/plugins/gatsby-source-prismic) | |
| [Strapi](https://strapi.io/) | [guide](/blog/2018-1-18-strapi-and-gatsby/) | [docs](/plugins/gatsby-source-strapi) | |
| [DatoCMS](https://www.datocms.com/) | [guide](https://www.gatsbyjs.com/guides/datocms/) | [docs](/plugins/gatsby-source-datocms) | [starter](/starters/datocms/gatsby-portfolio/) |
| [Sanity](https://www.sanity.io/) | [guide](/docs/sourcing-from-sanity) | [docs](/plugins/gatsby-source-sanity/) | |
| [Drupal](https://www.drupal.com/) | [guide](/docs/how-to/sourcing-data/sourcing-from-drupal/) | [docs](/plugins/gatsby-source-drupal) | |
| [Shopify](https://www.shopify.com/) | | [docs](/plugins/gatsby-source-shopify) | |
| [Cosmic](https://cosmicjs.com/) | [guide](/blog/2018-06-07-build-a-gatsby-blog-using-the-cosmic-js-source-plugin/) | [docs](/plugins/gatsby-source-cosmicjs) | [starters](/starters/?s=cosmic&v=2) |
| [Contentstack](https://www.contentstack.com/) | [guide](/docs/sourcing-from-contentstack) | [docs](/plugins/gatsby-source-contentstack) | [starter](/starters/contentstack/gatsby-starter-contentstack/) |
| [ButterCMS](https://buttercms.com/) | [guide](/docs/sourcing-from-buttercms/) | [docs](/plugins/gatsby-source-buttercms) | [starter](/starters/ButterCMS/gatsby-starter-buttercms/) |
| [Ghost](https://ghost.org/) | [guide](/docs/sourcing-from-ghost/) | [docs](/plugins/gatsby-source-ghost/) | [starter](/starters/TryGhost/gatsby-starter-ghost/) |
| [Kentico Kontent](https://kontent.ai/) | [guide](/docs/sourcing-from-kentico-kontent) | [docs](/plugins/@kentico/gatsby-source-kontent) | [starter](/starters/Kentico/gatsby-starter-kontent-lumen/) |
| [Directus](https://directus.io/) | | [docs](/plugins/gatsby-source-directus) | |
| [GraphCMS](https://graphcms.com/) | [guide](/docs/sourcing-from-graphcms) | [docs](/plugins/gatsby-source-graphql) | [starter](/starters/GraphCMS/gatsby-graphcms-tailwindcss-example/) |
| [Storyblok](https://www.storyblok.com/) | [guide](https://www.storyblok.com/tp/gatsby-multilanguage-website-tutorial) | [docs](/plugins/gatsby-source-storyblok) | [starter](https://github.com/storyblok/gatsby-storyblok-boilerplate) |
| [Cockpit](https://getcockpit.com/) | | [docs](/plugins/gatsby-plugin-cockpit) | |
| [CraftCMS](https://craftcms.com/) | | [docs](/plugins/gatsby-source-craftcms) | |
| [Agility CMS](https://agilitycms.com/) | [guide](/docs/sourcing-from-agilitycms/) | [docs](/plugins/@agility/gatsby-source-agilitycms/) | [starter](/starters/agility/agility-gatsby-starter/) |
| [Forestry](https://forestry.io/) | [guide](/docs/sourcing-from-forestry/) | | |
| [Gentics Mesh](https://getmesh.io) | [guide](/docs/sourcing-from-gentics-mesh) | | |
| [Seams-CMS](https://seams-cms.com/) | [guide](/docs/sourcing-from-seams-cms) | | |
| [Builder.io](https://www.builder.io/) | [guide](/docs/sourcing-from-builder-io/) | [docs](/plugins/@builder.io/gatsby/) | [starter](https://github.com/BuilderIO/gatsby-starter-builder) |
| [Flotiq](https://flotiq.com/) | [guide](/docs/sourcing-from-flotiq/) | [docs](/plugins/gatsby-source-flotiq) | [starter](https://github.com/flotiq/gatsby-starter-blog) |
| [Tina](https://tina.io) | [guide](https://tina.io/guides/#gatsby) | [docs](https://tina.io/docs/integrations/gatsby/) | |

## How to add new guides to this section

Loading