https://github.com/davidvujic/python-polylith-docs
Documentation: Python tools for the Polylith Architecture
https://github.com/davidvujic/python-polylith-docs
documentation-site monorepo poetry polylith python
Last synced: about 1 year ago
JSON representation
Documentation: Python tools for the Polylith Architecture
- Host: GitHub
- URL: https://github.com/davidvujic/python-polylith-docs
- Owner: DavidVujic
- License: mit
- Created: 2023-03-05T11:33:59.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-28T02:11:15.000Z (about 1 year ago)
- Last Synced: 2025-04-14T19:07:54.466Z (about 1 year ago)
- Topics: documentation-site, monorepo, poetry, polylith, python
- Homepage: https://davidvujic.github.io/python-polylith-docs/
- Size: 2.49 MB
- Stars: 1
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Documentation: Python tools for the Polylith Architecture
This repo contains the docs for the [Python tools for the Polylith Architecture](https://github.com/DavidVujic/python-polylith) project.
Using MKDocs, a static site generator, and the Material theme.
## Usage
Create a virtual environment:
``` shell
python3 -m venv .venv
source .venv/bin/activate
```
Install Material for MKDocs:
``` shell
pip install mkdocs-material
```
Run the site on your local machine:
``` shell
mkdocs serve
```
## More info
See the [Getting started](https://squidfunk.github.io/mkdocs-material/getting-started/) guide at the _Material for MKDocs_ site.