From 46f196811848ac451c09d75a782e0560dd97de85 Mon Sep 17 00:00:00 2001 From: Shu Uesugi Date: Fri, 24 Apr 2020 14:29:26 -0700 Subject: [PATCH] Link to CLI doc from getting started doc / link to Telemetry doc from CLI doc (#12181) --- docs/api-reference/cli.md | 7 +++++++ docs/getting-started.md | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/docs/api-reference/cli.md b/docs/api-reference/cli.md index 1afcdeb5ac6b6..cfa63b7199659 100644 --- a/docs/api-reference/cli.md +++ b/docs/api-reference/cli.md @@ -47,3 +47,10 @@ NODE_OPTIONS='--inspect' next - **First Load JS** – The number of assets downloaded when visiting the page from the server. The amount of JS shared by all is shown as a separate metric. The first load is colored green, yellow, or red. Aim for green for performant applications. + +## Telemetry + +Next.js collects **completely anonymous** telemetry data about general usage. +Participation in this anonymous program is optional, and you may opt-out if you'd not like to share any information. + +To learn more about Telemetry, [please read this document](https://nextjs.org/telemetry/). diff --git a/docs/getting-started.md b/docs/getting-started.md index 069f67280abb3..29adb38864457 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -97,3 +97,10 @@ For more information on what to do next, we recommend the following sections: Use the built-in CSS support to add custom styles to your app. + +
+ + CLI: + Learn more about the Next.js CLI. + +