Skip to content

lirios/docs

Repository files navigation

Documentation

CI

This is the Liri project documentation.

Build

If you are on Fedora:

sudo dnf install -y mkdocs mkdocs-material

Otherwise install the dependencies with:

pip install mkdocs mkdocs-material

Run local test server:

mkdocs serve

Build:

mkdocs build