Skip to content

Commit

Permalink
update cli-docs-tool to v0.6.0
Browse files Browse the repository at this point in the history
release notes: https://github.com/docker/cli-docs-tool/releases/tag/v0.6.0

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit 17f4c82)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
  • Loading branch information
thaJeztah committed Aug 28, 2023
1 parent efd052e commit 8e03939
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
13 changes: 6 additions & 7 deletions docs/reference/commandline/system.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@ Manage Docker

### Subcommands

| Name | Description |
|:-------------------------------------|:---------------------------------------------------------------------------------|
| [`df`](system_df.md) | Show docker disk usage |
| [`dial-stdio`](system_dial-stdio.md) | Proxy the stdio stream to the daemon connection. Should not be invoked manually. |
| [`events`](system_events.md) | Get real time events from the server |
| [`info`](system_info.md) | Display system-wide information |
| [`prune`](system_prune.md) | Remove unused data |
| Name | Description |
|:-----------------------------|:-------------------------------------|
| [`df`](system_df.md) | Show docker disk usage |
| [`events`](system_events.md) | Get real time events from the server |
| [`info`](system_info.md) | Display system-wide information |
| [`prune`](system_prune.md) | Remove unused data |



Expand Down
2 changes: 1 addition & 1 deletion scripts/docs/generate-md.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -eu

: "${CLI_DOCS_TOOL_VERSION=v0.5.1}"
: "${CLI_DOCS_TOOL_VERSION=v0.6.0}"

export GO111MODULE=auto

Expand Down

0 comments on commit 8e03939

Please sign in to comment.