docs(dart): hide style-guide and browser-support (#2921)

* docs(dart): hide style-guide

* docs(dart): hide browser-support
This commit is contained in:
Patrice Chalin 2016-12-02 07:55:58 -08:00 committed by Jesús Rodríguez
parent cd235ac340
commit dd1811fea5
1 changed files with 2 additions and 0 deletions

View File

@ -76,6 +76,7 @@
},
"style-guide": {
"hide": true,
"title": "Style Guide",
"intro": "Write Angular with style.",
"basics": true
@ -112,6 +113,7 @@
},
"browser-support": {
"hide": true,
"title": "Browser support",
"intro": "Browser support and polyfills guide."
},