-
Notifications
You must be signed in to change notification settings - Fork 481
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vendor: github.com/docker/cli-docs-tool to master #2301
Conversation
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
53529c1
to
ab97fc5
Compare
@@ -3,7 +3,7 @@ | |||
set -eu -o pipefail | |||
|
|||
: "${BUILDX_CMD=docker buildx}" | |||
: "${FORMATS=md}" | |||
: "${FORMATS=md,yaml,man}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This would mean we check in all generated formats. Totally fine by me, it alleviates a step in updating the CLI reference downstream (we only need to re-vendor and not manually generate and copy over yaml)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is just for testing if you want to try locally. I don't want to merge this 😇
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
aw I was getting excited :)
|
||
.SH EXAMPLE | ||
.EX | ||
### Append a new node to an existing builder (--append) {#append} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like these first headings in the examples section don't get the .SS markup
Just trying latest changes of cli-docs-tool for man pages generation (docker/cli-docs-tool#14) before creating a release. See last commit for generated files.
cc @dvdksn @thaJeztah