devonfw / docgen

Documentation generator that can generate a complete and self-contained documentation as PDF, ePub and HTML from Asciidoc wiki pages.
Apache License 2.0
8 stars 9 forks source link

Integrate link checker #8

Closed hohwille closed 1 year ago

hohwille commented 5 years ago

We should integrate the ability to break the build if links get broken:

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.).

hohwille commented 5 years ago

See also https://github.com/devonfw/asciidoc-link-checker/blob/master/src/index.ts#L197

hohwille commented 1 year ago

Would be a nice feature but I am closing this as stale issue. PR is welcome anytime...