docs: add link to workspace config page (#26927)

PR Close #26927
This commit is contained in:
Judy Bogart 2018-11-02 13:53:06 -07:00 committed by Misko Hevery
parent 6574e61062
commit 65943b458f
1 changed files with 22 additions and 24 deletions

View File

@ -60,9 +60,8 @@ This is where you can set per-project defaults for CLI command options, and spec
The [ng config](cli/config) command lets you set and retrieve configuration values from the command line, or you can edit the `angular.json` file directly.
Note that option names in the configuration file must use [camelCase](guide/glossary#case-types), while option names supplied to commands can use either camelCase or dash-case.
* See more about [Workspace Configuration](guide/workspace-config).
* See the [complete schema](https://github.com/angular/angular-cli/wiki/angular-workspace) for `angular.json`.
<!-- * Learn more about *configuration options for Angular(links to new guide or topics TBD)*. -->
## CLI command-language syntax
@ -99,4 +98,3 @@ Options that specify files can be given as absolute paths, or as paths relative
The [ng generate](cli/generate) and [ng add](cli/add) commands take as an argument the artifact or library to be generated or added to the current project.
In addition to any general options, each artifact or library defines its own options in a *schematic*.
Schematic options are supplied to the command in the same format as immediate command options.