diff --git a/aio/content/guide/workspace-config.md b/aio/content/guide/workspace-config.md index 0788b7cedfeac2..88945750f35aed 100644 --- a/aio/content/guide/workspace-config.md +++ b/aio/content/guide/workspace-config.md @@ -172,7 +172,57 @@ Some additional options (listed below) can only be set through the configuration | :------------------------- | :---------------------------- | | `fileReplacements` | An object containing files and their compile-time replacements. | | `stylePreprocessorOptions` | An object containing option-value pairs to pass to style preprocessors. | -| `assets` | An object containing paths to static assets to add to the global context of the project. The default paths point to the project's icon file and its `assets` folder. | +| `assets` | An object containing paths to static assets to add to the global context of the project. The default paths point to the project's icon file and its `assets` folder. See more below. | | `styles` | An object containing style files to add to the global context of the project. Angular CLI supports CSS imports and all major CSS preprocessors: [sass/scss](http://sass-lang.com/), [less](http://lesscss.org/), and [stylus](http://stylus-lang.com/). | | `scripts` | An object containing JavaScript script files to add to the global context of the project. The scripts are loaded exactly as if you had added them in a `