Link to CLI doc from getting started doc / link to Telemetry doc from CLI doc (#12181)

This commit is contained in:
Shu Uesugi 2020-04-24 14:29:26 -07:00 committed by GitHub
parent b3459055eb
commit 46f1968118
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 0 deletions

View file

@ -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/).

View file

@ -97,3 +97,10 @@ For more information on what to do next, we recommend the following sections:
<small>Use the built-in CSS support to add custom styles to your app.</small>
</a>
</div>
<div class="card">
<a href="/docs/api-reference/cli.md">
<b>CLI:</b>
<small>Learn more about the Next.js CLI.</small>
</a>
</div>