Skip to content

Commit 4b32bb4

Browse files
authored
docs: update readme and wiki homepage (#4933)
1 parent 68bd221 commit 4b32bb4

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ with NPM 3 or higher.
3939
* [Generating Components, Directives, Pipes and Services](#generating-components-directives-pipes-and-services)
4040
* [Updating Angular CLI](#updating-angular-cli)
4141
* [Development Hints for hacking on Angular CLI](#development-hints-for-hacking-on-angular-cli)
42+
* [Documentation](#documentation)
4243
* [License](#license)
4344

4445
## Installation
@@ -161,6 +162,10 @@ Please read the official [npm-link documentation](https://www.npmjs.org/doc/cli/
161162
and the [npm-link cheatsheet](http://browsenpm.org/help#linkinganynpmpackagelocally) for more information.
162163

163164

165+
## Documentation
166+
167+
The documentation for the Angular CLI is located in this repo's [wiki](https://github.com/angular/angular-cli/wiki).
168+
164169
## License
165170

166171
MIT

docs/documentation/home.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,6 @@ End-to-end tests are run via [Protractor](https://angular.github.io/protractor/)
5252
* [ng get/ng set](config)
5353
* [ng docs](docs)
5454

55-
### How to Guides
56-
* Setup AngularFire _(coming soon)_
57-
* Include bootstrap (CSS) _(coming soon)_
58-
* Include Font Awesome _(coming soon)_
59-
* Setup of global styles _(coming soon)_
60-
* Setup bootstrap with SASS _(coming soon)_
61-
* Setup Angular Material 2 _(coming soon)_
55+
### Additional Information
56+
There are several [stories](stories) which will walk you through setting up
57+
additional aspects of Angular applciations.

0 commit comments

Comments
 (0)