From 9e6338b24dd04922c11d25918977a0c29ad95c4b Mon Sep 17 00:00:00 2001 From: Doug Davis Date: Wed, 11 Mar 2015 07:40:46 -0700 Subject: [PATCH] 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 --- docs/sources/reference/commandline/cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/reference/commandline/cli.md b/docs/sources/reference/commandline/cli.md index e47e388f74..685bbbcbff 100644 --- a/docs/sources/reference/commandline/cli.md +++ b/docs/sources/reference/commandline/cli.md @@ -2,7 +2,7 @@ page_title: Command Line Interface page_description: Docker's CLI command description and usage page_keywords: Docker, Docker documentation, CLI, command line -# Command Line +# Docker Command Line {{ include "no-remote-sudo.md" }}