mirror of
https://github.com/docker/cli.git
synced 2025-07-27 18:41:50 +03:00
switch to cli-docs-tool for yaml docs generation
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> switch to cli-docs-tool and validate yamldocs Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
7
docs/tools.go
Normal file
7
docs/tools.go
Normal file
@ -0,0 +1,7 @@
|
||||
// +build tools
|
||||
|
||||
package main
|
||||
|
||||
import (
|
||||
_ "github.com/docker/cli-docs-tool"
|
||||
)
|
Reference in New Issue
Block a user