mirror of
https://github.com/zdharma-continuum/zinit.git
synced 2026-09-10 07:36:38 -04:00
| highlight | ||
| site | ||
| wiki | ||
| .gitignore | ||
| .nojekyll | ||
| index.html | ||
| Makefile | ||
| README.md | ||
| zinit-autoload.zsh.pdf | ||
| zinit-install.zsh.pdf | ||
| zinit-side.zsh.pdf | ||
| zinit.zsh.pdf | ||
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.