Skip to content

Fix displaying images on gitlab

Marcel Huber requested to merge try-fix-images-on-gitlab into develop

Due to the restriction that gitlab (and also github) process asciidoc documents in SECURE mode, the docdir value was empty. This lead to invalid path where the images were expected.

To come around this limitation, the variable adoc_docdir was introduced which should either point to the right directory or at least be set to ..

Merge request reports