mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
## 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>
25 lines
724 B
INI
25 lines
724 B
INI
StylesPath = _vale
|
|
MinAlertLevel = suggestion
|
|
|
|
Vocab = Docker
|
|
|
|
[*.md]
|
|
BasedOnStyles = Vale, Docker
|
|
# Exclude `{{< ... >}}`, `{{% ... %}}`, [Who]({{< ... >}})
|
|
TokenIgnores = ({{[%<] .* [%>]}}.*?{{[%<] ?/.* [%>]}}), \
|
|
(\[.+\]\({{< .+ >}}\)), \
|
|
[^\S\r\n]({{[%<] \w+ .+ [%>]}})\s, \
|
|
[^\S\r\n]({{[%<](?:/\*) .* (?:\*/)[%>]}})\s, \
|
|
(?sm)({{[%<] .*?\s[%>]}})
|
|
|
|
# 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
|