From 8d0a1a22fca9f9528f01795668df211ca5b6b6c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jesu=CC=81s=20Rodri=CC=81guez?= Date: Mon, 19 Sep 2016 12:26:17 +0200 Subject: [PATCH] docs(overview): update to new organization --- 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 26f02585c1..5020539373 100644 --- a/public/docs/ts/latest/guide/index.jade +++ b/public/docs/ts/latest/guide/index.jade @@ -31,36 +31,36 @@ table(width="100%") :marked The foundation for every page and sample in this documentation. tr(style=top) - td Tutorial + td Guide td :marked - A step-by-step, immersive approach to learning Angular that - introduces the major features of Angular in an application context. + The essential ingredients of Angular development. tr(style=top) - td Basics + td API Reference td :marked - The essential ingredients of Angular development. + Authoritative details about each member of the Angular libraries. tr(style=top) - td Developer Guide + td Tutorial td :marked - In-depth analysis of Angular features and development practices. + A step-by-step, immersive approach to learning Angular that + introduces the major features of Angular in an application context. tr(style=top) - td Cookbook + td Advanced td :marked - Recipes for specific application challenges, mostly code snippets with a minimum of exposition. + In-depth analysis of Angular features and development practices. tr(style=top) - td API Reference + td Cookbook td :marked - Authoritative details about each member of the Angular libraries. + Recipes for specific application challenges, mostly code snippets with a minimum of exposition. :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.