- Check that python / pip are installed
python3 --version pip3 --version
pip3 install mkdocs
pip3 install mkdocs-material
- ...and you're off to the races!
Local server
mkdocs serve
Build static html
mkdocs build
Files will be built into the site
folder, which is not checked into Git.
- Generate new pattern page:
./pattern.sh "Your Pattern Title"