# mkdocs ## Getting started ```bash python3 -m venv venv source venv/bin/activate pip3 install --no-cache-dir mkdocs mkdocs-material pymdown-extensions mkdocs serve ``` ## References * https://www.mkdocs.org/ * https://squidfunk.github.io/mkdocs-material/