Add checks for broken links, linting, and grammar to the updating process
Warning
or Blocking
level.
Warning
level check will never provide a failure status, even if there is an error or suggestions.Blocking
level check will provide a failure status if not passed, or changes are suggested..vale.ini
file in the root content directory for your deployment, we automatically use that configuration file. We also automatically use any configuration files in your specified stylesPath
.
If you do not have a Vale config file, the default configuration automatically loads.
stylesPath
, or stylesPath
which include ..
values. Please use relative paths and include the stylesPath
in your repository.stylesPath
are 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 are automatically downloaded and used in your Vale configuration.
MDX
MDX
, but Vale’s author has provided a custom extension to support it.
If you prefer not to use this extension, we recommend the following lines in your .vale.ini
file:
{/* ... */}
. If you use the CommentDelimiters = {/*, */}
setting in your configuration, Vale automatically interprets these comments while linting. This means you can easily use Vale’s built-in 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: