georg-nikola/docs-drift

Detect documentation drift by validating code examples in Markdown files

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
configPath to docs-drift.yml config filenodocs-drift.yml
versionVersion of docs-drift to usenolatest
verboseEnable verbose outputnofalse
changed-onlyOnly check changed markdown files (requires git)nofalse
baseBase branch/commit for changed-only mode (auto-detects main/master if not specified)no""
parallelEnable parallel executionnofalse
workersNumber of parallel workers (default: 4)no4
formatOutput format: text, json, or htmlnotext
namedescription
drift-detectedWhether documentation drift was detected (true/false)
total-blocksTotal number of code blocks checked
failed-blocksNumber of code blocks that failed