scout: remove module for cli docs, vendor manually

Upstream docs had a formatting issue that needed a hotfix.
Rather than fixing the vendored yaml,
which would be overwritten the next time update (any) vendored modules,
I decided to manually copy the cli reference yaml to the data dir.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson
2026-01-05 09:14:52 +01:00
parent a54ead2a07
commit ec72262eed
70 changed files with 3 additions and 1528 deletions

View File

@@ -342,10 +342,3 @@ module:
- source: docs/generator/reference
target: data/mcp-cli
includeFiles: "*.yaml"
# Scout CLI plugin (public dist repo)
- path: github.com/docker/scout-cli
mounts:
- source: docs
target: data/scout-cli
includeFiles: "*.yaml"