This repository contains the documentation of Monologue.
It's made with MkDocs and Read the Docs.
To run the documentation locally, you need Python 3.12+.
-
First run
pip install -r requirements.txt
. -
Execute the command
mkdocs serve
orpython -m mkdocs serve
. -
The documentation is running on the port
8000
.