Skip to content

DavidVujic/python-polylith-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.