/documentation

Monologue documentation repository

Primary LanguageHTML

Monologue - Documentation

This repository contains the documentation of Monologue.

It's made with MkDocs and Read the Docs.

Run the documentation locally

To run the documentation locally, you need Python 3.12+.

  1. First run pip install -r requirements.txt.

  2. Execute the command mkdocs serve or python -m mkdocs serve.

  3. The documentation is running on the port 8000.