Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 987fbad

Browse files
committed
chore(nav): clean up left nav titles and alpha-sort them
1 parent e4f2a22 commit 987fbad

File tree

3 files changed

+18
-24
lines changed

3 files changed

+18
-24
lines changed

public/docs/js/latest/guide/_data.json

+5-11
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,6 @@
7373
"intro": "Learn how to apply CSS styles to components."
7474
},
7575

76-
"security": {
77-
"title": "Security",
78-
"intro": "Prevent security vulnerabilities"
79-
},
80-
8176
"hierarchical-dependency-injection": {
8277
"title": "Hierarchical Dependency Injectors",
8378
"navTitle": "Hierarchical Injectors",
@@ -115,6 +110,11 @@
115110
"intro": "Discover the basics of screen navigation with the Angular 2 router."
116111
},
117112

113+
"security": {
114+
"title": "Security",
115+
"intro": "Prevent security vulnerabilities"
116+
},
117+
118118
"structural-directives": {
119119
"title": "Structural Directives",
120120
"intro": "Angular has a powerful template engine that lets us easily manipulate the DOM structure of our elements."
@@ -141,11 +141,5 @@
141141
"title": "Webpack: an introduction",
142142
"intro": "Create your Angular 2 applications with a Webpack based tooling",
143143
"hide": true
144-
},
145-
146-
"glossary": {
147-
"title": "Glossary",
148-
"intro": "Brief definitions of the most important words in the Angular 2 vocabulary",
149-
"basics": true
150144
}
151145
}

public/docs/ts/latest/cookbook/_data.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,17 @@
2727
},
2828

2929
"dynamic-form-deprecated": {
30-
"title": "Dynamic Form",
30+
"title": "Dynamic Forms",
3131
"intro": "Render dynamic forms with NgFormModel"
3232
},
3333

34+
"dynamic-form": {
35+
"title": "Dynamic Forms",
36+
"intro": "Render dynamic forms with NgFormModel",
37+
"basics": true,
38+
"hide": true
39+
},
40+
3441
"set-document-title": {
3542
"title": "Set the Document Title",
3643
"intro": "Setting the document or window title using the Title service."

public/docs/ts/latest/guide/_data.json

+5-12
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,6 @@
7878
"intro": "Learn how to apply CSS styles to components."
7979
},
8080

81-
"security": {
82-
"title": "Security",
83-
"intro": "Developing for content security in Angular applications"
84-
},
85-
8681
"hierarchical-dependency-injection": {
8782
"title": "Hierarchical Dependency Injectors",
8883
"navTitle": "Hierarchical Injectors",
@@ -109,7 +104,6 @@
109104
"intro": "Pipes transform displayed values within a template."
110105
},
111106

112-
113107
"router-deprecated": {
114108
"title": "Router (Deprecated Beta)",
115109
"intro": "The deprecated Beta Router.",
@@ -121,6 +115,11 @@
121115
"intro": "Discover the basics of screen navigation with the Angular 2 Component Router."
122116
},
123117

118+
"security": {
119+
"title": "Security",
120+
"intro": "Developing for content security in Angular applications"
121+
},
122+
124123
"structural-directives": {
125124
"title": "Structural Directives",
126125
"intro": "Angular has a powerful template engine that lets us easily manipulate the DOM structure of our elements."
@@ -144,11 +143,5 @@
144143
"webpack": {
145144
"title": "Webpack: an introduction",
146145
"intro": "Create your Angular 2 applications with a Webpack based tooling"
147-
},
148-
149-
"glossary": {
150-
"title": "Glossary",
151-
"intro": "Brief definitions of the most important words in the Angular 2 vocabulary",
152-
"basics": true
153146
}
154147
}

0 commit comments

Comments
 (0)