1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-11-23 21:44:44 +02:00

Fail on broken anchors (#3644)

This commit is contained in:
qwerty287
2024-04-25 08:29:49 +02:00
committed by GitHub
parent b2cfa37682
commit b5bc1cf48a
2 changed files with 2 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ const config: Config = {
baseUrl: '/',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'throw',
onBrokenAnchors: 'throw',
onDuplicateRoutes: 'throw',
organizationName: 'woodpecker-ci',
projectName: 'woodpecker-ci.github.io',