-
Install npm and yarn: see docusaurus2 webpage
-
Run local server while developing:
cd websiteyarn start
-
Deploy to GH Pages: https://v2.docusaurus.io/docs/deployment#deploying-to-github-pages
- Add useful snippets to the
snippets.jsonfile. - Document the new snippets in the
vs-code-snippets/snippets.mdfile. For large changes to the snippets file we provide asnippets-parser.pyscript that automatically convertssnippets.jsoninto markdown format. - Submit your proposed changes via a PR for review.