Skip to content

Commit

Permalink
add attachments
Browse files Browse the repository at this point in the history
  • Loading branch information
fantkolja committed Nov 28, 2024
1 parent 9977dc6 commit 938ff1c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/antora-link-checker-extension.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// This extension stops the Antora site generator from building the site after checking internal links (xrefs).
// As a result, the output is a list of broken links rather than a documentation site.

module.exports.register = (context) => {
context.on('documentsConverted', () => {
context.stop()
Expand Down

0 comments on commit 938ff1c

Please sign in to comment.