Skip to content

Commit

Permalink
docs: fix release info navigation (#26558)
Browse files Browse the repository at this point in the history
PR Close #26558
  • Loading branch information
jenniferfell authored and Alex Rickabaugh committed Oct 19, 2018
1 parent b89bc37 commit 1700bd6
Showing 1 changed file with 5 additions and 21 deletions.
26 changes: 5 additions & 21 deletions aio/content/navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
]
}
]
},
Expand Down

0 comments on commit 1700bd6

Please sign in to comment.