Browse code

Add "Docker" to Reference pull-down for Command Line

A minor thing, but I noticed that the "Reference" drop-down menu just
says "Command line". This was fine when we just had one command line,
but now there's also 'Compose command line' and I suspect we may add
others later. We should qualify the Docker one with the word "Docker"
in front

Signed-off-by: Doug Davis <dug@us.ibm.com>

Doug Davis authored on 2015/03/11 23:40:46
Showing 2 changed files
... ...
@@ -116,7 +116,7 @@ pages:
116 116
 # Reference
117 117
 - ['reference/index.md', '**HIDDEN**']
118 118
 - ['reference/commandline/index.md', '**HIDDEN**']
119
-- ['reference/commandline/cli.md', 'Reference', 'Command line']
119
+- ['reference/commandline/cli.md', 'Reference', 'Docker command line']
120 120
 - ['reference/builder.md', 'Reference', 'Dockerfile']
121 121
 - ['faq.md', 'Reference', 'FAQ']
122 122
 - ['reference/run.md', 'Reference', 'Run Reference']
... ...
@@ -2,7 +2,7 @@ page_title: Command Line Interface
2 2
 page_description: Docker's CLI command description and usage
3 3
 page_keywords: Docker, Docker documentation, CLI, command line
4 4
 
5
-# Command Line
5
+# Docker Command Line
6 6
 
7 7
 {{ include "no-remote-sudo.md" }}
8 8