Skip to content

Commit 4bee788

Browse files
committed
Try to make docusaurus more strict for us to notice newly introduced
issues more quickly Signed-off-by: Jannik Hollenbach <jannik.hollenbach@owasp.org>
1 parent 728c832 commit 4bee788

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

documentation/docusaurus.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ module.exports = {
99
url: "https://www.securecodebox.io",
1010
baseUrl: "/",
1111
onBrokenLinks: "throw",
12+
onBrokenMarkdownLinks: "throw",
13+
onDuplicateRoutes: "throw",
14+
onBrokenAnchors: "throw",
1215
favicon: "img/Favicon.svg",
1316
organizationName: "secureCodeBox", // Usually your GitHub org/user name.
1417
projectName: "secureCodeBox", // Usually your repo name.

0 commit comments

Comments
 (0)