We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e9b5b8 commit d63c868Copy full SHA for d63c868
docusaurus.config.ts
@@ -22,7 +22,12 @@ const config: Config = {
22
projectName: "trustification.github.io", // Usually your repo name.
23
24
onBrokenLinks: "throw",
25
- onBrokenMarkdownLinks: "warn",
+
26
+ markdown: {
27
+ hooks: {
28
+ onBrokenMarkdownLinks: "warn",
29
+ }
30
+ },
31
32
// Even if you don't use internationalization, you can use this field to set
33
// useful metadata like html lang. For example, if your site is Chinese, you
0 commit comments