Skip to content

Commit 8b3c91b

Browse files
Merge branch 'main' into expand-calm-example-write-up
2 parents 7da4da2 + eae388b commit 8b3c91b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/docusaurus.config.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ const config = {
2424
projectName: 'architecture-as-code', // Usually your repo name.
2525

2626
onBrokenLinks: 'throw',
27-
onBrokenMarkdownLinks: 'warn',
2827

2928
// Even if you don't use internationalization, you can use this field to set
3029
// useful metadata like html lang. For example, if your site is Chinese, you
@@ -34,6 +33,12 @@ const config = {
3433
locales: ['en'],
3534
},
3635

36+
markdown: {
37+
hooks: {
38+
onBrokenMarkdownLinks: 'warn'
39+
}
40+
},
41+
3742
presets: [
3843
[
3944
'classic',

0 commit comments

Comments
 (0)