Need more than a rule playground? Vale CMS authors full Vale projects: config, rules, vocabularies, tests, and Git-backed changes.
Explore Vale CMS
A Vale-compatible implementation of select AsciiDoc guidance from the OpenShift docs contributor guidelines.
Add it to your .vale.ini, then run vale sync.
Packages = OpenShiftAsciiDoc [*.md] BasedOnStyles = Vale, OpenShiftAsciiDoc
Additional resources heading is missing the '_additional-resources' role attribute declaration
Terminal code block missing a command prompt at the beginning of the line. For example output, prepend the code block with '.Example output'.
Avoid hard-wrapped lines.
ID is missing the '_{context}' variable at the end of the ID.
Module is missing the '_mod-docs-content-type' variable.
The comment at the beginning of the module that lists the parent assembly is missing.
Do not use line ranges for included files.
You can only nest snippets or GitHub raw user content in modules.
Do not begin a module or assembly title with 'Optional:'.
Do not include TOCs in modules, only assemblies.
Do not include xrefs in modules, only assemblies (exception: release notes modules).
Use the AsciiDoc attribute '%s' rather than the plain text product term '%s', unless your use case is an exception.
Code example ends with an unescaped trailing backslash.
The xref is missing an anchor ID.
Use .adoc instead of .html in xrefs
The xref is missing link text.