Move command reference to overview.

Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
Daniel Nephin 2016-02-01 12:10:21 -05:00
commit 7b03de7d01
8 changed files with 14 additions and 15 deletions

View file

@ -3,7 +3,6 @@
title = "CLI Environment Variables"
description = "CLI Environment Variables"
keywords = ["fig, composition, compose, docker, orchestration, cli, reference"]
aliases = ["/compose/reference/overview/"]
[menu.main]
parent = "smn_compose_cli"
weight=-1
@ -24,14 +23,14 @@ Sets the project name. This value is prepended along with the service name to th
Setting this is optional. If you do not set this, the `COMPOSE_PROJECT_NAME`
defaults to the `basename` of the project directory. See also the `-p`
[command-line option](docker-compose.md).
[command-line option](overview.md).
## COMPOSE\_FILE
Specify the file containing the compose configuration. If not provided,
Compose looks for a file named `docker-compose.yml` in the current directory
and then each parent directory in succession until a file by that name is
found. See also the `-f` [command-line option](docker-compose.md).
found. See also the `-f` [command-line option](overview.md).
## COMPOSE\_API\_VERSION

View file

@ -12,9 +12,9 @@ weight=80
## Compose command-line reference
The following pages describe the usage information for the [docker-compose](docker-compose.md) subcommands. You can also see this information by running `docker-compose [SUBCOMMAND] --help` from the command line.
The following pages describe the usage information for the [docker-compose](overview.md) subcommands. You can also see this information by running `docker-compose [SUBCOMMAND] --help` from the command line.
* [docker-compose](docker-compose.md)
* [docker-compose](overview.md)
* [build](build.md)
* [config](config.md)
* [create](create.md)
@ -39,4 +39,4 @@ The following pages describe the usage information for the [docker-compose](dock
## Where to go next
* [CLI environment variables](envvars.md)
* [docker-compose Command](docker-compose.md)
* [docker-compose Command](overview.md)

View file

@ -1,8 +1,9 @@
<!--[metadata]>
+++
title = "docker-compose Command"
description = "docker-compose Command Binary"
title = "Overview of docker-compose CLI"
description = "Overview of docker-compose CLI"
keywords = ["fig, composition, compose, docker, orchestration, cli, docker-compose"]
aliases = ["/compose/reference/docker-compose/"]
[menu.main]
parent = "smn_compose_cli"
weight=-2
@ -10,7 +11,7 @@ weight=-2
<![end-metadata]-->
# docker-compose Command
# Overview of docker-compose CLI
This page provides the usage information for the `docker-compose` Command.
You can also see this information by running `docker-compose --help` from the
@ -114,4 +115,3 @@ envvars.md#compose-project-name)
## Where to go next
* [CLI environment variables](envvars.md)
* [Command line reference](index.md)