Thank you for contributing to the Safe docs. Before starting, please review the existing documentation to understand the structure and writing conventions.
We use the Microsoft Style Guide for the styles and Vale for linting. This combination helps us use the style guide effectively.
Install the Vale CLI and run the following command:
vale --glob='*.md' .
You can also use Vale as a plugin for your IDE.