This repo contains the docs for the Python tools for the Polylith Architecture project. Using MKDocs, a static site generator, and the Material theme.
Create a virtual environment:
python3 -m venv .venv
source .venv/bin/activate
Install Material for MKDocs:
pip install mkdocs-material
Run the site on your local machine:
mkdocs serve
See the Getting started guide at the Material for MKDocs site.