We should integrate the ability to break the build if links get broken:
regular asciidoc links (link:file.asciidoc)
includes (include:file.asciidoc)
images (image::file.png)
With the new documentation approach we could then get build errors from travis for PRs what would be very helpful. Ideally there is just an option to activate in asciidoctor. Otherwise we would need to find our own solution (what is not so easy when we need to resolve includes, etc.).
We should integrate the ability to break the build if links get broken:
link:file.asciidoc
)include:file.asciidoc
)image::file.png
)With the new documentation approach we could then get build errors from travis for PRs what would be very helpful. Ideally there is just an option to activate in asciidoctor. Otherwise we would need to find our own solution (what is not so easy when we need to resolve includes, etc.).