Skip to content

Commit 119b5af

Browse files
committed
Add Vale with Google style guide
1 parent 465d254 commit 119b5af

38 files changed

+1704
-269
lines changed

.vale.ini

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
StylesPath = "vale/styles"
2+
3+
MinAlertLevel = suggestion
4+
5+
Packages = Google
6+
7+
[*.mdx]
8+
BasedOnStyles = Vale, Google

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,8 @@ Install our Github App to autopropagate changes from youre repo to your deployme
3030

3131
- Mintlify dev isn't running - Run `mintlify install` it'll re-install dependencies.
3232
- Page loads as a 404 - Make sure you are running in a folder with `mint.json`
33+
34+
npm i # install deps
35+
npm run mintlify dev # build mintlify locally
36+
npm run vale sync # sync packages defined in .vale.ini
37+
npm run vale . # check all included files in subfolders

0 commit comments

Comments
 (0)