atakanonat/DocRig — Documentation Auditor

Scan documentation for broken links, orphan pages, and dead-end pages using DocRig.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
pathPath to the documentation directory to scan (relative to repo root).nodocs
fail-on-brokenFail the action if broken link count exceeds this value. Set to -1 to never fail on broken links.no0
fail-on-orphansFail the action if orphan page count exceeds this value. Omit to disable.no""
formatOutput format: text, json, or html.notext
outputWrite the report to this file (relative to repo root). Leave empty to print to stdout only.no""
baselinePath to a baseline JSON produced by save-baseline. When provided, runs diff instead of scan.no""
fail-on-regressionWhen diffing against a baseline, fail if any new issues are introduced.notrue
rust-versionRust toolchain version to install.nostable
namedescription
broken-linksNumber of broken links found.
orphan-pagesNumber of orphan pages found.
dead-end-pagesNumber of dead-end pages found.
total-filesTotal number of documentation files scanned.