mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-02-13 21:00:00 +00:00
Fix docusaurus md link deprecation (#5979)
This commit is contained in:
@@ -32,7 +32,6 @@ const config = {
|
||||
url: 'https://woodpecker-ci.org',
|
||||
baseUrl: '/',
|
||||
onBrokenLinks: 'throw',
|
||||
onBrokenMarkdownLinks: 'throw',
|
||||
onBrokenAnchors: 'throw',
|
||||
onDuplicateRoutes: 'throw',
|
||||
organizationName: 'woodpecker-ci',
|
||||
@@ -319,6 +318,10 @@ const config = {
|
||||
],
|
||||
markdown: {
|
||||
format: 'detect',
|
||||
hooks: {
|
||||
onBrokenMarkdownLinks: 'throw',
|
||||
onBrokenMarkdownImages: 'throw',
|
||||
},
|
||||
},
|
||||
future: {
|
||||
experimental_faster: true,
|
||||
|
||||
Reference in New Issue
Block a user