Browse code

Merge pull request #11321 from duglin/CmdLineTweak

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

James Turnbull authored on 2015/03/15 12:04:25
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