Skip to content

Commit

Permalink
docs: throw on broken anchors
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis committed Oct 31, 2024
1 parent 3952ee3 commit 57c668c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const config = {
trailingSlash: true,
onBrokenLinks: "throw",
onBrokenMarkdownLinks: "throw",
onBrokenAnchors: "throw",

themes: ["@docusaurus/theme-mermaid"],
markdown: {
Expand Down

0 comments on commit 57c668c

Please sign in to comment.