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

Commit 8548d3c

Browse files
committed
chore(nav): update left nav to add glossary back
1 parent e5b11d4 commit 8548d3c

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,12 @@
7373
"intro": "Learn how to apply CSS styles to components."
7474
},
7575

76+
"glossary": {
77+
"title": "Glossary",
78+
"intro": "Brief definitions of the most important words in the Angular 2 vocabulary",
79+
"basics": true
80+
},
81+
7682
"security": {
7783
"title": "Security",
7884
"intro": "Prevent security vulnerabilities"

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,12 @@
7373
"intro": "Learn how to apply CSS styles to components."
7474
},
7575

76+
"glossary": {
77+
"title": "Glossary",
78+
"intro": "Brief definitions of the most important words in the Angular 2 vocabulary",
79+
"basics": true
80+
},
81+
7682
"hierarchical-dependency-injection": {
7783
"title": "Hierarchical Dependency Injectors",
7884
"navTitle": "Hierarchical Injectors",

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,12 @@
8686
"intro": "Learn how to apply CSS styles to components."
8787
},
8888

89+
"glossary": {
90+
"title": "Glossary",
91+
"intro": "Brief definitions of the most important words in the Angular 2 vocabulary",
92+
"basics": true
93+
},
94+
8995
"hierarchical-dependency-injection": {
9096
"title": "Hierarchical Dependency Injectors",
9197
"navTitle": "Hierarchical Injectors",

0 commit comments

Comments
 (0)