mirror of
https://github.com/zdharma-continuum/zinit.git
synced 2026-09-10 07:36:38 -04:00
453 B
453 B
How to edit the docs ie. the wiki
- Run
make documentation - Do your edits on this branch (documentation)
- To deploy your changes you need to:
- install mkdocs and mkdocs-material:
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.