1
0
mirror of https://github.com/docker/cli-docs-tool.git synced 2025-08-08 10:22:04 +03:00

Enhance README

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2021-08-17 13:14:39 +02:00
parent 170c3946d0
commit cef61c46a3
5 changed files with 109 additions and 11 deletions

View File

@@ -1,6 +1,7 @@
# Example
The following example will generate YAML and Markdown for [Docker buildx](https://github.com/docker/buildx) CLI plugin.
The following example will generate YAML and Markdown docs for
[Docker buildx](https://github.com/docker/buildx) CLI.
```console
git clone https://github.com/docker/docgen

View File

@@ -25,7 +25,7 @@ import (
"github.com/spf13/cobra"
)
const sourcePath = "docs/reference/"
const sourcePath = "docs/"
func main() {
log.SetFlags(0)