Skip to content

Commit

Permalink
Link to CLI doc from getting started doc / link to Telemetry doc from…
Browse files Browse the repository at this point in the history
… CLI doc (#12181)
  • Loading branch information
chibicode authored Apr 24, 2020
1 parent b345905 commit 46f1968
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/api-reference/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
7 changes: 7 additions & 0 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 46f1968

Please sign in to comment.