Skip to content

Commit bca1b8c

Browse files
fix some config
1 parent e377ae4 commit bca1b8c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docusaurus.config.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ const config: Config = {
5656
projectName: 'documentation', // Usually your repo name.
5757

5858
onBrokenLinks: 'throw',
59-
onBrokenMarkdownLinks: 'warn',
6059

6160
plugins: [
6261
// Learn documentation
@@ -294,6 +293,9 @@ const config: Config = {
294293

295294
markdown: {
296295
mermaid: true,
296+
hooks: {
297+
onBrokenMarkdownLinks: 'warn',
298+
},
297299
},
298300

299301
themeConfig: {

sidebarsFabric.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const sidebarsFabric: SidebarsConfig = {
5252
id: 'grafana-integration',
5353
label: 'Grafana Integration',
5454
},
55-
{ type: 'autogenerated', dirName: 'fabric' },
55+
// { type: 'autogenerated', dirName: 'fabric' },
5656
],
5757
};
5858

0 commit comments

Comments
 (0)