File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -48,10 +48,10 @@ const config = {
48
48
// url: process.env.VERCEL_URL ? `https://${process.env.VERCEL_URL}` : 'https://bookish-disco-5997zvo.pages.github.io',
49
49
baseUrl : "/docs/jp/" ,
50
50
baseUrlIssueBanner : true ,
51
- onBrokenLinks : "throw " ,
51
+ onBrokenLinks : "warn " ,
52
52
onBrokenMarkdownLinks : "warn" ,
53
53
onDuplicateRoutes : "throw" ,
54
- onBrokenAnchors : "throw " ,
54
+ onBrokenAnchors : "warn " ,
55
55
favicon : "img/docs_favicon.ico" ,
56
56
organizationName : "ClickHouse" ,
57
57
trailingSlash : false ,
Original file line number Diff line number Diff line change @@ -48,10 +48,10 @@ const config = {
48
48
// url: process.env.VERCEL_URL ? `https://${process.env.VERCEL_URL}` : 'https://bookish-disco-5997zvo.pages.github.io',
49
49
baseUrl : "/docs/ru/" ,
50
50
baseUrlIssueBanner : true ,
51
- onBrokenLinks : "throw " ,
51
+ onBrokenLinks : "warn " ,
52
52
onBrokenMarkdownLinks : "warn" ,
53
53
onDuplicateRoutes : "throw" ,
54
- onBrokenAnchors : "throw " ,
54
+ onBrokenAnchors : "warn " ,
55
55
favicon : "img/docs_favicon.ico" ,
56
56
organizationName : "ClickHouse" ,
57
57
trailingSlash : false ,
Original file line number Diff line number Diff line change @@ -48,10 +48,10 @@ const config = {
48
48
// url: process.env.VERCEL_URL ? `https://${process.env.VERCEL_URL}` : 'https://bookish-disco-5997zvo.pages.github.io',
49
49
baseUrl : "/docs/zh/" ,
50
50
baseUrlIssueBanner : true ,
51
- onBrokenLinks : "throw " ,
51
+ onBrokenLinks : "warn " ,
52
52
onBrokenMarkdownLinks : "warn" ,
53
53
onDuplicateRoutes : "throw" ,
54
- onBrokenAnchors : "throw " ,
54
+ onBrokenAnchors : "warn " ,
55
55
favicon : "img/docs_favicon.ico" ,
56
56
organizationName : "ClickHouse" ,
57
57
trailingSlash : false ,
You can’t perform that action at this time.
0 commit comments