diff --git a/aio/content/navigation.json b/aio/content/navigation.json index 1755a29b52..74ec5993c5 100644 --- a/aio/content/navigation.json +++ b/aio/content/navigation.json @@ -411,27 +411,6 @@ } ] }, - { - "title": "Schematics", - "tooltip": "Understanding schematics.", - "children": [ - { - "url": "guide/schematics", - "title": "Schematics Overview", - "tooltip": "Extending CLI generation capabilities." - }, - { - "url": "guide/schematics-authoring", - "title": "Authoring Schematics", - "tooltip": "Understand the structure of a schematic." - }, - { - "url": "guide/schematics-for-libraries", - "title": "Schematics for Libraries", - "tooltip": "Use schematics to integrate your library with the Angular CLI." - } - ] - }, { "title": "Service Workers & PWA", "tooltip": "Angular service workers: Controlling caching of application resources.", @@ -571,6 +550,27 @@ "title": "DevTools", "tooltip": "DevTools", "url": "guide/devtools" + }, + { + "title": "Schematics", + "tooltip": "Understanding schematics.", + "children": [ + { + "url": "guide/schematics", + "title": "Schematics Overview", + "tooltip": "Extending CLI generation capabilities." + }, + { + "url": "guide/schematics-authoring", + "title": "Authoring Schematics", + "tooltip": "Understand the structure of a schematic." + }, + { + "url": "guide/schematics-for-libraries", + "title": "Schematics for Libraries", + "tooltip": "Use schematics to integrate your library with the Angular CLI." + } + ] } ] },