Skip to content

Commit ac2ae79

Browse files
committed
temporarily turn off brokenAnchor checker for link failing from other repo
1 parent 743ab8b commit ac2ae79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.en.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const config = {
6363
onBrokenLinks: "warn",
6464
onBrokenMarkdownLinks: "warn",
6565
onDuplicateRoutes: "throw",
66-
onBrokenAnchors: "throw",
66+
onBrokenAnchors: "warn",
6767
favicon: "img/docs_favicon.ico",
6868
organizationName: "ClickHouse",
6969
trailingSlash: false,

0 commit comments

Comments
 (0)