chore(nav): clean up left nav titles and alpha-sort them

This commit is contained in:
Naomi Black 2016-06-22 16:43:47 -07:00
parent e4f2a22014
commit 987fbad0f3
3 changed files with 18 additions and 24 deletions

View File

@ -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
}
}

View File

@ -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."

View File

@ -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
}
}