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
Enhance README
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
@@ -25,7 +25,7 @@ import (
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
const sourcePath = "docs/reference/"
|
||||
const sourcePath = "docs/"
|
||||
|
||||
func main() {
|
||||
log.SetFlags(0)
|
||||
|
Reference in New Issue
Block a user