- Install mkdocs and dependencies:
make install - Serve files locally
make serve - Make changes, and preview them on http://localhost:8000
- Once you are happy, commit, push and open pull request
- Create python venv
python -m venv .venv
- Activate venv
source .venv/bin/activate - Install requirements via pip
pip install -r requirements.txt
- Serve docs locally
mkdocs serve
- Make changes, and preview them on http://localhost:8000
- Once you are happy, commit, push and open pull request