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.24.42
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.24.43
Choose a head ref
  • 11 commits
  • 155 files changed
  • 12 contributors

Commits on Aug 11, 2020

  1. docs(gatsby): Query Filters (#24775)

    * docs(gatsby): Query Filters
    
    * Applied suggestions
    
    * Update docs/docs/query-filters.md
    
    Co-authored-by: Mikhail Novikov <freiksenet@gmail.com>
    
    Co-authored-by: Mikhail Novikov <freiksenet@gmail.com>
    pvdz and freiksenet authored Aug 11, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    14e9533 View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    ed8dc95 View commit details
  3. fix: update starters and examples (#26342)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Aug 11, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    ff557da View commit details
  4. Fix linting (#26361)

    Co-authored-by: Laurie Barth <laurie@LauriesrkLaptop.fios-router.home>
    LB and Laurie Barth authored Aug 11, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    45ccf74 View commit details
  5. fix(gatsby): improve the log for service lock issues (#26360)

    * fix(gatsby): improve the log for service lock issues
    
    * Update develop.ts
    
    * pretty, prettier, prettiest
    mxstbr authored Aug 11, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    5a4496c View commit details
  6. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    e7a7280 View commit details
  7. chore(peril): remove invite-collaborator rule (#26350)

    Disable automated invitations [ch11697]
    Janson Hartliep authored Aug 11, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    d4b599e View commit details
  8. Upgrade semver (#26269)

    herecydev authored Aug 11, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    df0cc1a View commit details
  9. Parameterise telemetry constructor (#26270)

    * Allow inserting a custom componentID and version
    
    * Debug
    
    * Try to fix export
    
    * Try to fix export
    
    * POC api
    
    * Start typing the parameters
    
    * Try fix random build failures
    jamo authored Aug 11, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    e3e3ae6 View commit details
  10. fix(gatsby-recipes): fix NPMScript for parallel calls (#26349)

    * Add tests for parallel NPMPackageJSON
    
    * Add way to acquire/release locks on shared resources to safely read/write from them
    
    * Also lock writes to gatsby-config.js
    
    * Lock gatsby-config.js for site-metadata.js as well + make work when config doesn't have siteMetadata field
    KyleAMathews authored Aug 11, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    e845615 View commit details
  11. chore(release): Publish

     - gatsby-admin@0.1.132
     - gatsby-cli@2.12.83
     - gatsby-plugin-manifest@2.4.23
     - gatsby-plugin-sharp@2.6.27
     - gatsby-recipes@0.2.13
     - gatsby-remark-images-contentful@2.3.13
     - gatsby-source-contentful@2.3.37
     - gatsby-telemetry@1.3.27
     - gatsby-transformer-sharp@2.5.13
     - gatsby-transformer-sqip@2.3.27
     - gatsby@2.24.43
    KyleAMathews committed Aug 11, 2020
    Copy the full SHA
    fb1753c View commit details
Showing with 2,600 additions and 862 deletions.
  1. +0 −1 dictionary.txt
  2. +1 −1 docs/blog/100days/apps/index.md
  3. +1 −1 docs/blog/100days/cms/index.md
  4. +1 −1 docs/blog/100days/comments/index.md
  5. +1 −1 docs/blog/100days/create-themes/index.md
  6. +1 −1 docs/blog/100days/free-hosting/index.md
  7. +1 −1 docs/blog/100days/gatsby-image/index.md
  8. +1 −1 docs/blog/100days/mdx/index.md
  9. +1 −1 docs/blog/100days/pwa/index.md
  10. +1 −1 docs/blog/100days/react-component/index.md
  11. +1 −1 docs/blog/100days/serverless/index.md
  12. +1 −1 docs/blog/100days/use-themes/index.md
  13. +1 −1 docs/blog/2020-03-23-introducing-gatsby-web-creators/index.md
  14. +173 −0 docs/docs/query-filters.md
  15. +1 −123 docs/docs/schema-sift.md
  16. +2 −2 examples/client-only-paths/package.json
  17. +3 −3 examples/creating-source-plugins/example-site/package.json
  18. +1 −1 examples/data-fetching/package.json
  19. +3 −3 examples/ecommerce-tutorial-with-stripe/package.json
  20. +1 −1 examples/feed/package.json
  21. +3 −3 examples/gatsbygram/package.json
  22. +3 −3 examples/graphql-reference/package.json
  23. +1 −1 examples/hn/package.json
  24. +3 −3 examples/image-processing/package.json
  25. +1 −1 examples/no-plugins/package.json
  26. +1 −1 examples/no-trailing-slashes/package.json
  27. +1 −1 examples/recipe-createPage/package.json
  28. +1 −1 examples/recipe-linking-between-pages/package.json
  29. +3 −3 examples/recipe-sourcing-contentful/package.json
  30. +1 −1 examples/recipe-sourcing-markdown/package.json
  31. +1 −1 examples/recipe-static-image/package.json
  32. +1 −1 examples/recipe-webpack-image/package.json
  33. +3 −3 examples/recipes-gatsby-image/package.json
  34. +1 −1 examples/simple-auth/package.json
  35. +1 −1 examples/sitemap/package.json
  36. +1 −1 examples/styleguide/package.json
  37. +4 −4 examples/using-MDX/package.json
  38. +1 −1 examples/using-asciidoc/package.json
  39. +3 −3 examples/using-contentful/package.json
  40. +1 −1 examples/using-css-modules/package.json
  41. +1 −1 examples/using-csv/package.json
  42. +1 −1 examples/using-cxs/package.json
  43. +4 −4 examples/using-cypress/package.json
  44. +3 −3 examples/using-drupal/package.json
  45. +2 −2 examples/using-emotion-prismjs/package.json
  46. +2 −2 examples/using-emotion/package.json
  47. +1 −1 examples/using-excel/package.json
  48. +1 −1 examples/using-faker/package.json
  49. +1 −1 examples/using-fragments/package.json
  50. +5 −5 examples/using-gatsby-image/package.json
  51. +4 −4 examples/using-gatsby-source-graphql/package.json
  52. +1 −1 examples/using-gatsby-with-json-yaml/package.json
  53. +1 −1 examples/using-gatsby-without-graphql/package.json
  54. +1 −1 examples/using-glamor/package.json
  55. +1 −1 examples/using-hjson/package.json
  56. +1 −1 examples/using-i18n/package.json
  57. +1 −1 examples/using-javascript-transforms/package.json
  58. +3 −3 examples/using-jest/package.json
  59. +1 −1 examples/using-js-search/package.json
  60. +1 −1 examples/using-jss/package.json
  61. +1 −1 examples/using-local-plugins/package.json
  62. +3 −3 examples/using-markdown-pages/package.json
  63. +1 −1 examples/using-medium/package.json
  64. +1 −1 examples/using-mobx/package.json
  65. +1 −1 examples/using-mongodb/package.json
  66. +3 −3 examples/using-multiple-local-plugins/gatsby-site-using-local-plugins/package.json
  67. +1 −1 examples/using-multiple-providers/package.json
  68. +1 −1 examples/using-multiple-themes/package.json
  69. +1 −1 examples/using-page-loading-indicator/package.json
  70. +1 −1 examples/using-page-transitions/package.json
  71. +1 −1 examples/using-path-prefix/package.json
  72. +1 −1 examples/using-plugin-options/package.json
  73. +1 −1 examples/using-prefetching-preloading-modules/package.json
  74. +1 −1 examples/using-reach-skip-nav/package.json
  75. +1 −1 examples/using-redirects/package.json
  76. +1 −1 examples/using-redux/package.json
  77. +2 −2 examples/using-remark-copy-linked-files/package.json
  78. +3 −3 examples/using-remark/package.json
  79. +1 −1 examples/using-sass/package.json
  80. +3 −3 examples/using-shopify/package.json
  81. +4 −4 examples/using-sqip/package.json
  82. +4 −4 examples/using-square-payments/package.json
  83. +1 −1 examples/using-styled-components/package.json
  84. +1 −1 examples/using-styled-jsx/package.json
  85. +1 −1 examples/using-styletron/package.json
  86. +1 −1 examples/using-stylus/package.json
  87. +3 −3 examples/using-type-definitions/package.json
  88. +1 −1 examples/using-typescript/package.json
  89. +1 −1 examples/using-video/package.json
  90. +3 −3 examples/using-wordpress-with-acf/package.json
  91. +1 −1 examples/using-wordpress/package.json
  92. +4 −0 packages/gatsby-admin/CHANGELOG.md
  93. +1 −0 packages/gatsby-admin/gatsby-ssr.js
  94. +2 −2 packages/gatsby-admin/package.json
  95. +4 −0 packages/gatsby-cli/CHANGELOG.md
  96. +4 −4 packages/gatsby-cli/package.json
  97. +4 −0 packages/gatsby-plugin-manifest/CHANGELOG.md
  98. +2 −2 packages/gatsby-plugin-manifest/package.json
  99. +4 −0 packages/gatsby-plugin-sharp/CHANGELOG.md
  100. +2 −2 packages/gatsby-plugin-sharp/package.json
  101. +6 −0 packages/gatsby-recipes/CHANGELOG.md
  102. +3 −2 packages/gatsby-recipes/package.json
  103. +16 −0 packages/gatsby-recipes/src/providers/gatsby/__snapshots__/site-metadata.test.js.snap
  104. +5 −1 packages/gatsby-recipes/src/providers/gatsby/plugin.js
  105. +5 −2 packages/gatsby-recipes/src/providers/gatsby/plugin.test.js
  106. +26 −12 packages/gatsby-recipes/src/providers/gatsby/site-metadata.js
  107. +31 −0 packages/gatsby-recipes/src/providers/gatsby/site-metadata.test.js
  108. +10 −0 packages/gatsby-recipes/src/providers/lock.js
  109. +22 −0 packages/gatsby-recipes/src/providers/npm/__snapshots__/package-json.test.js.snap
  110. +18 −0 packages/gatsby-recipes/src/providers/npm/__snapshots__/script.test.js.snap
  111. +10 −59 packages/gatsby-recipes/src/providers/npm/package-json.js
  112. +30 −0 packages/gatsby-recipes/src/providers/npm/package-json.test.js
  113. +5 −1 packages/gatsby-recipes/src/providers/npm/script.js
  114. +30 −0 packages/gatsby-recipes/src/providers/npm/script.test.js
  115. +4 −0 packages/gatsby-remark-images-contentful/CHANGELOG.md
  116. +2 −2 packages/gatsby-remark-images-contentful/package.json
  117. +4 −0 packages/gatsby-source-contentful/CHANGELOG.md
  118. +2 −2 packages/gatsby-source-contentful/package.json
  119. +4 −0 packages/gatsby-telemetry/CHANGELOG.md
  120. +1 −1 packages/gatsby-telemetry/package.json
  121. +18 −0 packages/gatsby-telemetry/src/__tests__/telemetry.ts
  122. +0 −8 packages/gatsby-telemetry/src/declarations.d.ts
  123. +1 −1 packages/gatsby-telemetry/src/event-storage.ts
  124. +85 −31 packages/gatsby-telemetry/src/index.ts
  125. +78 −21 packages/gatsby-telemetry/src/telemetry.ts
  126. +4 −1 packages/gatsby-telemetry/tsconfig.json
  127. +4 −0 packages/gatsby-transformer-sharp/CHANGELOG.md
  128. +2 −2 packages/gatsby-transformer-sharp/package.json
  129. +4 −0 packages/gatsby-transformer-sqip/CHANGELOG.md
  130. +2 −2 packages/gatsby-transformer-sqip/package.json
  131. +6 −0 packages/gatsby/CHANGELOG.md
  132. +4 −4 packages/gatsby/package.json
  133. +3 −1 packages/gatsby/src/commands/develop.ts
  134. +1 −4 peril.settings.json
  135. +209 −56 starters/blog/package-lock.json
  136. +4 −4 starters/blog/package.json
  137. +209 −56 starters/default/package-lock.json
  138. +4 −4 starters/default/package.json
  139. +194 −41 starters/gatsby-starter-blog-theme-core/package-lock.json
  140. +1 −1 starters/gatsby-starter-blog-theme-core/package.json
  141. +191 −38 starters/gatsby-starter-blog-theme/package-lock.json
  142. +1 −1 starters/gatsby-starter-blog-theme/package.json
  143. +200 −47 starters/gatsby-starter-mdx-basic/package-lock.json
  144. +3 −3 starters/gatsby-starter-mdx-basic/package.json
  145. +200 −47 starters/gatsby-starter-minimal/package-lock.json
  146. +1 −1 starters/gatsby-starter-minimal/package.json
  147. +191 −38 starters/gatsby-starter-notes-theme/package-lock.json
  148. +1 −1 starters/gatsby-starter-notes-theme/package.json
  149. +1 −1 starters/gatsby-starter-theme-workspace/example/package.json
  150. +191 −38 starters/gatsby-starter-theme/package-lock.json
  151. +1 −1 starters/gatsby-starter-theme/package.json
  152. +200 −47 starters/hello-world/package-lock.json
  153. +1 −1 starters/hello-world/package.json
  154. +2 −2 www/src/data/sidebars/doc-links.yaml
  155. +5 −0 yarn.lock
1 change: 0 additions & 1 deletion dictionary.txt
Original file line number Diff line number Diff line change
@@ -162,7 +162,6 @@ Arshad
AsciiDoc
Asciidoctor
AskGatsbyJS
ASKGatsbyJS
Asko
aspirational
AST
2 changes: 1 addition & 1 deletion docs/blog/100days/apps/index.md
Original file line number Diff line number Diff line change
@@ -40,4 +40,4 @@ To get started quickly, use `gatsby-plugin-create-client-paths` to create privat

### What to Do If You Need Help

If you get stuck during the challenge, you can ask for help from the [Gatsby community](/contributing/community/) and the [ASKGatsbyJS](https://twitter.com/AskGatsbyJS) Twitter account. You can find fellow Gatsby Developers on [Discord](https://discordapp.com/invite/gatsby), [Reddit](https://www.reddit.com/r/gatsbyjs/), [Spectrum](https://spectrum.chat/gatsby-js), and [Dev](https://dev.to/t/gatsby).
If you get stuck during the challenge, you can ask for help from the [Gatsby community](/contributing/community/) and the [AskGatsbyJS](https://twitter.com/AskGatsbyJS) Twitter account. You can find fellow Gatsby Developers on [Discord](https://discordapp.com/invite/gatsby), [Reddit](https://www.reddit.com/r/gatsbyjs/), [Spectrum](https://spectrum.chat/gatsby-js), and [Dev](https://dev.to/t/gatsby).
2 changes: 1 addition & 1 deletion docs/blog/100days/cms/index.md
Original file line number Diff line number Diff line change
@@ -36,4 +36,4 @@ Today we challenge you to add an external data source (or two) to your Gatsby pr

### What to Do If You Need Help

If you get stuck during the challenge, you can ask for help from the [Gatsby community](/contributing/community/) and the [ASKGatsbyJS](https://twitter.com/AskGatsbyJS) Twitter account. You can find fellow Gatsby Developers on [Discord](https://discordapp.com/invite/gatsby), [Reddit](https://www.reddit.com/r/gatsbyjs/), [Spectrum](https://spectrum.chat/gatsby-js), and [Dev](https://dev.to/t/gatsby).
If you get stuck during the challenge, you can ask for help from the [Gatsby community](/contributing/community/) and the [AskGatsbyJS](https://twitter.com/AskGatsbyJS) Twitter account. You can find fellow Gatsby Developers on [Discord](https://discordapp.com/invite/gatsby), [Reddit](https://www.reddit.com/r/gatsbyjs/), [Spectrum](https://spectrum.chat/gatsby-js), and [Dev](https://dev.to/t/gatsby).
2 changes: 1 addition & 1 deletion docs/blog/100days/comments/index.md
Original file line number Diff line number Diff line change
@@ -40,4 +40,4 @@ _Tutorial_: [DIY Gatsby comments tutorial](/blog/2019-08-27-roll-your-own-commen

### What to Do If You Need Help

If you get stuck during the challenge, you can ask for help from the [Gatsby community](/contributing/community/) and the [ASKGatsbyJS](https://twitter.com/AskGatsbyJS) Twitter account. You can find fellow Gatsby Developers on [Discord](https://discordapp.com/invite/gatsby), [Reddit](https://www.reddit.com/r/gatsbyjs/), [Spectrum](https://spectrum.chat/gatsby-js), and [Dev](https://dev.to/t/gatsby).
If you get stuck during the challenge, you can ask for help from the [Gatsby community](/contributing/community/) and the [AskGatsbyJS](https://twitter.com/AskGatsbyJS) Twitter account. You can find fellow Gatsby Developers on [Discord](https://discordapp.com/invite/gatsby), [Reddit](https://www.reddit.com/r/gatsbyjs/), [Spectrum](https://spectrum.chat/gatsby-js), and [Dev](https://dev.to/t/gatsby).
2 changes: 1 addition & 1 deletion docs/blog/100days/create-themes/index.md
Original file line number Diff line number Diff line change
@@ -26,4 +26,4 @@ For inspiration, investigate the repos of the projects [that were showcased duri

### What to Do If You Need Help

If you get stuck during the challenge, you can ask for help from the [Gatsby community](/contributing/community/) and the [ASKGatsbyJS](https://twitter.com/AskGatsbyJS) Twitter account. You can find fellow Gatsby Developers on [Discord](https://discordapp.com/invite/gatsby), [Reddit](https://www.reddit.com/r/gatsbyjs/), [Spectrum](https://spectrum.chat/gatsby-js), and [Dev](https://dev.to/t/gatsby).
If you get stuck during the challenge, you can ask for help from the [Gatsby community](/contributing/community/) and the [AskGatsbyJS](https://twitter.com/AskGatsbyJS) Twitter account. You can find fellow Gatsby Developers on [Discord](https://discordapp.com/invite/gatsby), [Reddit](https://www.reddit.com/r/gatsbyjs/), [Spectrum](https://spectrum.chat/gatsby-js), and [Dev](https://dev.to/t/gatsby).
2 changes: 1 addition & 1 deletion docs/blog/100days/free-hosting/index.md
Original file line number Diff line number Diff line change
@@ -35,4 +35,4 @@ And for your build tool and CDN we see many people have success with [AWS Amplif

### What to Do If You Need Help

If you get stuck during the challenge, you can ask for help from the [Gatsby community](/contributing/community/) and the [ASKGatsbyJS](https://twitter.com/AskGatsbyJS) Twitter account.. You can find fellow Gatsby Developers on [Discord](https://discordapp.com/invite/gatsby), [Reddit](https://www.reddit.com/r/gatsbyjs/), [Spectrum](https://spectrum.chat/gatsby-js), and [Dev](https://dev.to/t/gatsby).
If you get stuck during the challenge, you can ask for help from the [Gatsby community](/contributing/community/) and the [AskGatsbyJS](https://twitter.com/AskGatsbyJS) Twitter account.. You can find fellow Gatsby Developers on [Discord](https://discordapp.com/invite/gatsby), [Reddit](https://www.reddit.com/r/gatsbyjs/), [Spectrum](https://spectrum.chat/gatsby-js), and [Dev](https://dev.to/t/gatsby).
2 changes: 1 addition & 1 deletion docs/blog/100days/gatsby-image/index.md
Original file line number Diff line number Diff line change
@@ -41,6 +41,6 @@ Follow this tutorial that explains how to [add images to your markdown-based pag

## How to Get Help

Depending on your experience with Gatsby and React, this may be the hardest challenge we've given you. So, if you get stuck, please ask for help from the [Gatsby community](/contributing/community/) and the [ASKGatsbyJS](https://twitter.com/AskGatsbyJS) Twitter account. You can find fellow Gatsby Developers on [Discord](https://discordapp.com/invite/gatsby), [Reddit](https://www.reddit.com/r/gatsbyjs/), [Spectrum](https://spectrum.chat/gatsby-js), and [Dev](https://dev.to/t/gatsby).
Depending on your experience with Gatsby and React, this may be the hardest challenge we've given you. So, if you get stuck, please ask for help from the [Gatsby community](/contributing/community/) and the [AskGatsbyJS](https://twitter.com/AskGatsbyJS) Twitter account. You can find fellow Gatsby Developers on [Discord](https://discordapp.com/invite/gatsby), [Reddit](https://www.reddit.com/r/gatsbyjs/), [Spectrum](https://spectrum.chat/gatsby-js), and [Dev](https://dev.to/t/gatsby).

Have fun! We can't wait to see what you build!
2 changes: 1 addition & 1 deletion docs/blog/100days/mdx/index.md
Original file line number Diff line number Diff line change
@@ -28,6 +28,6 @@ Bonus: Learn about an advanced [MDX feature, “shortcodes”](https://mdxjs.com

### What to Do If You Need Help

If you get stuck during the challenge, you can ask for help from the [Gatsby community](/contributing/community/) and the [ASKGatsbyJS](https://twitter.com/AskGatsbyJS) Twitter account. You can find fellow Gatsby Developers on [Discord](https://discordapp.com/invite/gatsby), [Reddit](https://www.reddit.com/r/gatsbyjs/), [Spectrum](https://spectrum.chat/gatsby-js), and [Dev](https://dev.to/t/gatsby).
If you get stuck during the challenge, you can ask for help from the [Gatsby community](/contributing/community/) and the [AskGatsbyJS](https://twitter.com/AskGatsbyJS) Twitter account. You can find fellow Gatsby Developers on [Discord](https://discordapp.com/invite/gatsby), [Reddit](https://www.reddit.com/r/gatsbyjs/), [Spectrum](https://spectrum.chat/gatsby-js), and [Dev](https://dev.to/t/gatsby).

For this challenge, you can also use the [MDX support resources](https://mdxjs.com/support)
2 changes: 1 addition & 1 deletion docs/blog/100days/pwa/index.md
Original file line number Diff line number Diff line change
@@ -40,4 +40,4 @@ Now, add [gatsby-plugin-offline](/packages/gatsby-plugin-offline) to your projec

### What to Do If You Need Help

If you get stuck during the challenge, you can ask for help from the [Gatsby community](/contributing/community/) and the [ASKGatsbyJS](https://twitter.com/AskGatsbyJS) Twitter account. You can find fellow Gatsby Developers on [Discord](https://discordapp.com/invite/gatsby), [Reddit](https://www.reddit.com/r/gatsbyjs/), [Spectrum](https://spectrum.chat/gatsby-js), and [Dev](https://dev.to/t/gatsby).
If you get stuck during the challenge, you can ask for help from the [Gatsby community](/contributing/community/) and the [AskGatsbyJS](https://twitter.com/AskGatsbyJS) Twitter account. You can find fellow Gatsby Developers on [Discord](https://discordapp.com/invite/gatsby), [Reddit](https://www.reddit.com/r/gatsbyjs/), [Spectrum](https://spectrum.chat/gatsby-js), and [Dev](https://dev.to/t/gatsby).
2 changes: 1 addition & 1 deletion docs/blog/100days/react-component/index.md
Original file line number Diff line number Diff line change
@@ -33,6 +33,6 @@ Lastly, familiarize yourself with the [accessibility guidelines regarding forms]

### What to Do If You Need Help

If you get stuck during the challenge, you can ask for help from the [Gatsby community](/contributing/community/) and the [ASKGatsbyJS](https://twitter.com/AskGatsbyJS) Twitter account. You can find fellow Gatsby Developers on [Discord](https://discordapp.com/invite/gatsby), [Reddit](https://www.reddit.com/r/gatsbyjs/), [Spectrum](https://spectrum.chat/gatsby-js), and [Dev](https://dev.to/t/gatsby).
If you get stuck during the challenge, you can ask for help from the [Gatsby community](/contributing/community/) and the [AskGatsbyJS](https://twitter.com/AskGatsbyJS) Twitter account. You can find fellow Gatsby Developers on [Discord](https://discordapp.com/invite/gatsby), [Reddit](https://www.reddit.com/r/gatsbyjs/), [Spectrum](https://spectrum.chat/gatsby-js), and [Dev](https://dev.to/t/gatsby).

For this challenge, you can also ask the [Formik community](https://jaredpalmer.com/formik/help) for help.
2 changes: 1 addition & 1 deletion docs/blog/100days/serverless/index.md
Original file line number Diff line number Diff line change
@@ -34,6 +34,6 @@ Follow Adnan Rahić’s tutorial for “[Building a serverless contact form with

### What to Do If You Need Help

If you get stuck during the challenge, you can ask for help from the [Gatsby community](/contributing/community/) and the [ASKGatsbyJS](https://twitter.com/AskGatsbyJS) Twitter account. You can find fellow Gatsby Developers on [Discord](https://discordapp.com/invite/gatsby), [Reddit](https://www.reddit.com/r/gatsbyjs/), [Spectrum](https://spectrum.chat/gatsby-js), and [Dev](https://dev.to/t/gatsby).
If you get stuck during the challenge, you can ask for help from the [Gatsby community](/contributing/community/) and the [AskGatsbyJS](https://twitter.com/AskGatsbyJS) Twitter account. You can find fellow Gatsby Developers on [Discord](https://discordapp.com/invite/gatsby), [Reddit](https://www.reddit.com/r/gatsbyjs/), [Spectrum](https://spectrum.chat/gatsby-js), and [Dev](https://dev.to/t/gatsby).

If you follow Path B, you can find responsive, helpful support [directly from AWS](https://aws.amazon.com/premiumsupport/).
2 changes: 1 addition & 1 deletion docs/blog/100days/use-themes/index.md
Original file line number Diff line number Diff line change
@@ -38,4 +38,4 @@ Before you dive into creating a theme, our resources below will point you to the

### What to Do If You Need Help

If you get stuck during the challenge, you can ask for help from the [Gatsby community](/contributing/community/) and the [ASKGatsbyJS](https://twitter.com/AskGatsbyJS) Twitter account. You can find fellow Gatsby Developers on [Discord](https://discordapp.com/invite/gatsby), [Reddit](https://www.reddit.com/r/gatsbyjs/), [Spectrum](https://spectrum.chat/gatsby-js), and [Dev](https://dev.to/t/gatsby).
If you get stuck during the challenge, you can ask for help from the [Gatsby community](/contributing/community/) and the [AskGatsbyJS](https://twitter.com/AskGatsbyJS) Twitter account. You can find fellow Gatsby Developers on [Discord](https://discordapp.com/invite/gatsby), [Reddit](https://www.reddit.com/r/gatsbyjs/), [Spectrum](https://spectrum.chat/gatsby-js), and [Dev](https://dev.to/t/gatsby).
Original file line number Diff line number Diff line change
@@ -40,4 +40,4 @@ All streams will run Fridays at 1pm ET/10am PT, on these dates:

For more information including the up-to-date content schedule, visit https://gatsbyjs.com/gatsby-web-creators.

Parents and participants can also ask us questions anytime by contacting [web-creators@gatsbyjs.com](mailto:web-creators@gatsbyjs.com) or on Twitter with [@AskGatsbyjs](https://twitter.com/askgatsbyjs).
Parents and participants can also ask us questions anytime by contacting [web-creators@gatsbyjs.com](mailto:web-creators@gatsbyjs.com) or on Twitter with [@AskGatsbyJS](https://twitter.com/askgatsbyjs).
Loading