From ba0cdd301099a88130412a764249e05b5b2745c7 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Thu, 6 Feb 2020 13:32:23 -0800 Subject: [PATCH] feat(docs-infra): add v8 to the version picker in the navbar (#35196) The v8.angular.io should be ready shortly. PR Close #35196 --- aio/content/navigation.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/aio/content/navigation.json b/aio/content/navigation.json index 59ecb228eb..99f13b58c4 100644 --- a/aio/content/navigation.json +++ b/aio/content/navigation.json @@ -872,6 +872,10 @@ } ], "docVersions": [ + { + "title": "v8", + "url": "https://v8.angular.io/" + }, { "title": "v7", "url": "https://v7.angular.io/"