fix(docs): exclude local .yml URLs from dead link checking

This commit is contained in:
stratself
2026-03-31 20:43:37 +00:00
committed by Ellis Git
parent 7354c64034
commit feabb732f9
2 changed files with 20 additions and 6 deletions
+14
View File
@@ -11,6 +11,20 @@ export default defineConfig({
light: '/assets/logo.svg',
dark: '/assets/logo.svg',
},
markdown: {
link: {
checkDeadLinks: {
excludes: [
'/deploying/docker-compose.with-caddy.yml',
'/deploying/docker-compose.with-caddy-labels.yml',
'/deploying/docker-compose.for-traefik.yml',
'/deploying/docker-compose.with-traefik.yml',
`/deploying/docker-compose.override.yml`,
`/deploying/docker-compose.yml`
]
},
},
},
themeConfig: {
socialLinks: [
{