This manual is built with https://github.com/LibreSolar/md-manual-template
This is a template that uses Pandoc to auto-generate PDF and HTML manuals based on markdown content.
Please install the most recent Pandoc package to get best results on your local computer.
PDF files are generated using LaTeX, so a working LaTeX engine needs to be installed on your system already (e.g. texlive incl. extra fonts). The manual uses the Eisvogel template.
cd manual
make pdf
The HTML template is based on the great mdBook theme, which was simplified and adjusted a bit to suit the needs of a manual.
cd manual
make html
Included is a Dockerfile with all the dependencies for pandoc and latex installed.