We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 728c832 commit 4bee788Copy full SHA for 4bee788
1 file changed
documentation/docusaurus.config.js
@@ -9,6 +9,9 @@ module.exports = {
9
url: "https://www.securecodebox.io",
10
baseUrl: "/",
11
onBrokenLinks: "throw",
12
+ onBrokenMarkdownLinks: "throw",
13
+ onDuplicateRoutes: "throw",
14
+ onBrokenAnchors: "throw",
15
favicon: "img/Favicon.svg",
16
organizationName: "secureCodeBox", // Usually your GitHub org/user name.
17
projectName: "secureCodeBox", // Usually your repo name.
0 commit comments