zdharma-continuum.zinit/README.md
2021-11-07 00:12:14 +01:00

453 B

How to edit the docs ie. the wiki

  1. Run make documentation
  2. Do your edits on this branch (documentation)
  3. To deploy your changes you need to:
pipx install mkdocs
pipx runpip mkdocs install mkdocs-material

- THIS WILL FORCE PUSH WHATEVER MKDOCS GENERATES TO THE GH-PAGES BRANCH: run make gh-pages.