mirror of
https://github.com/docker/docs.git
synced 2026-03-27 06:18:55 +07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user