From bd648f34dc38d4f54ce8394badcc2aa474c9590b Mon Sep 17 00:00:00 2001 From: Kristofer Selbekk Date: Tue, 9 Oct 2018 07:00:29 +0200 Subject: [PATCH] Make 'sending feedback' a part of the introduction --- docusaurus/docs/documentation-intro.md | 4 ++++ docusaurus/docs/sending-feedback.md | 7 ------- docusaurus/website/sidebars.json | 3 +-- 3 files changed, 5 insertions(+), 9 deletions(-) delete mode 100644 docusaurus/docs/sending-feedback.md diff --git a/docusaurus/docs/documentation-intro.md b/docusaurus/docs/documentation-intro.md index 0bc98640..f428aaac 100644 --- a/docusaurus/docs/documentation-intro.md +++ b/docusaurus/docs/documentation-intro.md @@ -9,3 +9,7 @@ Please navigate via the table of content for finding what you are looking for. ## Something Missing? If you have ideas for more “How To” recipes that should be on this page, [let us know](https://github.com/facebook/create-react-app/issues) or [contribute some!](https://github.com/facebook/create-react-app/edit/master/packages/react-scripts/template/README.md) + +## Feedback + +We are always open to [your feedback](https://github.com/facebook/create-react-app/issues). diff --git a/docusaurus/docs/sending-feedback.md b/docusaurus/docs/sending-feedback.md deleted file mode 100644 index b04dd455..00000000 --- a/docusaurus/docs/sending-feedback.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -id: sending-feedback -title: Sending Feedback -sidebar_label: Feedback ---- - -We are always open to [your feedback](https://github.com/facebook/create-react-app/issues). diff --git a/docusaurus/website/sidebars.json b/docusaurus/website/sidebars.json index a346d653..e774b26e 100644 --- a/docusaurus/website/sidebars.json +++ b/docusaurus/website/sidebars.json @@ -51,8 +51,7 @@ "alternatives-to-ejecting" ], "Support": [ - "troubleshooting", - "sending-feedback" + "troubleshooting" ] } }