mirror of https://github.com/docker/docs.git
Update moby/moby to docker/cli
The cli repository is its own thing now Signed-off-by: Eli Uriegas <eli.uriegas@docker.com>
This commit is contained in:
parent
7ea2fd5f04
commit
f65288b5fe
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
The files in this directory are stub files which include the file
|
The files in this directory are stub files which include the file
|
||||||
`/_includes/cli.md`, which parses YAML files generated from the
|
`/_includes/cli.md`, which parses YAML files generated from the
|
||||||
[`docker/docker`](https://github.com/moby/moby) repository. The YAML files
|
[`docker/cli`](https://github.com/docker/cli) repository. The YAML files
|
||||||
are parsed into output files like
|
are parsed into output files like
|
||||||
[/engine/reference/commandline/build/](/engine/reference/commandline/build/).
|
[/engine/reference/commandline/build/](/engine/reference/commandline/build/).
|
||||||
|
|
||||||
|
|
@ -14,7 +14,7 @@ The output files are composed from two sources:
|
||||||
the CLI source code in that repository.
|
the CLI source code in that repository.
|
||||||
|
|
||||||
- The **Extended Description** and **Examples** sections are pulled into the
|
- The **Extended Description** and **Examples** sections are pulled into the
|
||||||
YAML from the files in [https://github.com/moby/moby/tree/master/docs/reference/commandline](https://github.com/moby/moby/tree/master/docs/reference/commandline)
|
YAML from the files in [https://github.com/docker/cli/tree/master/docs/reference/commandline](https://github.com/docker/cli/tree/master/docs/reference/commandline)
|
||||||
Specifically, the Markdown inside the `## Description` and `## Examples`
|
Specifically, the Markdown inside the `## Description` and `## Examples`
|
||||||
headings are parsed. Submit corrections to the text in that repository.
|
headings are parsed. Submit corrections to the text in that repository.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue