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 e377ae4 commit bca1b8cCopy full SHA for bca1b8c
docusaurus.config.ts
@@ -56,7 +56,6 @@ const config: Config = {
56
projectName: 'documentation', // Usually your repo name.
57
58
onBrokenLinks: 'throw',
59
- onBrokenMarkdownLinks: 'warn',
60
61
plugins: [
62
// Learn documentation
@@ -294,6 +293,9 @@ const config: Config = {
294
293
295
markdown: {
296
mermaid: true,
+ hooks: {
297
+ onBrokenMarkdownLinks: 'warn',
298
+ },
299
},
300
301
themeConfig: {
sidebarsFabric.ts
@@ -52,7 +52,7 @@ const sidebarsFabric: SidebarsConfig = {
52
id: 'grafana-integration',
53
label: 'Grafana Integration',
54
55
- { type: 'autogenerated', dirName: 'fabric' },
+ // { type: 'autogenerated', dirName: 'fabric' },
],
};
0 commit comments