Просмотр исходного кода

Link between pages in the CLI reference section

Signed-off-by: Daniel Nephin <[email protected]>
Daniel Nephin 10 лет назад
Родитель
Сommit
1eb925ee31
3 измененных файлов с 17 добавлено и 5 удалено
  1. 5 0
      docs/reference/docker-compose.md
  2. 5 0
      docs/reference/index.md
  3. 7 5
      docs/reference/overview.md

+ 5 - 0
docs/reference/docker-compose.md

@@ -55,3 +55,8 @@ used all paths in the configuration are relative to the current working
 directory.
 
 Each configuration can has a project name. If you supply a `-p` flag, you can specify a project name. If you don't specify the flag, Compose uses the current directory name.
+
+## Where to go next
+
+* [CLI environment variables](overview.md)
+* [Command line reference](index.md)

+ 5 - 0
docs/reference/index.md

@@ -27,3 +27,8 @@ The following pages describe the usage information for the [docker-compose](/ref
 * [rm](/reference/rm.md)
 * [scale](/reference/scale.md)
 * [stop](/reference/stop.md)
+
+## Where to go next
+
+* [CLI environment variables](overview.md)
+* [docker-compose Command](docker-compose.md)

+ 7 - 5
docs/reference/overview.md

@@ -14,6 +14,13 @@ weight=-2
 
 This section describes the subcommands you can use with the `docker-compose` command.  You can run subcommand against one or more services. To run against a specific service, you supply the service name from your compose configuration. If you do not specify the service name, the command runs against all the services in your configuration.
 
+
+## Commands
+
+* [docker-compose Command](docker-compose.md)
+* [CLI Reference](index.md)
+
+
 ## Environment Variables
 
 Several environment variables are available for you to configure the Docker Compose command-line behaviour.
@@ -70,11 +77,6 @@ Configures the time (in seconds) a request to the Docker daemon is allowed to ha
 it failed. Defaults to 60 seconds.
 
 
-
-
-
-
-
 ## Compose documentation
 
 - [User guide](/)