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',
|
url: 'https://woodpecker-ci.org',
|
||||||
baseUrl: '/',
|
baseUrl: '/',
|
||||||
onBrokenLinks: 'throw',
|
onBrokenLinks: 'throw',
|
||||||
onBrokenMarkdownLinks: 'throw',
|
|
||||||
onBrokenAnchors: 'throw',
|
onBrokenAnchors: 'throw',
|
||||||
onDuplicateRoutes: 'throw',
|
onDuplicateRoutes: 'throw',
|
||||||
organizationName: 'woodpecker-ci',
|
organizationName: 'woodpecker-ci',
|
||||||
@@ -319,6 +318,10 @@ const config = {
|
|||||||
],
|
],
|
||||||
markdown: {
|
markdown: {
|
||||||
format: 'detect',
|
format: 'detect',
|
||||||
|
hooks: {
|
||||||
|
onBrokenMarkdownLinks: 'throw',
|
||||||
|
onBrokenMarkdownImages: 'throw',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
future: {
|
future: {
|
||||||
experimental_faster: true,
|
experimental_faster: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user