From 063d1789c29d2a21675d90b5f8b5a2f239ea7149 Mon Sep 17 00:00:00 2001 From: Pete Bacon Darwin Date: Tue, 25 May 2021 20:54:22 +0100 Subject: [PATCH] docs: move "Browser Support" page in navigation tree (#42326) Closes #39270 PR Close #42326 --- aio/content/navigation.json | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/aio/content/navigation.json b/aio/content/navigation.json index 0e92cf50cf..1755a29b52 100644 --- a/aio/content/navigation.json +++ b/aio/content/navigation.json @@ -291,7 +291,6 @@ "title": "Router reference", "tooltip": "Describes highlight some core router API concepts." } - ] }, { @@ -672,6 +671,11 @@ "title": "Roadmap", "tooltip": "Roadmap of the Angular team." }, + { + "url": "guide/browser-support", + "title": "Browser Support", + "tooltip": "Browser support and polyfills guide." + }, { "title": "Updating to Version 12", "tooltip": "Support for updating your application from version 11 to 12.", @@ -809,11 +813,6 @@ "title": "TypeScript Configuration", "tooltip": "TypeScript configuration for Angular developers." }, - { - "url": "guide/browser-support", - "title": "Browser Support", - "tooltip": "Browser support and polyfills guide." - }, { "url": "guide/strict-mode", "title": "Strict mode", @@ -1146,4 +1145,4 @@ ] } ] -} \ No newline at end of file +}