From 9d9db78326669c83963d869769dcd3dd560c2031 Mon Sep 17 00:00:00 2001 From: Taylor Johnson Date: Wed, 12 Aug 2020 01:32:01 -0400 Subject: [PATCH 1/5] docs: Remove remaining Spectrum references from README.md files and contributing docs --- docs/contributing/gatsby-style-guide.md | 2 +- docs/contributing/where-to-participate.md | 2 +- packages/gatsby/README.md | 4 +--- starters/README.md | 4 +--- 4 files changed, 4 insertions(+), 8 deletions(-) diff --git a/docs/contributing/gatsby-style-guide.md b/docs/contributing/gatsby-style-guide.md index df4c274f9201e..513b5c88127dd 100644 --- a/docs/contributing/gatsby-style-guide.md +++ b/docs/contributing/gatsby-style-guide.md @@ -61,7 +61,7 @@ Possible sources of great research materials: - blogposts (on gatsbyjs.org and other sites) - docs (on gatsbyjs.org and other sites) - video tutorials -- Discord, Spectrum, or Twitter conversations +- Discord or Twitter conversations - search engine results - presentations you or others have given - textbooks diff --git a/docs/contributing/where-to-participate.md b/docs/contributing/where-to-participate.md index ed90e580adbcb..1c195da75a22c 100644 --- a/docs/contributing/where-to-participate.md +++ b/docs/contributing/where-to-participate.md @@ -14,7 +14,7 @@ We want contributing to Gatsby to be fun, enjoyable, and educational for anyone - Adding unit or functional tests - Triaging [GitHub issues](https://github.com/gatsbyjs/gatsby/issues) -- especially determining whether an issue still persists or is reproducible - [Reporting bugs or issues](/contributing/how-to-file-an-issue/) -- Searching for Gatsby on [Discord](https://gatsby.dev/discord) or [Spectrum](https://spectrum.chat/gatsby-js) and helping someone else who needs help +- Searching for Gatsby on [Discord](https://gatsby.dev/discord) and helping someone else who needs help - Teaching others how to contribute to Gatsby's repo! As our way of saying “thank you” to our contributors, **_all contributors_ are eligible for [free Gatsby swag](/contributing/contributor-swag/)** — whether you’re contributing code, docs, a talk, an article, or something else that helps the Gatsby community. [Learn how to claim free swag for contributors.](/contributing/contributor-swag/) diff --git a/packages/gatsby/README.md b/packages/gatsby/README.md index ca0693f86e02c..eec00250b7758 100644 --- a/packages/gatsby/README.md +++ b/packages/gatsby/README.md @@ -45,9 +45,7 @@ · Contribute · - Support: Spectrum - & - Discord + Support: Discord Gatsby is a modern framework for blazing fast websites. diff --git a/starters/README.md b/starters/README.md index 92a5afa8dca75..4179e6453f2dd 100644 --- a/starters/README.md +++ b/starters/README.md @@ -45,9 +45,7 @@ · Contribute · - Support: Spectrum - & - Discord + Support: Discord Gatsby is a modern framework for blazing fast websites. This repository is our monorepo for managing all the great GatsbyJS starters for the community. From 1f8b56d5423d50b01a5fe43f4c7521ee2d3a822e Mon Sep 17 00:00:00 2001 From: Taylor Johnson Date: Wed, 12 Aug 2020 01:46:55 -0400 Subject: [PATCH 2/5] docs: Remove remaining Spectrum references from #100DaysOfGatsby blog series --- docs/blog/100days/accessibility/index.md | 2 +- docs/blog/100days/apps/index.md | 2 +- docs/blog/100days/cms/index.md | 2 +- docs/blog/100days/comments/index.md | 2 +- docs/blog/100days/create-themes/index.md | 2 +- docs/blog/100days/free-hosting/index.md | 2 +- docs/blog/100days/gatsby-image/index.md | 2 +- docs/blog/100days/index.md | 2 +- docs/blog/100days/mdx/index.md | 2 +- docs/blog/100days/performance/index.md | 2 +- docs/blog/100days/pwa/index.md | 2 +- docs/blog/100days/react-component/index.md | 2 +- docs/blog/100days/seo/index.md | 2 +- docs/blog/100days/serverless/index.md | 2 +- docs/blog/100days/start-blog/index.md | 2 +- docs/blog/100days/use-themes/index.md | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/docs/blog/100days/accessibility/index.md b/docs/blog/100days/accessibility/index.md index af45e5e59331d..d79b080c70e16 100644 --- a/docs/blog/100days/accessibility/index.md +++ b/docs/blog/100days/accessibility/index.md @@ -32,4 +32,4 @@ Read why we believe [accessible forms are important](/docs/building-a-contact-fo #### 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/), and [Dev](https://dev.to/t/gatsby). diff --git a/docs/blog/100days/apps/index.md b/docs/blog/100days/apps/index.md index 0a09d682b9808..dfd9d5545ed49 100644 --- a/docs/blog/100days/apps/index.md +++ b/docs/blog/100days/apps/index.md @@ -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/), and [Dev](https://dev.to/t/gatsby). diff --git a/docs/blog/100days/cms/index.md b/docs/blog/100days/cms/index.md index 325911bfad9dc..9474e8ff995e2 100644 --- a/docs/blog/100days/cms/index.md +++ b/docs/blog/100days/cms/index.md @@ -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/), and [Dev](https://dev.to/t/gatsby). diff --git a/docs/blog/100days/comments/index.md b/docs/blog/100days/comments/index.md index f8b28c1a63cc0..b7e41ce424c4d 100644 --- a/docs/blog/100days/comments/index.md +++ b/docs/blog/100days/comments/index.md @@ -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/), and [Dev](https://dev.to/t/gatsby). diff --git a/docs/blog/100days/create-themes/index.md b/docs/blog/100days/create-themes/index.md index 17c9fdc454827..5105f7016da6a 100644 --- a/docs/blog/100days/create-themes/index.md +++ b/docs/blog/100days/create-themes/index.md @@ -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/), and [Dev](https://dev.to/t/gatsby). diff --git a/docs/blog/100days/free-hosting/index.md b/docs/blog/100days/free-hosting/index.md index b72c216a1d7d2..875763782c5fe 100644 --- a/docs/blog/100days/free-hosting/index.md +++ b/docs/blog/100days/free-hosting/index.md @@ -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/), and [Dev](https://dev.to/t/gatsby). diff --git a/docs/blog/100days/gatsby-image/index.md b/docs/blog/100days/gatsby-image/index.md index bf31c24d6554b..99ec03d1066a9 100644 --- a/docs/blog/100days/gatsby-image/index.md +++ b/docs/blog/100days/gatsby-image/index.md @@ -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/), and [Dev](https://dev.to/t/gatsby). Have fun! We can't wait to see what you build! diff --git a/docs/blog/100days/index.md b/docs/blog/100days/index.md index 631fe28409bc4..468ec9ecf861c 100644 --- a/docs/blog/100days/index.md +++ b/docs/blog/100days/index.md @@ -24,7 +24,7 @@ Register below to join the #100DaysOfGatsby coding challenge! ### Use #100DaysOfGatsby on Social Media -As you work on your Gatsby project, connect with the community by using #100DaysOfGatsby in your tweets or posts on social media. If you need help with a challenge, or want to share a tool or technique that was useful, visit our [Gatsby communities](/contributing/community/#where-to-get-support) on [Discord](https://discordapp.com/invite/gatsby), [Spectrum](https://spectrum.chat/gatsby-js), [Dev](https://dev.to/t/gatsby), and [Reddit](https://www.reddit.com/r/gatsbyjs/). +As you work on your Gatsby project, connect with the community by using #100DaysOfGatsby in your tweets or posts on social media. If you need help with a challenge, or want to share a tool or technique that was useful, visit our [Gatsby communities](/contributing/community/#where-to-get-support) on [Discord](https://discordapp.com/invite/gatsby), [Dev](https://dev.to/t/gatsby), and [Reddit](https://www.reddit.com/r/gatsbyjs/). ### 👉🏽 New to React or Web Development? diff --git a/docs/blog/100days/mdx/index.md b/docs/blog/100days/mdx/index.md index 490bd0b4d70dc..faa5564cbe25e 100644 --- a/docs/blog/100days/mdx/index.md +++ b/docs/blog/100days/mdx/index.md @@ -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/), and [Dev](https://dev.to/t/gatsby). For this challenge, you can also use the [MDX support resources](https://mdxjs.com/support) diff --git a/docs/blog/100days/performance/index.md b/docs/blog/100days/performance/index.md index 986cf604f82d2..f64d7810b7099 100644 --- a/docs/blog/100days/performance/index.md +++ b/docs/blog/100days/performance/index.md @@ -42,6 +42,6 @@ Rich media like images, can have a negative impact on your build times when not #### 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/), and [Dev](https://dev.to/t/gatsby). The subreddits for [React](https://www.reddit.com/r/reactjs/) and [Web Development](https://www.reddit.com/r/webdev/) are also good resources to discover and share web performance best practices. diff --git a/docs/blog/100days/pwa/index.md b/docs/blog/100days/pwa/index.md index ffa56cad68eb1..08ad2b41585e9 100644 --- a/docs/blog/100days/pwa/index.md +++ b/docs/blog/100days/pwa/index.md @@ -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/), and [Dev](https://dev.to/t/gatsby). diff --git a/docs/blog/100days/react-component/index.md b/docs/blog/100days/react-component/index.md index ed019db531d64..5d13b9a8a198a 100644 --- a/docs/blog/100days/react-component/index.md +++ b/docs/blog/100days/react-component/index.md @@ -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/), and [Dev](https://dev.to/t/gatsby). For this challenge, you can also ask the [Formik community](https://jaredpalmer.com/formik/help) for help. diff --git a/docs/blog/100days/seo/index.md b/docs/blog/100days/seo/index.md index 5a8ca5d90a030..cac2f6ed02aee 100644 --- a/docs/blog/100days/seo/index.md +++ b/docs/blog/100days/seo/index.md @@ -38,4 +38,4 @@ Add a [new field in your blog's Markdown frontmatter](/docs/adding-markdown-page #### 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/), and [Dev](https://dev.to/t/gatsby). diff --git a/docs/blog/100days/serverless/index.md b/docs/blog/100days/serverless/index.md index 595bf69bf7d2f..b09b730daa120 100644 --- a/docs/blog/100days/serverless/index.md +++ b/docs/blog/100days/serverless/index.md @@ -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/), 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/). diff --git a/docs/blog/100days/start-blog/index.md b/docs/blog/100days/start-blog/index.md index 33c330d2c024c..2fc95a418ba19 100644 --- a/docs/blog/100days/start-blog/index.md +++ b/docs/blog/100days/start-blog/index.md @@ -29,4 +29,4 @@ If you are already familiar with Gatsby's APIs and conventions, and want a more ### What to Do If You Need Help -If you get stuck during the challenge, you can ask for help from the [Gatsby community](https://www.gatsbyjs.org/contributing/community/). 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](https://www.gatsbyjs.org/contributing/community/). You can find fellow Gatsby Developers on [Discord](https://discordapp.com/invite/gatsby), [Reddit](https://www.reddit.com/r/gatsbyjs/), and [Dev](https://dev.to/t/gatsby). diff --git a/docs/blog/100days/use-themes/index.md b/docs/blog/100days/use-themes/index.md index 75276d769da5f..d09959342e898 100644 --- a/docs/blog/100days/use-themes/index.md +++ b/docs/blog/100days/use-themes/index.md @@ -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/), and [Dev](https://dev.to/t/gatsby). From 3d7c20e1d8d1a2bdf50c2cc9869a85d0b429eb03 Mon Sep 17 00:00:00 2001 From: Lennart Date: Thu, 17 Sep 2020 09:38:30 +0200 Subject: [PATCH 3/5] add askgatsbyjs twitter --- packages/gatsby/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/gatsby/README.md b/packages/gatsby/README.md index 861102932cb0b..034461e4e23d3 100644 --- a/packages/gatsby/README.md +++ b/packages/gatsby/README.md @@ -45,7 +45,9 @@ · Contribute · - Support: Discord + Support: Twitter + & + Discord Gatsby is a modern framework for blazing fast websites. From 18ad85c50fbb83c6eb516f6f27966b7f438a776e Mon Sep 17 00:00:00 2001 From: Lennart Date: Thu, 17 Sep 2020 09:38:53 +0200 Subject: [PATCH 4/5] - --- packages/gatsby/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby/README.md b/packages/gatsby/README.md index 034461e4e23d3..b0a748a3f5390 100644 --- a/packages/gatsby/README.md +++ b/packages/gatsby/README.md @@ -46,7 +46,7 @@ Contribute · Support: Twitter - & + & Discord From 87f142d080da0fc3fddcdd759eb2708fd1fac3e0 Mon Sep 17 00:00:00 2001 From: Lennart Date: Thu, 17 Sep 2020 09:39:16 +0200 Subject: [PATCH 5/5] readme --- starters/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/starters/README.md b/starters/README.md index afd43f2bb3549..ae05a4e7f1185 100644 --- a/starters/README.md +++ b/starters/README.md @@ -45,7 +45,9 @@ · Contribute · - Support: Discord + Support: Twitter + & + Discord Gatsby is a modern framework for blazing fast websites. This repository is our monorepo for managing all the great GatsbyJS starters for the community.