Thank you for contributing to OpenTDF documentation! For general contribution guidelines, community feedback channels, and branch/commit conventions, see platform/CONTRIBUTING.md.
The information below is specific to documentation contributions.
Install the required vale packages:
vale syncRun vale on changed files:
git diff --name-only | xargs vale --glob='!blog/*'To verify the placement and style of your changes as well as ensure there are no breaking changes, follow the instructions in the README for running the Docusaurus server locally.