Skip to content

Commit

Permalink
Update Vale configuration example
Browse files Browse the repository at this point in the history
I need to also update the steps to tell a user to run `vale sync`
  • Loading branch information
jdbaldry authored Jan 14, 2025
1 parent c21c67b commit 9588916
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/sources/review/lint-prose/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 = /<PATH TO WRITERS TOOLKIT REPOSITORY>/vale
Packages = Grafana, https://github.com/errata-ai/Hugo/releases/download/v0.2.0/Hugo.zip

[*.md]
[*]
BasedOnStyles = Grafana
TokenIgnores = (<http[^\n]+>+?), \*\*[^\n]+\*\*
```

Replace _`<PATH TO WRITERS TOOLKIT REPOSITORY>`_ with the full path to your checkout of the Writer's Toolkit repository.
Expand Down

0 comments on commit 9588916

Please sign in to comment.