From 52d352f328c2869f3a30077eead3000381832683 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Fri, 17 Apr 2020 02:56:14 +1000 Subject: [PATCH] =?UTF-8?q?chore(blog):=20=F0=9F=A7=B9=20Remove=20whitespa?= =?UTF-8?q?ce=20from=20Markdown=20link=20(#23187)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/blog/2020-04-15-announcing-gatsby-recipes/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/blog/2020-04-15-announcing-gatsby-recipes/index.md b/docs/blog/2020-04-15-announcing-gatsby-recipes/index.md index 7a4a2a0921a7a..bc0c463e2db1e 100644 --- a/docs/blog/2020-04-15-announcing-gatsby-recipes/index.md +++ b/docs/blog/2020-04-15-announcing-gatsby-recipes/index.md @@ -20,7 +20,7 @@ To kickstart the new era of Gatsby Recipes, we’ve created 11 official recipes

Sorry! Your browser doesn't support this video.

-Gatsby has 1000s of plugins and themes and is an incredibly flexible tool for creating for the web. With this comes the problem of discovering how to accomplish a specific task. It's a challenge when users enter the Gatsby ecosystem, they have to translate "I want to do x" to how "x" is done in Gatsby. Last year, Marcy Sutton led our effort to add [ dozens of "recipes" to help people with this on gatsbyjs.org](https://www.gatsbyjs.org/docs/recipes/). But we think these will work even better if you can run them directly on the CLI. Gatsby Recipes teach users how to accomplish desired tasks in Gatsby while also enabling them to automate the process. +Gatsby has 1000s of plugins and themes and is an incredibly flexible tool for creating for the web. With this comes the problem of discovering how to accomplish a specific task. It's a challenge when users enter the Gatsby ecosystem, they have to translate "I want to do x" to how "x" is done in Gatsby. Last year, Marcy Sutton led our effort to add [dozens of "recipes" to help people with this on gatsbyjs.org](https://www.gatsbyjs.org/docs/recipes/). But we think these will work even better if you can run them directly on the CLI. Gatsby Recipes teach users how to accomplish desired tasks in Gatsby while also enabling them to automate the process. So now, instead of Googling how to add Styled Components support to Gatsby, you simply run `gatsby recipes styled-components` and an interactive workflow walks you through the steps.