diff --git a/public/docs/dart/latest/guide/_data.json b/public/docs/dart/latest/guide/_data.json index 7d25438019..eff9a7e77e 100644 --- a/public/docs/dart/latest/guide/_data.json +++ b/public/docs/dart/latest/guide/_data.json @@ -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" diff --git a/public/docs/js/latest/guide/_data.json b/public/docs/js/latest/guide/_data.json index 567324b649..1e0d9aa221 100644 --- a/public/docs/js/latest/guide/_data.json +++ b/public/docs/js/latest/guide/_data.json @@ -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", diff --git a/public/docs/ts/latest/guide/_data.json b/public/docs/ts/latest/guide/_data.json index 8b19ebe7e8..3bc69e1c15 100644 --- a/public/docs/ts/latest/guide/_data.json +++ b/public/docs/ts/latest/guide/_data.json @@ -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",