Skip to content

Commit eefc1f7

Browse files
committed
[GHA] Let Docusaurus silently resolve ambigous links
Displayed as warning for logging, but doesn't fail when it can successfully resolve it automatically
1 parent 01cdb78 commit eefc1f7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docusaurus.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ const config = {
135135
},
136136
}),
137137
themes: [require.resolve("@easyops-cn/docusaurus-search-local")],
138+
onBrokenLinks: 'warn',
138139
};
139140

140141
module.exports = config;

0 commit comments

Comments
 (0)