georg-nikola/docs-drift
Detect documentation drift by validating code examples in Markdown files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| config | Path to docs-drift.yml config file | no | docs-drift.yml |
| version | Version of docs-drift to use | no | latest |
| verbose | Enable verbose output | no | false |
| changed-only | Only check changed markdown files (requires git) | no | false |
| base | Base branch/commit for changed-only mode (auto-detects main/master if not specified) | no | "" |
| parallel | Enable parallel execution | no | false |
| workers | Number of parallel workers (default: 4) | no | 4 |
| format | Output format: text, json, or html | no | text |
Outputs
| name | description |
|---|---|
| drift-detected | Whether documentation drift was detected (true/false) |
| total-blocks | Total number of code blocks checked |
| failed-blocks | Number of code blocks that failed |