docs: throw on broken anchors

This commit is contained in:
Erick Friis 2024-10-30 20:27:01 -07:00
parent 3952ee31b8
commit 57c668cd96

View File

@ -26,6 +26,7 @@ const config = {
trailingSlash: true,
onBrokenLinks: "throw",
onBrokenMarkdownLinks: "throw",
onBrokenAnchors: "throw",
themes: ["@docusaurus/theme-mermaid"],
markdown: {