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/activateInstall Material for MKDocs:
pip install mkdocs-materialRun the site on your local machine:
mkdocs serveSee the Getting started guide at the Material for MKDocs site.