You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,14 @@ Navigation (and other global settings) is defined in `mint.json`. Learn more abo
28
28
29
29
NB: If you move or rename a page, ensure you add a redirect (via the `redirects` property) to that existing links that were shared via Discord etc continue to work.
30
30
31
+
#### Whitelisting Terms
32
+
33
+
Certain terms can be whitelisted such that Mintlify's Vale integration does not flag them as misspelled.
34
+
35
+
Modify the `.github/vale/config/vocabularies/PowerSync/accept.txt` file to add terms to the whitelist - every line is a new term. Terms added to the whitelist are not case-sensitive, but capitalisation is still used for readability purposes. Further info on Vale vocab lists can be found in [Mintlify's docs](https://mintlify.com/docs/settings/ci#vale) and [Vale's docs](https://vale.sh/docs/keys/vocab).
36
+
37
+
NB: If you need to blacklist terms, you can create a `reject.txt` file in the same folder as `accept.txt`.
38
+
31
39
#### Icons
32
40
33
41
Only Fontawesome icons are currently supported: https://fontawesome.com/search
0 commit comments