Updating to new tooling:supports Github source linking

Fixing HEAD
Updating to match daniel
Fixing the index link

Signed-off-by: Mary Anthony <mary@docker.com>
This commit is contained in:
Mary Anthony 2015-10-13 04:01:19 -07:00
commit 0e9c542865
15 changed files with 46 additions and 114 deletions

View file

@ -100,5 +100,5 @@ directory name.
## Where to go next
* [CLI environment variables](/reference/overview.md)
* [Command line reference](/reference)
* [CLI environment variables](overview.md)
* [Command line reference](index.md)

View file

@ -11,24 +11,24 @@ parent = "smn_compose_ref"
## Compose CLI reference
The following pages describe the usage information for the [docker-compose](/reference/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](docker-compose.md) subcommands. You can also see this information by running `docker-compose [SUBCOMMAND] --help` from the command line.
* [build](/reference/build.md)
* [help](/reference/help.md)
* [kill](/reference/kill.md)
* [ps](/reference/ps.md)
* [restart](/reference/restart.md)
* [run](/reference/run.md)
* [start](/reference/start.md)
* [up](/reference/up.md)
* [logs](/reference/logs.md)
* [port](/reference/port.md)
* [pull](/reference/pull.md)
* [rm](/reference/rm.md)
* [scale](/reference/scale.md)
* [stop](/reference/stop.md)
* [build](build.md)
* [help](help.md)
* [kill](kill.md)
* [ps](ps.md)
* [restart](restart.md)
* [run](run.md)
* [start](start.md)
* [up](up.md)
* [logs](logs.md)
* [port](port.md)
* [pull](pull.md)
* [rm](rm.md)
* [scale](scale.md)
* [stop](stop.md)
## Where to go next
* [CLI environment variables](/reference/overview)
* [docker-compose Command](/reference/docker-compose)
* [CLI environment variables](overview.md)
* [docker-compose Command](docker-compose.md)

View file

@ -17,8 +17,8 @@ This section describes the subcommands you can use with the `docker-compose` com
## Commands
* [docker-compose Command](/reference/docker-compose.md)
* [CLI Reference](/reference)
* [docker-compose Command](docker-compose.md)
* [CLI Reference](index.md)
## Environment Variables
@ -77,8 +77,8 @@ Configures the time (in seconds) a request to the Docker daemon is allowed to ha
it failed. Defaults to 60 seconds.
## Compose documentation
## Related Information
- [User guide](/)
- [Installing Compose](install.md)
- [Yaml file reference](yml.md)
- [User guide](../index.md)
- [Installing Compose](../install.md)
- [Yaml file reference](../yml.md)