From 1c8772a8793fcb16e48f43e90f89ffd42370bb0f Mon Sep 17 00:00:00 2001 From: Ward Bell Date: Mon, 1 May 2017 13:31:02 -0700 Subject: [PATCH] fix(aio): delete guide/index.md which is no longer used --- aio/content/guide/index.md | 154 ------------------------------------- 1 file changed, 154 deletions(-) delete mode 100644 aio/content/guide/index.md diff --git a/aio/content/guide/index.md b/aio/content/guide/index.md deleted file mode 100644 index e44584cf97..0000000000 --- a/aio/content/guide/index.md +++ /dev/null @@ -1,154 +0,0 @@ -@title -Documentation Overview - -@intro -How to read and use this documentation. - -@description - - - -This page describes the Angular documentation at a high level. -If you're new to Angular, you may want to visit "[Learning Angular](guide/learning-angular)" first. - -## Themes - -The documentation is divided into major thematic sections, each -a collection of pages devoted to that theme. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- QuickStart - - - - A first taste of Angular with zero installation. - Run "Hello World" in an online code editor and start playing with live code. -
- Guide - - - - Learn the Angular basics (you're already here!) like the setup for local development, - displaying data and accepting user input, injecting application services into components, - and building simple forms. -
- API Reference - - - - Authoritative details about each of the Angular libraries. -
- Tutorial - - - - A step-by-step, immersive approach to learning Angular that - introduces the major features of Angular in an application context. -
- Advanced - - - - In-depth analysis of Angular features and development practices. -
- Cookbook - - - - Recipes for specific application challenges, mostly code snippets with a minimum of exposition. - -
- - - -A few early pages are written as tutorials and are clearly marked as such. -The rest of the pages highlight key points in code rather than explain each step necessary to build the sample. -You can always get the full source through the #{_liveLink}s. - -## Code samples - -Each page includes code snippets from a sample application that accompanies the page. -You can reuse these snippets in your applications. - -Look for a link to a running version of that sample, often near the top of the page, -such as this from the [Architecture](guide/architecture) page. - -The link launches a browser-based, code editor where you can inspect, modify, save, and download the code. - - -Alternatively, you can run the example locally, next to those `live-example` links you have a download link. -Just download, unzip, run `npm install` to install the dependencies and run it with `npm start`. - -## Reference pages - -* The [Cheat Sheet](guide/cheatsheet) lists Angular syntax for common scenarios. -* The [Glossary](guide/glossary) defines terms that Angular developers should know. -
  • The [Change Log](guide/change-log) announces what's new and changed in the documentation.
  • -* The [API Reference](api/) is the authority on every public-facing member of the Angular libraries. - -## Feedback - -We welcome feedback! - -* Use the !{_angular_io} Github repository for **documentation** issues and pull requests. -* Use the Angular Github repository to report issues with **Angular** itself. \ No newline at end of file