/python-polylith-docs

Documentation: Python tools for the Polylith Architecture

MIT LicenseMIT

Documentation: Python tools for the Polylith Architecture

This repo contains the docs for the Python tools for the Polylith Architecture project. Using MKDocs, a static site generator, and the Material theme.

Usage

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

More info

See the Getting started guide at the Material for MKDocs site.