This website is built using Docusaurus, a modern static website generator.
yarnyarn startThis command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
yarn buildTo lint a specific folder or file, run:
vale path/to/docs/
# or
vale path/to/*.mdTo lint the entire repo, run:
yarn lintInstall blacken-docs.
python -m pip install blacken-docsRun the formatter.
git ls-files -z -- '*.md' | xargs -0 blacken-docsyarn gpu-types
yarn cpu-types