Manage your CVEs seamlessly, Integrate your Vulnerability Scanners, Documentation made easy, Compliance to security Frameworks
Report Bug
·
Request Feature
SEO checks are enforced in CI. To run them locally against a specific file:
npm run seo-check src/pages/your-file.mdxTo check all files:
npm run seo-checkThe check runs via Docker using the registry.opencode.de/open-code/document-writing-tools/seo-check image. It exits with code 1 when any check fails.
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/pagesConfiguration (excluded domains, fallback extensions, path remapping for public/ assets) lives in lychee.toml.