From cab0abdb2cfb216c95dbf89b44ccfc31021b03da Mon Sep 17 00:00:00 2001 From: Kathy Walrath Date: Thu, 3 Mar 2016 16:36:39 -0800 Subject: [PATCH] docs: tweaks and fixes to dart/ts/js navigation & page titles closes #911 --- public/docs/dart/latest/_nav.jade | 6 +-- public/docs/dart/latest/guide/_data.json | 39 +++++++-------- public/docs/js/latest/_nav.jade | 4 +- public/docs/js/latest/guide/_data.json | 61 +++++++++++------------- public/docs/ts/latest/_nav.jade | 10 ++-- public/docs/ts/latest/guide/_data.json | 18 +++---- 6 files changed, 65 insertions(+), 73 deletions(-) diff --git a/public/docs/dart/latest/_nav.jade b/public/docs/dart/latest/_nav.jade index 5c2b519c94..324f01eb3c 100644 --- a/public/docs/dart/latest/_nav.jade +++ b/public/docs/dart/latest/_nav.jade @@ -21,7 +21,7 @@ li: a(href='#{base}guide') Overview li: a(href='#{base}guide/architecture.html') Architecture li: a(href='#{base}guide/displaying-data.html') Displaying Data - li: a(href='#{base}guide/user-input.html') User Inputs + li: a(href='#{base}guide/user-input.html') User Input li: a(href='#{base}guide/forms.html') Forms li: a(href='#{base}guide/dependency-injection.html') Dependency Injection li: a(href='#{base}guide/template-syntax.html') Template Syntax @@ -35,15 +35,13 @@ li: a(href='#{base}guide/server-communication.html') Http Client li: a(href='#{base}guide/lifecycle-hooks.html') Lifecycle Hooks li: a(href='#{base}guide/pipes.html') Pipes - li: a(href='#{base}guide/router.html') Routing and Navigation + li: a(href='#{base}guide/router.html') Routing & Navigation li: a(href='#{base}guide/structural-directives.html') Structural Directives - li: a(href='#{base}guide/upgrade.html') Upgrading from 1.x .nav-blocks .nav-title Cookbook .nav-unordered-lists ul li: a(href='#{base}cookbook') Overview - li: a(href='#{base}cookbook/a1-a2-quick-reference.html') Angular 1 to 2 Quick Ref li: a(href='#{base}cookbook/component-communication.html') Component Interaction .nav-blocks .nav-title Reference diff --git a/public/docs/dart/latest/guide/_data.json b/public/docs/dart/latest/guide/_data.json index 70bd424828..731c4e6e90 100644 --- a/public/docs/dart/latest/guide/_data.json +++ b/public/docs/dart/latest/guide/_data.json @@ -2,15 +2,12 @@ "_listtype": "ordered", "index": { - "title": "Developer Guides" + "title": "Documentation Overview" }, - "cheatsheet": { - "title": "Angular Cheat Sheet" - }, - "architecture": { - "title": "Architecture Overview" + "title": "Architecture Overview", + "intro": "The basic building blocks of Angular 2 applications" }, "displaying-data": { @@ -38,14 +35,14 @@ "intro": "Learn how to write templates that display data and consume user events with the help of data binding." }, - "pipes": { - "title": "Pipes", - "intro": "Pipes transform displayed values within a template." + "attribute-directives": { + "title": "Attribute Directives", + "intro": "Attribute directives attach behavior to elements." }, - "router": { - "title": "Routing & Navigation", - "intro": "Discover the basics of screen navigation with the Angular 2 router." + "hierarchical-dependency-injection": { + "title": "Hierarchical Injectors", + "intro": "Angular's hierarchical dependency injection system supports nested injectors in parallel with the component tree." }, "server-communication": { @@ -58,9 +55,14 @@ "intro": "Angular calls lifecycle hook methods on directives and components as it creates, changes, and destroys them." }, - "attribute-directives": { - "title": "Attribute Directives", - "intro": "Attribute directives attach behavior to elements." + "pipes": { + "title": "Pipes", + "intro": "Pipes transform displayed values within a template." + }, + + "router": { + "title": "Routing & Navigation", + "intro": "Discover the basics of screen navigation with the Angular 2 router." }, "structural-directives": { @@ -68,16 +70,11 @@ "intro": "Angular has a powerful template engine that lets us easily manipulate the DOM structure of our elements." }, - "hierarchical-dependency-injection": { - "title": "Hierarchical Injectors", - "intro": "Angular's hierarchical dependency injection system supports nested injectors in parallel with the component tree." - }, - "upgrade": { "title": "Upgrading from 1.x", "intro": "Angular 1 applications can be incrementally upgraded to Angular 2." }, - + "glossary": { "title": "Glossary", "intro": "Brief definitions of the most important words in the Angular 2 vocabulary" diff --git a/public/docs/js/latest/_nav.jade b/public/docs/js/latest/_nav.jade index f19384528f..25a09f9b3d 100644 --- a/public/docs/js/latest/_nav.jade +++ b/public/docs/js/latest/_nav.jade @@ -21,7 +21,7 @@ li: a(href='#{base}guide') Overview li: a(href='#{base}guide/architecture.html') Architecture li: a(href='#{base}guide/displaying-data.html') Displaying Data - li: a(href='#{base}guide/user-input.html') User Inputs + li: a(href='#{base}guide/user-input.html') User Input li: a(href='#{base}guide/forms.html') Forms li: a(href='#{base}guide/dependency-injection.html') Dependency Injection li: a(href='#{base}guide/template-syntax.html') Template Syntax @@ -36,7 +36,7 @@ li: a(href='#{base}guide/lifecycle-hooks.html') Lifecycle Hooks li: a(href='#{base}guide/npm-packages.html') npm packages li: a(href='#{base}guide/pipes.html') Pipes - li: a(href='#{base}guide/router.html') Routing and Navigation + li: a(href='#{base}guide/router.html') Routing & Navigation li: a(href='#{base}guide/structural-directives.html') Structural Directives li: a(href='#{base}guide/upgrade.html') Upgrading from 1.x .nav-blocks diff --git a/public/docs/js/latest/guide/_data.json b/public/docs/js/latest/guide/_data.json index 4557e0cfe7..38ee88b4a6 100644 --- a/public/docs/js/latest/guide/_data.json +++ b/public/docs/js/latest/guide/_data.json @@ -2,15 +2,12 @@ "_listtype": "ordered", "index": { - "title": "Developer Guides" + "title": "Documentation Overview" }, - "cheatsheet": { - "title": "Angular Cheat Sheet" - }, - "architecture": { - "title": "Architecture Overview" + "title": "Architecture Overview", + "intro": "The basic building blocks of Angular 2 applications" }, "displaying-data": { @@ -38,6 +35,31 @@ "intro": "Learn how to write templates that display data and consume user events with the help of data binding." }, + "attribute-directives": { + "title": "Attribute Directives", + "intro": "Attribute directives attach behavior to elements." + }, + + "hierarchical-dependency-injection": { + "title": "Hierarchical Injectors", + "intro": "Angular's hierarchical dependency injection system supports nested injectors in parallel with the component tree." + }, + + "server-communication": { + "title": "Http Client", + "intro": "Talk to a remote server with the Angular Http Client." + }, + + "lifecycle-hooks": { + "title": "Lifecycle Hooks", + "intro": "Angular calls lifecycle hook methods on directives and components as it creates, changes, and destroys them." + }, + + "npm-packages": { + "title": "npm packages", + "intro": "Details of the recommended npm packages and the different kinds of package dependencies" + }, + "pipes": { "title": "Pipes", "intro": "Pipes transform displayed values within a template." @@ -47,42 +69,17 @@ "title": "Routing & Navigation", "intro": "Discover the basics of screen navigation with the Angular 2 router." }, - - "server-communication": { - "title": "Http Client", - "intro": "Talk to a remote server with the Angular Http Client." - }, - - "lifecycle-hooks": { - "title": "Lifecycle Hooks", - "intro": "Angular calls lifecycle hook methods on directives and components as it creates, changes, and destroys them." - }, - - "attribute-directives": { - "title": "Attribute Directives", - "intro": "Attribute directives attach behavior to elements." - }, "structural-directives": { "title": "Structural Directives", "intro": "Angular has a powerful template engine that lets us easily manipulate the DOM structure of our elements." }, - "hierarchical-dependency-injection": { - "title": "Hierarchical Injectors", - "intro": "Angular's hierarchical dependency injection system supports nested injectors in parallel with the component tree." - }, - - "npm-packages": { - "title": "npm packages", - "intro": "Details of the recommended npm packages and the different kinds of package dependencies" - }, - "upgrade": { "title": "Upgrading from 1.x", "intro": "Angular 1 applications can be incrementally upgraded to Angular 2." }, - + "glossary": { "title": "Glossary", "intro": "Brief definitions of the most important words in the Angular 2 vocabulary" diff --git a/public/docs/ts/latest/_nav.jade b/public/docs/ts/latest/_nav.jade index 35fe74da1c..90b8f661be 100644 --- a/public/docs/ts/latest/_nav.jade +++ b/public/docs/ts/latest/_nav.jade @@ -21,11 +21,11 @@ li: a(href='#{base}guide') Overview li: a(href='#{base}guide/architecture.html') Architecture li: a(href='#{base}guide/displaying-data.html') Displaying Data - li: a(href='#{base}guide/user-input.html') User Inputs + li: a(href='#{base}guide/user-input.html') User Input li: a(href='#{base}guide/forms.html') Forms li: a(href='#{base}guide/dependency-injection.html') Dependency Injection li: a(href='#{base}guide/template-syntax.html') Template Syntax - li: a(href='#{base}guide/cheatsheet.html') Angular Cheat Sheet + li: a(href='#{base}guide/cheatsheet.html') Angular Cheat Sheet .nav-blocks .nav-title Developer Guide .nav-unordered-lists @@ -34,9 +34,9 @@ li: a(href='#{base}guide/hierarchical-dependency-injection.html') Hierarchical Injectors li: a(href='#{base}guide/server-communication.html') Http Client li: a(href='#{base}guide/lifecycle-hooks.html') Lifecycle Hooks - li: a(href='#{base}guide/npm-packages.html') npm packages + li: a(href='#{base}guide/npm-packages.html') Npm Packages li: a(href='#{base}guide/pipes.html') Pipes - li: a(href='#{base}guide/router.html') Routing and Navigation + li: a(href='#{base}guide/router.html') Routing & Navigation li: a(href='#{base}guide/structural-directives.html') Structural Directives li: a(href='#{base}guide/testing.html') Testing li: a(href='#{base}guide/typescript-configuration.html') TypeScript Configuration @@ -53,7 +53,7 @@ .nav-unordered-lists ul li: a(href='#{base}api') API Preview - li: a(href='#{base}cheatsheet.html') Angular Cheat Sheet + li: a(href='#{base}cheatsheet.html') Angular Cheat Sheet li: a(href='#{base}guide/glossary.html') Glossary .nav-blocks .nav-title Resources diff --git a/public/docs/ts/latest/guide/_data.json b/public/docs/ts/latest/guide/_data.json index 577900dc42..f0d274d9b9 100644 --- a/public/docs/ts/latest/guide/_data.json +++ b/public/docs/ts/latest/guide/_data.json @@ -4,7 +4,7 @@ "index": { "title": "Documentation Overview" }, - + "architecture": { "title": "Architecture Overview", "intro": "The basic building blocks of Angular 2 applications" @@ -44,22 +44,22 @@ "title": "Hierarchical Injectors", "intro": "Angular's hierarchical dependency injection system supports nested injectors in parallel with the component tree." }, - + "server-communication": { "title": "Http Client", "intro": "Talk to a remote server with the Angular Http Client." }, - + "lifecycle-hooks": { "title": "Lifecycle Hooks", "intro": "Angular calls lifecycle hook methods on directives and components as it creates, changes, and destroys them." }, - + "npm-packages": { - "title": "Lifecycle Hooks", + "title": "Npm Packages", "intro": "Details of the recommended npm packages and the different kinds of package dependencies" }, - + "pipes": { "title": "Pipes", "intro": "Pipes transform displayed values within a template." @@ -74,12 +74,12 @@ "title": "Structural Directives", "intro": "Angular has a powerful template engine that lets us easily manipulate the DOM structure of our elements." }, - + "testing": { "title": "Testing", "intro": "Techniques and practices for testing an Angular 2 app" }, - + "upgrade": { "title": "Upgrading from 1.x", "intro": "Angular 1 applications can be incrementally upgraded to Angular 2." @@ -89,7 +89,7 @@ "title": "TypeScript Configuration", "intro": "TypeScript configuration for Angular 2 developers" }, - + "glossary": { "title": "Glossary", "intro": "Brief definitions of the most important words in the Angular 2 vocabulary"