From 2292e48c5c93b9fd4bef16e0fed04d63fca1793b Mon Sep 17 00:00:00 2001 From: Mike Brocchi Date: Tue, 21 Feb 2017 20:54:05 -0500 Subject: [PATCH] docs(@angular/cli): updates to support a better wiki experience --- docs/documentation/_Sidebar.md | 3 +++ docs/documentation/{overview.md => home.md} | 0 docs/documentation/stories.md | 21 +++++++++++++++++++++ 3 files changed, 24 insertions(+) create mode 100644 docs/documentation/_Sidebar.md rename docs/documentation/{overview.md => home.md} (100%) create mode 100644 docs/documentation/stories.md diff --git a/docs/documentation/_Sidebar.md b/docs/documentation/_Sidebar.md new file mode 100644 index 000000000000..4a898cad4845 --- /dev/null +++ b/docs/documentation/_Sidebar.md @@ -0,0 +1,3 @@ +* [Angular CLI](home) +* [Generate](generate) +* [Stories](stories) \ No newline at end of file diff --git a/docs/documentation/overview.md b/docs/documentation/home.md similarity index 100% rename from docs/documentation/overview.md rename to docs/documentation/home.md diff --git a/docs/documentation/stories.md b/docs/documentation/stories.md new file mode 100644 index 000000000000..2510ede70d5e --- /dev/null +++ b/docs/documentation/stories.md @@ -0,0 +1,21 @@ + + +# Stories describing how to do more with the CLI + + - [Asset Configuration](stories/asset-configuration) + - [Autocompletion](stories/autocompletion) + - [CSS Preprocessors](stories/css-preprocessors) + - [Global Lib](stories/global-lib) + - [Global Scripts](stories/global-scripts) + - [Global Styles](stories/global-styles) + - [Angular Flex Layout](stories/include-angular-flex) + - [Angular Material](stories/include-angular-material) + - [AngularFire](stories/include-angularfire) + - [Bootstrap](stories/include-bootstrap) + - [Font Awesome](stories/include-font-awesome) + - [Moving Into the CLI](stories/moving-into-the-cli) + - [Movine Out of the CLI](stories/moving-out-of-the-cli) + - [Proxy](stories/proxy) + - [Routing](stories/routing) + - [3rd Party Lib](stories/third-party-lib) + - [Corporate Proxy](stories/using-corporate-proxy)