You've already forked cli-docs-tool
mirror of
https://github.com/docker/cli-docs-tool.git
synced 2025-08-08 10:22:04 +03:00
readme for example
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
committed by
Sebastiaan van Stijn
parent
c707566669
commit
9ab0e1f7e2
12
example/README.md
Normal file
12
example/README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# Example
|
||||
|
||||
The following example will generate YAML and Markdown for [Docker buildx](https://github.com/docker/buildx) CLI plugin.
|
||||
|
||||
```console
|
||||
git clone https://github.com/docker/docgen
|
||||
cd docgen/example/
|
||||
go mod download
|
||||
go run main.go
|
||||
```
|
||||
|
||||
Generated docs will be available in `./docs`
|
Reference in New Issue
Block a user