From 62b373febbf6dca4ea8be23e4568ebebeb1f3fac Mon Sep 17 00:00:00 2001 From: Luis Alvarez Date: Tue, 24 Mar 2020 16:05:26 -0500 Subject: [PATCH 1/3] Mention our communication channels --- docs/getting-started.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/getting-started.md b/docs/getting-started.md index 640de59dc9b1..5fe7c589502d 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -10,6 +10,10 @@ If you're new to Next.js we recommend that you start with the [learn course](htt The interactive course with quizzes will guide you through everything you need to know to use Next.js. +If you have any issues with our docummentation feel free to leave us feedback using the input at the top and bottom of our documentation pages. For bugs and feature requests you can [create an issue](https://github.com/zeit/next.js/issues/new/choose). + +If you want to engage with the Next.js community you're welcome to join us on [GitHub Discussions](https://github.com/zeit/next.js/discussions). + #### System Requirements - [Node.js 10](https://nodejs.org/) or later From e3a97dbc6948b863cad1f3b5ff3f398fd7026eaa Mon Sep 17 00:00:00 2001 From: Luis Alvarez D Date: Tue, 24 Mar 2020 17:14:01 -0500 Subject: [PATCH 2/3] Apply suggestions from Shu Co-Authored-By: Shu Uesugi --- docs/getting-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 5fe7c589502d..e89e9ace6745 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -10,9 +10,9 @@ If you're new to Next.js we recommend that you start with the [learn course](htt The interactive course with quizzes will guide you through everything you need to know to use Next.js. -If you have any issues with our docummentation feel free to leave us feedback using the input at the top and bottom of our documentation pages. For bugs and feature requests you can [create an issue](https://github.com/zeit/next.js/issues/new/choose). +If you find any issues with our documentation, feel free to leave us feedback using the form at the bottom of each page. For bugs and feature requests, you can [create an issue](https://github.com/zeit/next.js/issues/new/choose) on GitHub. -If you want to engage with the Next.js community you're welcome to join us on [GitHub Discussions](https://github.com/zeit/next.js/discussions). +If you have questions about anything related to Next.js, you're always welcome to ask our community on [GitHub Discussions](https://github.com/zeit/next.js/discussions). #### System Requirements From 8c46d57e27b165f757973baf239eb3949116cec8 Mon Sep 17 00:00:00 2001 From: Tim Neutkens Date: Wed, 25 Mar 2020 09:38:52 +0100 Subject: [PATCH 3/3] Update getting-started.md --- docs/getting-started.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index e89e9ace6745..e4d8cba5c3a7 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -10,8 +10,6 @@ If you're new to Next.js we recommend that you start with the [learn course](htt The interactive course with quizzes will guide you through everything you need to know to use Next.js. -If you find any issues with our documentation, feel free to leave us feedback using the form at the bottom of each page. For bugs and feature requests, you can [create an issue](https://github.com/zeit/next.js/issues/new/choose) on GitHub. - If you have questions about anything related to Next.js, you're always welcome to ask our community on [GitHub Discussions](https://github.com/zeit/next.js/discussions). #### System Requirements