check_documentation_links
Validate external, internal, and anchor links in documentation to ensure all references are correct and functional.
Instructions
Comprehensive link checking for documentation deployment with external, internal, and anchor link validation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| documentation_path | No | Path to the documentation directory to check | ./docs |
| check_external_links | No | Validate external URLs (slower but comprehensive) | |
| check_internal_links | No | Validate internal file references | |
| check_anchor_links | No | Validate anchor links within documents | |
| timeout_ms | No | Timeout for external link requests in milliseconds | |
| max_concurrent_checks | No | Maximum concurrent link checks | |
| allowed_domains | No | Whitelist of allowed external domains (empty = all allowed) | |
| ignore_patterns | No | URL patterns to ignore during checking | |
| fail_on_broken_links | No | Fail the check if broken links are found | |
| output_format | No | Output format for results | detailed |