From 8548d3cb06b95dc29a04fde6015f991c1b70c054 Mon Sep 17 00:00:00 2001 From: Naomi Black Date: Tue, 28 Jun 2016 13:57:46 -0700 Subject: [PATCH] chore(nav): update left nav to add glossary back --- public/docs/dart/latest/guide/_data.json | 6 ++++++ public/docs/js/latest/guide/_data.json | 6 ++++++ public/docs/ts/latest/guide/_data.json | 6 ++++++ 3 files changed, 18 insertions(+) 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",