From 1700bd6f08b5f49a3cea6af6d5f615aa9a714c32 Mon Sep 17 00:00:00 2001 From: jenniferfell Date: Thu, 18 Oct 2018 15:41:56 -0600 Subject: [PATCH] docs: fix release info navigation (#26558) PR Close #26558 --- aio/content/navigation.json | 26 +++++--------------------- 1 file changed, 5 insertions(+), 21 deletions(-) diff --git a/aio/content/navigation.json b/aio/content/navigation.json index cd50dadf38..3d32e7b46a 100644 --- a/aio/content/navigation.json +++ b/aio/content/navigation.json @@ -576,31 +576,15 @@ "title": "Release Information", "tooltip": "Angular release practices, updating, and upgrading.", "children": [ + { + "url": "guide/updating", + "title": "Keeping Up-to-Date", + "tooltip": "Information about updating Angular applications and libraries to the latest version." + }, { "url": "guide/releases", "title": "Angular Releases", "tooltip": "Angular versioning, release, support, and deprecation policies and practices." - }, - { - "url": "guide/updating", - "title": "Keeping Up-to-Date", - "tooltip": "Information about updating Angular applications and libraries to the latest version." - }, - { - "title": "Upgrading from AngularJS", - "tooltip": "Incrementally upgrade an AngularJS application to Angular.", - "children": [ - { - "url": "guide/upgrade", - "title": "Upgrading Instructions", - "tooltip": "Incrementally upgrade an AngularJS application to Angular." - }, - { - "url": "guide/ajs-quick-reference", - "title": "AngularJS-Angular Concepts", - "tooltip": "Learn how AngularJS concepts and techniques map to Angular." - } - ] } ] },