Add broken links, linting, and grammar checks to the updating process
Warning
or Blocking
level.
Blocking
level check will provide a failure status if not passed, or changes are suggested.Warning
level check will never provide a failure status, even if there is an error or suggestions..vale.ini
file in the root the content directory for your deployment, we will automatically use that configuration file.
We will also automatically use any configuration files in your specified stylesPath
.
stylesPath
, or stylesPath
which include ..
values. Please use relative paths and include the stylesPath
in your repository.stylesPath
will be automatically installed and used in your Vale configuration.
For packages not included in your repository, you may specify any packages from the Vale package registry, and they will automatically be downloaded and used in your Vale configuration.
.vale.ini
file:
{/* ... */}
.
If you use the CommentDelimiters = {/*, */}
setting in your configuration, Vale will automatically interpret these comments while linting.
This means you can easily use Vale’s in-built features, like skipping lines or sections.
CommentDelimiters
, but still choose to use Vale’s comments, you must wrap any Vale comments in MDX comments {/* ... */}
. For example: