From 11996cd1c473572979314b4e0cfe0fcf1795e373 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Fri, 7 Dec 2018 10:25:49 -0800 Subject: [PATCH] docs: remove AngularDart from the version picker (#27550) At this point it's only confusing people. PR Close #27550 --- aio/content/navigation.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/aio/content/navigation.json b/aio/content/navigation.json index 3e273171f0..1943be30f0 100644 --- a/aio/content/navigation.json +++ b/aio/content/navigation.json @@ -741,7 +741,6 @@ { "title": "v6", "url": "https://v6.angular.io" }, { "title": "v5", "url": "https://v5.angular.io" }, { "title": "v4", "url": "https://v4.angular.io" }, - { "title": "v2", "url": "https://v2.angular.io" }, - { "title": "AngularDart", "url": "https://webdev.dartlang.org/angular" } + { "title": "v2", "url": "https://v2.angular.io" } ] }