chore(nav): update left nav to add glossary back

This commit is contained in:
Naomi Black 2016-06-28 13:57:46 -07:00
parent e5b11d456c
commit 8548d3cb06
3 changed files with 18 additions and 0 deletions

View File

@ -73,6 +73,12 @@
"intro": "Learn how to apply CSS styles to components."
},
"glossary": {
"title": "Glossary",
"intro": "Brief definitions of the most important words in the Angular 2 vocabulary",
"basics": true
},
"security": {
"title": "Security",
"intro": "Prevent security vulnerabilities"

View File

@ -73,6 +73,12 @@
"intro": "Learn how to apply CSS styles to components."
},
"glossary": {
"title": "Glossary",
"intro": "Brief definitions of the most important words in the Angular 2 vocabulary",
"basics": true
},
"hierarchical-dependency-injection": {
"title": "Hierarchical Dependency Injectors",
"navTitle": "Hierarchical Injectors",

View File

@ -86,6 +86,12 @@
"intro": "Learn how to apply CSS styles to components."
},
"glossary": {
"title": "Glossary",
"intro": "Brief definitions of the most important words in the Angular 2 vocabulary",
"basics": true
},
"hierarchical-dependency-injection": {
"title": "Hierarchical Dependency Injectors",
"navTitle": "Hierarchical Injectors",