# mkdocs ## Getting started ```bash python3 -m venv env source env/bin/activate pip3 install -r requirements.txt mkdocs serve ``` ## References - https://squidfunk.github.io/mkdocs-material/ - https://www.mkdocs.org/