diff --git a/aio/content/navigation.json b/aio/content/navigation.json index 2d14d666b4..a65fd11882 100644 --- a/aio/content/navigation.json +++ b/aio/content/navigation.json @@ -101,11 +101,6 @@ "title": "Components", "tooltip": "Building dynamic views with data binding", "children": [ - { - "url": "guide/displaying-data", - "title": "Data binding", - "tooltip": "Property binding helps show app data in the UI." - }, { "url": "guide/user-input", "title": "User Input", @@ -542,27 +537,6 @@ "title": "Tutorials", "tooltip": "End-to-end tutorials for learning Angular concepts and patterns.", "children": [ - { - "title": "Routing", - "tooltip": "End-to-end tutorials for learning about Angular's router.", - "children": [ - { - "url": "guide/router-tutorial", - "title": "Using Angular Routes in a Single-page Application", - "tooltip": "A tutorial that covers many patterns associated with Angular routing." - }, - { - "url": "guide/router-tutorial-toh", - "title": "Router tutorial: tour of heroes", - "tooltip": "Explore how to use Angular's router. Based on the Tour of Heroes example." - } - ] - }, - { - "url": "guide/forms", - "title": "Building a Template-driven Form", - "tooltip": "Create a template-driven form using directives and Angular template syntax." - }, { "title": "Tutorial: Tour of Heroes", "tooltip": "The Tour of Heroes app is used as a reference point in many Angular examples.", @@ -609,6 +583,32 @@ } ] }, + { + "title": "Routing", + "tooltip": "End-to-end tutorials for learning about Angular's router.", + "children": [ + { + "url": "guide/router-tutorial", + "title": "Using Angular Routes in a Single-page Application", + "tooltip": "A tutorial that covers many patterns associated with Angular routing." + }, + { + "url": "guide/router-tutorial-toh", + "title": "Router tutorial: tour of heroes", + "tooltip": "Explore how to use Angular's router. Based on the Tour of Heroes example." + } + ] + }, + { + "url": "guide/forms", + "title": "Building a Template-driven Form", + "tooltip": "Create a template-driven form using directives and Angular template syntax." + }, + { + "url": "guide/displaying-data", + "title": "Data binding", + "tooltip": "Property binding helps show app data in the UI." + }, { "url": "guide/web-worker", "title": "Web Workers",