model-cli reference docs (#22681)

## Description

Adds model-cli reference docs.

## Related issues or tickets

* https://github.com/docker/model-cli/pull/62
* https://github.com/docker/model-cli/pull/69

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review

---------

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
Co-authored-by: ArthurFlag <arthur.flageul@docker.com>
This commit is contained in:
CrazyMax
2025-06-02 10:11:37 +02:00
committed by GitHub
parent 3ffa79cfdc
commit 5516d06d3c
60 changed files with 1377 additions and 186 deletions

View File

@@ -15,3 +15,10 @@ TokenIgnores = ({{[%<] .* [%>]}}.*?{{[%<] ?/.* [%>]}}), \
# Exclude `{{< myshortcode `This is some <b>HTML</b>, ... >}}`
BlockIgnores = (?sm)^({{[%<] \w+ [^{]*?\s[%>]}})\n$, \
(?s) *({{< highlight [^>]* ?>}}.*?{{< ?/ ?highlight >}})
# Disable rules for genered content
# Content is checked upstream
[**/{model-cli/docs/reference,content/reference/cli/docker/model}/**.md]
BasedOnStyles = Vale
Vale.Spelling = NO
Vale.Terms = NO