We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2952002 + 5c297bb commit 1c50ebdCopy full SHA for 1c50ebd
1 file changed
docs/docusaurus.config.js
@@ -24,7 +24,6 @@ const config = {
24
projectName: 'architecture-as-code', // Usually your repo name.
25
26
onBrokenLinks: 'throw',
27
- onBrokenMarkdownLinks: 'warn',
28
29
// Even if you don't use internationalization, you can use this field to set
30
// useful metadata like html lang. For example, if your site is Chinese, you
@@ -34,6 +33,12 @@ const config = {
34
33
locales: ['en'],
35
},
36
+ markdown: {
37
+ hooks: {
38
+ onBrokenMarkdownLinks: 'warn'
39
+ }
40
+ },
41
+
42
presets: [
43
[
44
'classic',
0 commit comments