We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd9a601 commit 737eb97Copy full SHA for 737eb97
1 file changed
docusaurus.config.js
@@ -12,7 +12,6 @@ async function createConfig() {
12
url: "https://contributing.bitwarden.com",
13
baseUrl: "/",
14
onBrokenLinks: "throw",
15
- onBrokenMarkdownLinks: "warn",
16
favicon: "img/favicon.png",
17
18
// Even if you don't use internalization, you can use this field to set useful
@@ -23,6 +22,12 @@ async function createConfig() {
23
22
locales: ["en"],
24
},
25
+ markdown: {
26
+ hooks: {
27
+ onBrokenMarkdownLinks: "warn",
28
+ },
29
30
+
31
plugins: [require.resolve("docusaurus-lunr-search")],
32
33
presets: [
0 commit comments