docs: do not generate ref for internal serve command

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2023-02-24 14:51:27 +01:00
parent 439d58ddbd
commit 9de12bb9c8
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7
2 changed files with 1 additions and 13 deletions

View File

@ -1,13 +0,0 @@
# docker buildx _INTERNAL_SERVE
<!---MARKER_GEN_START-->
### Options
| Name | Type | Default | Description |
|:------------|:---------|:--------|:-----------------------------------------|
| `--builder` | `string` | | Override the configured builder instance |
| `--config` | `string` | | Specify buildx server config file |
<!---MARKER_GEN_END-->

View File

@ -22,6 +22,7 @@ rsync -a /context/. .
docsgen --formats "$FORMATS" --source "docs/reference"
mkdir /out
cp -r docs/reference /out
rm -f /out/reference/*__INTERNAL_SERVE.yaml /out/reference/*__INTERNAL_SERVE.md
EOT
FROM scratch AS update