diff --git a/aio/content/navigation.json b/aio/content/navigation.json index 6a9114bb02..0266673c4b 100644 --- a/aio/content/navigation.json +++ b/aio/content/navigation.json @@ -618,23 +618,22 @@ } ] }, - - { - "title": "API", - "tooltip": "Details of the Angular packages, classes, interfaces, and other types.", - "url": "api" - }, { "title": "CLI Commands", "tooltip": "Angular CLI command reference.", "children": [ { - "title": "Using the CLI", - "tooltip": "An overview of how to use the CLI tool", + "title": "Overview", + "tooltip": "An introduction to the CLI tool, commands, and syntax.", "url": "cli" } ] }, + { + "title": "API", + "tooltip": "Details of the Angular packages, classes, interfaces, and other types.", + "url": "api" + }, { "url": "guide/change-log", "title": "Change Log",