From 38b0e71cb2048ad2a41f68d519ed0b66235781b4 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Tue, 25 May 2021 14:40:33 -0700 Subject: [PATCH] docs: move the schematics under Angular Tools menu section (#42332) In #39176 Alan noted that schematics is currently misplaced and should really be under the Angular Tools menu item. In that issue, Alan also noted the "Angular Compiler" and "Angular CLI" are not refereced from here. Since the issue was created "Angular Compiler" has already been moved under "Angular Tools". Angular CLI is documented throughout the docs, and the "CLI Command Reference" under References is really just a reference so it seems correctly located. Fixes #39176 PR Close #42332 --- aio/content/navigation.json | 42 ++++++++++++++++++------------------- 1 file changed, 21 insertions(+), 21 deletions(-) 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." + } + ] } ] },