To run and preview docs locally (requires Node.js and Yarn):
$ yarn install
$ yarn start
Before opening a PR, format your code changes (only affects JSX and MDX):
$ yarn format
Check formatting with yarn lint
.
The Practical Zero Trust articles are templated rather than freeform markdown. Look at existing examples in src/pzt
for reference.