fix(Makefile): update targets and add link checker

This commit is contained in:
2026-09-13 22:51:05 +02:00
parent dee7e1f0f6
commit c510e06609
8 changed files with 992 additions and 55 deletions
+2
View File
@@ -9,11 +9,13 @@
"npm": ">=8.0.0"
},
"scripts": {
"readme:link": "markdown-link-check *.md",
"readme:lint": "markdownlint *.md -f",
"readme:parameters": "readme-generator -v values.yaml -r README.md"
},
"devDependencies": {
"@bitnami/readme-generator-for-helm": "^2.5.0",
"markdown-link-check": "^3.13.6",
"markdownlint-cli": "^0.49.0"
}
}