docs: integrate Vale for documentation linting (#2242)
* added value rules * resolved errors raised by vale * added github action * fixes to github action * added details in contribution guidelines * added rule for numbers * limited checks to errors
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
extends: existence
|
||||
message: "Consider adding npm2yarn to ```bash"
|
||||
link: https://docs.medusajs.com/contribution-guidelines#npm-and-yarn-code-blocks
|
||||
level: warning
|
||||
scope: code
|
||||
ignorecase: true
|
||||
raw:
|
||||
- '```bash[\n]+npm'
|
||||
Reference in New Issue
Block a user