diff --git a/docs/sources/review/lint-prose/_index.md b/docs/sources/review/lint-prose/_index.md index e80dccd8c..3f0a50ec8 100644 --- a/docs/sources/review/lint-prose/_index.md +++ b/docs/sources/review/lint-prose/_index.md @@ -99,13 +99,12 @@ If you manually install Vale, you must configure your system to add Vale to your 1. Create a `.vale.ini` file in your home directory or in a working directory with the following contents: - ```bash + ```ini MinAlertLevel = suggestion - StylesPath = //vale + Packages = Grafana, https://github.com/errata-ai/Hugo/releases/download/v0.2.0/Hugo.zip - [*.md] + [*] BasedOnStyles = Grafana - TokenIgnores = (+?), \*\*[^\n]+\*\* ``` Replace _``_ with the full path to your checkout of the Writer's Toolkit repository.