From dd1811fea5fc36c8d99b828a8682d81ceb6d68a7 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Fri, 2 Dec 2016 07:55:58 -0800 Subject: [PATCH] docs(dart): hide style-guide and browser-support (#2921) * docs(dart): hide style-guide * docs(dart): hide browser-support --- public/docs/dart/latest/guide/_data.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/docs/dart/latest/guide/_data.json b/public/docs/dart/latest/guide/_data.json index f89e2eee58..7cec8bd4fb 100644 --- a/public/docs/dart/latest/guide/_data.json +++ b/public/docs/dart/latest/guide/_data.json @@ -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." },