docs: move cli commands above api in nav (#26405)

PR Close #26405
This commit is contained in:
jenniferfell 2018-10-11 13:09:14 -06:00 committed by Miško Hevery
parent bab5b68910
commit a19b690338
1 changed files with 7 additions and 8 deletions

View File

@ -618,23 +618,22 @@
} }
] ]
}, },
{
"title": "API",
"tooltip": "Details of the Angular packages, classes, interfaces, and other types.",
"url": "api"
},
{ {
"title": "CLI Commands", "title": "CLI Commands",
"tooltip": "Angular CLI command reference.", "tooltip": "Angular CLI command reference.",
"children": [ "children": [
{ {
"title": "Using the CLI", "title": "Overview",
"tooltip": "An overview of how to use the CLI tool", "tooltip": "An introduction to the CLI tool, commands, and syntax.",
"url": "cli" "url": "cli"
} }
] ]
}, },
{
"title": "API",
"tooltip": "Details of the Angular packages, classes, interfaces, and other types.",
"url": "api"
},
{ {
"url": "guide/change-log", "url": "guide/change-log",
"title": "Change Log", "title": "Change Log",