Read-only mirror of https://github.com/kadas-albireo/kadas-albireo.github.io — Gruppe Verteidigung. Issues & pull requests at the source.
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2023-07-26 13:27:55 +02:00
.github/workflows Publish en manual 2023-06-22 15:20:29 +02:00
manual Fix markdown formatting 2023-07-26 13:27:55 +02:00
technical Build docs in venv 2023-01-03 14:02:55 +01:00
.gitignore Use mkdocs for docs generation 2021-03-29 14:22:46 +02:00
README.md Reorganize source tree 2021-03-29 15:39:33 +02:00

KADAS Albireo Manuals

This repo contains the user and training manuals for KADAS Albireo 2.

Requirements

The manuals are built with Mkdocs.

The mkdocs-exclude plugin is also required.

HTML generation

Run ./build.sh in the respective subfolder, find the output in the respective html folder.

Development

Run

mkdocs serve -f <config>.yml

in the respective subfolder.