docs(aio): remove hardcoded TOC

This commit is contained in:
Jesús Rodríguez
2017-05-04 18:46:43 +02:00
committed by Matias Niemelä
parent cd28df627c
commit 03610526e5
30 changed files with 85 additions and 14 deletions

View File

@ -19,6 +19,8 @@ benefit _every_ Angular project.
By the end of the chapter, you'll have a basic understanding of development with the CLI
and a foundation for both these documentation samples and for real world applications.
<!--
You'll pursue these ends in the following high-level steps:
1. [Set up](guide/cli-quickstart#devenv) the development environment.
@ -26,6 +28,8 @@ You'll pursue these ends in the following high-level steps:
3. [Serve](guide/cli-quickstart#serve) the application.
4. [Edit](guide/cli-quickstart#first-component) the application.
-->
And you can also <a href="generated/zips/cli-quickstart/cli-quickstart.zip" target="_blank">download the example.</a>