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
This commit is contained in:
parent
40bbcaa12d
commit
38b0e71cb2
|
@ -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",
|
"title": "Service Workers & PWA",
|
||||||
"tooltip": "Angular service workers: Controlling caching of application resources.",
|
"tooltip": "Angular service workers: Controlling caching of application resources.",
|
||||||
|
@ -571,6 +550,27 @@
|
||||||
"title": "DevTools",
|
"title": "DevTools",
|
||||||
"tooltip": "DevTools",
|
"tooltip": "DevTools",
|
||||||
"url": "guide/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."
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue