Files
docker-docs/engine/reference/commandline
Sebastiaan van Stijn 759123d89d scout: fetch yaml-docs from upstream repository
This removes the vendored yaml-docs, and fetches them from upstream
during build. The https://github.com/docker/scout-cli repository
contains the generated docs for the scout cli plugin.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-06-22 15:44:37 +02:00
..
2021-04-07 16:12:08 +02:00
2022-07-13 18:02:43 +02:00
2022-06-21 13:12:05 +02:00
2023-04-05 16:52:37 +01:00
2022-10-19 15:52:14 +02:00
2023-04-19 10:18:33 +01:00

About these files

The files in this directory are stub files which include the file /_includes/cli.md, which parses YAML files generated from the docker/cli repository. The YAML files are parsed into output files like /engine/reference/commandline/build/.

How the output is generated

The output files are composed from two sources:

Updating the YAML files

The process for generating the YAML files is still in flux. Check with @thaJeztah. Be sure to generate the YAML files with the correct release branch of docker/cli, for example, the 19.03 branch.

After generating the YAML files, replace the YAML files in https://github.com/docker/docs/tree/main/_data/engine-cli with the newly-generated files. Submit a pull request.