docs: throw on broken anchors (#27773)

Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com>
This commit is contained in:
Erick Friis
2024-11-13 11:29:27 -08:00
committed by GitHub
parent 7bd9c8cba3
commit f6d34585f0
10 changed files with 31 additions and 30 deletions

View File

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