From 987fbad0f30fddfcd8e59bc2c69e3217159e9f89 Mon Sep 17 00:00:00 2001 From: Naomi Black Date: Wed, 22 Jun 2016 16:43:47 -0700 Subject: [PATCH] chore(nav): clean up left nav titles and alpha-sort them --- public/docs/js/latest/guide/_data.json | 16 +++++----------- public/docs/ts/latest/cookbook/_data.json | 9 ++++++++- public/docs/ts/latest/guide/_data.json | 17 +++++------------ 3 files changed, 18 insertions(+), 24 deletions(-) diff --git a/public/docs/js/latest/guide/_data.json b/public/docs/js/latest/guide/_data.json index a0f8270eec..567324b649 100644 --- a/public/docs/js/latest/guide/_data.json +++ b/public/docs/js/latest/guide/_data.json @@ -73,11 +73,6 @@ "intro": "Learn how to apply CSS styles to components." }, - "security": { - "title": "Security", - "intro": "Prevent security vulnerabilities" - }, - "hierarchical-dependency-injection": { "title": "Hierarchical Dependency Injectors", "navTitle": "Hierarchical Injectors", @@ -115,6 +110,11 @@ "intro": "Discover the basics of screen navigation with the Angular 2 router." }, + "security": { + "title": "Security", + "intro": "Prevent security vulnerabilities" + }, + "structural-directives": { "title": "Structural Directives", "intro": "Angular has a powerful template engine that lets us easily manipulate the DOM structure of our elements." @@ -141,11 +141,5 @@ "title": "Webpack: an introduction", "intro": "Create your Angular 2 applications with a Webpack based tooling", "hide": true - }, - - "glossary": { - "title": "Glossary", - "intro": "Brief definitions of the most important words in the Angular 2 vocabulary", - "basics": true } } diff --git a/public/docs/ts/latest/cookbook/_data.json b/public/docs/ts/latest/cookbook/_data.json index f6ef392936..1d1c230763 100644 --- a/public/docs/ts/latest/cookbook/_data.json +++ b/public/docs/ts/latest/cookbook/_data.json @@ -27,10 +27,17 @@ }, "dynamic-form-deprecated": { - "title": "Dynamic Form", + "title": "Dynamic Forms", "intro": "Render dynamic forms with NgFormModel" }, + "dynamic-form": { + "title": "Dynamic Forms", + "intro": "Render dynamic forms with NgFormModel", + "basics": true, + "hide": true + }, + "set-document-title": { "title": "Set the Document Title", "intro": "Setting the document or window title using the Title service." diff --git a/public/docs/ts/latest/guide/_data.json b/public/docs/ts/latest/guide/_data.json index aee44f8f1f..f96ea364b3 100644 --- a/public/docs/ts/latest/guide/_data.json +++ b/public/docs/ts/latest/guide/_data.json @@ -78,11 +78,6 @@ "intro": "Learn how to apply CSS styles to components." }, - "security": { - "title": "Security", - "intro": "Developing for content security in Angular applications" - }, - "hierarchical-dependency-injection": { "title": "Hierarchical Dependency Injectors", "navTitle": "Hierarchical Injectors", @@ -109,7 +104,6 @@ "intro": "Pipes transform displayed values within a template." }, - "router-deprecated": { "title": "Router (Deprecated Beta)", "intro": "The deprecated Beta Router.", @@ -121,6 +115,11 @@ "intro": "Discover the basics of screen navigation with the Angular 2 Component Router." }, + "security": { + "title": "Security", + "intro": "Developing for content security in Angular applications" + }, + "structural-directives": { "title": "Structural Directives", "intro": "Angular has a powerful template engine that lets us easily manipulate the DOM structure of our elements." @@ -144,11 +143,5 @@ "webpack": { "title": "Webpack: an introduction", "intro": "Create your Angular 2 applications with a Webpack based tooling" - }, - - "glossary": { - "title": "Glossary", - "intro": "Brief definitions of the most important words in the Angular 2 vocabulary", - "basics": true } }