Documentation project using Material for MkDocs and structured with the Diátaxis framework.
-
Create a virtual environment:
python3 -m venv .venv
-
Activate the virtual environment:
source .venv/bin/activate -
Install dependencies:
pip install -r requirements.txt
-
Start the docs server:
mkdocs serve
Then open the local URL shown in the terminal.
This project is licensed under the MIT License. See LICENSE for details.