Skip to content

Commit

Permalink
added note to tutorial about telemetry, and added doc to sidebar (#18698
Browse files Browse the repository at this point in the history
)
  • Loading branch information
gillkyle authored and pieh committed Oct 16, 2019
1 parent e2ebeb3 commit 6fdd127
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/tutorial/part-zero/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ The Gatsby CLI tool lets you quickly create new Gatsby-powered sites and run com

The Gatsby CLI is available via npm and should be installed globally by running `npm install -g gatsby-cli`.

_**Note**: when you install Gatsby and run it for the first time, you'll see a short message notifying you about anonymous usage data that is being collected for Gatsby commands, you can read more about how that data is pulled out and used in the [telemetry doc](/docs/telemetry)._

To see the commands available, run `gatsby --help`.

![Check gatsby commands in terminal](05-gatsby-help.png)
Expand All @@ -84,7 +86,7 @@ Now you are ready to use the Gatsby CLI tool to create your first Gatsby site. U
4. Run `gatsby develop`.

<video controls="controls" autoplay="true" loop="true">
<source type="video/mp4" src="./03-create-site.mp4"></source>
<source type="video/mp4" src="./03-create-site.mp4" />
<p>Sorry! You browser doesn't support this video.</p>
</video>

Expand Down
2 changes: 2 additions & 0 deletions www/src/data/sidebars/doc-links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -670,5 +670,7 @@
link: /docs/cheat-sheet/
- title: Glossary
link: /docs/glossary/
- title: Gatsby Telemetry
link: /docs/telemetry/
- title: Gatsby REPL
link: /docs/gatsby-repl/

0 comments on commit 6fdd127

Please sign in to comment.