From 7d45d60c91b5e30e00c04c8f67eb6283326eb4ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Rodr=C3=ADguez?= Date: Tue, 20 Sep 2016 06:23:02 +0200 Subject: [PATCH] docs(overview): update to new organization (#2405) --- public/docs/ts/latest/guide/index.jade | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/public/docs/ts/latest/guide/index.jade b/public/docs/ts/latest/guide/index.jade index c5ad3887ff..3868c3c573 100644 --- a/public/docs/ts/latest/guide/index.jade +++ b/public/docs/ts/latest/guide/index.jade @@ -30,6 +30,16 @@ table(width="100%") td :marked The foundation for every page and sample in this documentation. + tr(style=top) + td Guide + td + :marked + The essential ingredients of Angular development. + tr(style=top) + td API Reference + td + :marked + Authoritative details about each member of the Angular libraries. tr(style=top) td Tutorial td @@ -37,12 +47,7 @@ table(width="100%") A step-by-step, immersive approach to learning Angular that introduces the major features of Angular in an application context. tr(style=top) - td Basics - td - :marked - The essential ingredients of Angular development. - tr(style=top) - td Developer Guide + td Advanced td :marked In-depth analysis of Angular features and development practices. @@ -51,16 +56,11 @@ table(width="100%") td :marked Recipes for specific application challenges, mostly code snippets with a minimum of exposition. - tr(style=top) - td API Reference - td - :marked - Authoritative details about each member of the Angular libraries. :marked # Learning path You don't have to read the guide straight through. Most pages stand on their own. - For those new to Angular, the recommended learning path runs through the *Basics* section: + For those new to Angular, the recommended learning path runs through the *Guide* section: 1. For the big picture, read the [Architecture](architecture.html) overview.