docs: turn on link check (#18924)

This commit is contained in:
Bagatur
2024-03-11 10:50:39 -07:00
committed by GitHub
parent 93ef8ead0b
commit 34284c25d4
15 changed files with 64 additions and 66 deletions

View File

@@ -20,7 +20,7 @@ const config = {
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: "/",
onBrokenLinks: "warn",
onBrokenLinks: "throw",
onBrokenMarkdownLinks: "throw",
themes: ["@docusaurus/theme-mermaid"],