Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 456 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 456 Bytes

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