Repo for lava documentation. The canonical copy can be found on https://lava.pages.collabora.com/docs/
Contributing
Patches welcome! Please submit MRs against the gitlab repository
Building/testing locally
To work locally with this project simply run the run-hugo.sh
script; This
will spawn a hugo (in server mode) in a docker container allowing to use your
browser for previes. Hugo watches the repository directory and automatically
rerenders on changes.
Read more at Hugo's documentation.
GitLab CI
The content of this project is built by GitLab CI, following the steps
defined in .gitlab-ci.yml
.