From 7b5111675823c4e28a5d47a0328bb1947141cebc Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Fri, 9 Oct 2020 21:00:00 -0700 Subject: [PATCH 1/4] Removed a few words for consisenes --- docs/docs/building-a-contact-form.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/building-a-contact-form.md b/docs/docs/building-a-contact-form.md index 755925be34a53..2cc635b66738d 100644 --- a/docs/docs/building-a-contact-form.md +++ b/docs/docs/building-a-contact-form.md @@ -4,7 +4,7 @@ title: Building a Contact Form This guide covers how to create a contact form in a Gatsby site, along with an overview of some strategies for handling form data that has been submitted. -Gatsby is built on top of React. So anything that is possible with a React form is possible in Gatsby. Additional details about how to add forms to gatsby can be found in the [Adding Forms](/docs/adding-forms/) section. +Gatsby is built on top of React. So anything possible with a React form is possible in Gatsby. Additional details about how to add forms to gatsby can be found in the [Adding Forms](/docs/adding-forms/) section. ## Creating an Accessible Form From 8327a2957c90b261494fe1b30cd3f46e5a261dc3 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Fri, 23 Oct 2020 20:48:00 -0700 Subject: [PATCH 2/4] Updated and fix broken blog template links For issue [19011](https://github.com/gatsbyjs/gatsby/pull/19011), I updated an fixed the broken blog template links at the bottom of the doc page. I added a link to the `Gatsby Starter Theme`, and I set the titles of the blog template name to uppercase --- docs/docs/themes/building-themes.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/docs/themes/building-themes.md b/docs/docs/themes/building-themes.md index f51df8556c693..72e6d5310019b 100644 --- a/docs/docs/themes/building-themes.md +++ b/docs/docs/themes/building-themes.md @@ -110,6 +110,7 @@ A Gatsby theme is a Gatsby site, therefore building with accessibility in mind i Check out how some existing themes are built: -- The official [Gatsby blog theme](https://github.com/gatsbyjs/gatsby-starter-blog-theme) -- The official [Gatsby notes theme](https://github.com/gatsbyjs/gatsby-starter-notes-theme) -- The [Apollo themes](https://github.com/apollographql/gatsby-theme-apollo/tree/master/packages). (_You might also be interested in the [Apollo case study on themes](/blog/2019-07-03-using-themes-for-distributed-docs/) on the blog._) +- The official [Gatsby Starter Theme](https://github.com/gatsbyjs/gatsby-starter-theme/) +- The official [Gatsby Blog Theme](https://github.com/gatsbyjs/gatsby-starter-blog-theme/) +- The official [Gatsby Notes Theme](https://github.com/gatsbyjs/gatsby-starter-notes-theme/) +- The [Apollo themes](https://github.com/apollographql/gatsby-theme-apollo/tree/master/packages/). (_You might also be interested in the [Apollo case study on themes](/blog/2019-07-03-using-themes-for-distributed-docs/) on the blog._) From 58885e330e20c622fddc0cdc42eefdf9b5fda197 Mon Sep 17 00:00:00 2001 From: Lennart Date: Mon, 26 Oct 2020 08:54:11 +0100 Subject: [PATCH 3/4] revert changes --- docs/docs/building-a-contact-form.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/building-a-contact-form.md b/docs/docs/building-a-contact-form.md index 2cc635b66738d..755925be34a53 100644 --- a/docs/docs/building-a-contact-form.md +++ b/docs/docs/building-a-contact-form.md @@ -4,7 +4,7 @@ title: Building a Contact Form This guide covers how to create a contact form in a Gatsby site, along with an overview of some strategies for handling form data that has been submitted. -Gatsby is built on top of React. So anything possible with a React form is possible in Gatsby. Additional details about how to add forms to gatsby can be found in the [Adding Forms](/docs/adding-forms/) section. +Gatsby is built on top of React. So anything that is possible with a React form is possible in Gatsby. Additional details about how to add forms to gatsby can be found in the [Adding Forms](/docs/adding-forms/) section. ## Creating an Accessible Form From 10f395848baf0cc33906ca114d76f3a2e774686f Mon Sep 17 00:00:00 2001 From: Lennart Date: Mon, 26 Oct 2020 08:58:44 +0100 Subject: [PATCH 4/4] fix links --- docs/docs/themes/building-themes.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/docs/themes/building-themes.md b/docs/docs/themes/building-themes.md index 72e6d5310019b..f72348e5ffab9 100644 --- a/docs/docs/themes/building-themes.md +++ b/docs/docs/themes/building-themes.md @@ -110,7 +110,6 @@ A Gatsby theme is a Gatsby site, therefore building with accessibility in mind i Check out how some existing themes are built: -- The official [Gatsby Starter Theme](https://github.com/gatsbyjs/gatsby-starter-theme/) -- The official [Gatsby Blog Theme](https://github.com/gatsbyjs/gatsby-starter-blog-theme/) -- The official [Gatsby Notes Theme](https://github.com/gatsbyjs/gatsby-starter-notes-theme/) +- The official [Gatsby Blog Theme](https://github.com/gatsbyjs/themes/tree/master/packages/gatsby-theme-blog) +- The official [Gatsby Notes Theme](https://github.com/gatsbyjs/themes/tree/master/packages/gatsby-theme-notes) - The [Apollo themes](https://github.com/apollographql/gatsby-theme-apollo/tree/master/packages/). (_You might also be interested in the [Apollo case study on themes](/blog/2019-07-03-using-themes-for-distributed-docs/) on the blog._)