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" ] } }