Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.24 KB

File metadata and controls

34 lines (24 loc) · 1.24 KB

DevGuard by L3montree Logo

DevGuard - Develop Secure Software - Documentation

Manage your CVEs seamlessly, Integrate your Vulnerability Scanners, Documentation made easy, Compliance to security Frameworks

Report Bug · Request Feature

DevGuard Documentation

Link Checking

Broken links are checked automatically on every push via the Link Check workflow. The build continues even when broken links are found — results appear in the GitHub Actions job summary.

To run the check locally, install lychee and then:

lychee src/pages --root-dir $PWD/src/pages

Configuration (excluded domains, fallback extensions, path remapping for public/ assets) lives in lychee.toml.