From 28a1caa0ed9564eec24e7eff46ec75661796ea1d Mon Sep 17 00:00:00 2001 From: jenniferfell Date: Wed, 24 Apr 2019 13:12:22 -0600 Subject: [PATCH] docs: add in-page nav, change title to match left nav better (#30093) PR Close #30093 --- aio/content/cli/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/cli/index.md b/aio/content/cli/index.md index 2cf22efd19..6234b44499 100644 --- a/aio/content/cli/index.md +++ b/aio/content/cli/index.md @@ -1,4 +1,4 @@ -

CLI Command Reference

+# CLI Overview and Command Reference The Angular CLI is a command-line interface tool that you use to initialize, develop, scaffold, and maintain Angular applications. You can use the tool directly in a command shell, or indirectly through an interactive UI such as [Angular Console](https://angularconsole.com).