mirror of
https://github.com/docker/docs.git
synced 2026-03-27 06:18:55 +07:00
<!--Delete sections as needed --> ## Description Changes release notes for Build to point to the GitHub release pages instead ## Related issues or tickets <!-- Related issues, pull requests, or Jira tickets --> ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review
48 lines
1.2 KiB
INI
48 lines
1.2 KiB
INI
StylesPath = _vale
|
|
MinAlertLevel = suggestion
|
|
IgnoredScopes = text.frontmatter, code, tt, b, strong, i, a
|
|
Vocab = Docker
|
|
|
|
# Disable rules for genered content
|
|
[content/reference/**/**.md]
|
|
Vale.Spelling = NO
|
|
Vale.Terms = NO
|
|
Docker.Capitalization = NO
|
|
|
|
[content/manuals/*/release-notes/*.md]
|
|
Vale.Spelling = NO
|
|
Vale.Terms = NO
|
|
Docker.Capitalization = NO
|
|
Docker.We = NO
|
|
|
|
[content/manuals/*/release-notes.md]
|
|
Vale.Spelling = NO
|
|
Vale.Terms = NO
|
|
Docker.Capitalization = NO
|
|
Docker.We = NO
|
|
|
|
[content/contribute/*.md]
|
|
Vale.Spelling = NO
|
|
Vale.Terms = NO
|
|
Docker.Capitalization = NO
|
|
Docker.Exclamation = NO
|
|
|
|
[content/manuals/desktop/previous-versions/*.md]
|
|
Vale.Spelling = NO
|
|
Vale.Terms = NO
|
|
Docker.Capitalization = NO
|
|
Docker.Exclamation = NO
|
|
|
|
[*.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 >}})
|