Behebe Docs-Build in CI durch stabile Webpack-Overrides
All checks were successful
Build and Push Docker Images / verify-docs-sync (push) Successful in 8s
Build and Push Docker Images / build-backend (push) Successful in 14s
Build and Push Docker Images / build-frontend (push) Successful in 14s
Build and Push Docker Images / build-docs (push) Successful in 1m48s

This commit is contained in:
2026-04-22 15:09:12 +02:00
parent 4fb3d3c8a0
commit a4735818fb
2 changed files with 9 additions and 1 deletions

View File

@@ -9,7 +9,11 @@ const config: Config = {
baseUrl: '/docs/',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
markdown: {
hooks: {
onBrokenMarkdownLinks: 'warn',
},
},
i18n: {
defaultLocale: 'de',

View File

@@ -24,6 +24,10 @@
"@types/react": "^19.1.12",
"@types/react-dom": "^19.1.9"
},
"overrides": {
"webpack": "5.95.0",
"webpackbar": "6.0.1"
},
"engines": {
"node": ">=20.0"
}