From a19b6903387d4ae9aca0a66ccaf31ee058f92611 Mon Sep 17 00:00:00 2001 From: jenniferfell Date: Thu, 11 Oct 2018 13:09:14 -0600 Subject: [PATCH] docs: move cli commands above api in nav (#26405) PR Close #26405 --- aio/content/navigation.json | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) 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",