get_broken_links
Scan documentation files for broken internal cross-references: markdown links, RST :ref:/:doc: directives, and anchor-only links. Outputs list with source file, section, target, and failure reason.
Instructions
Scan indexed doc files for internal cross-references that no longer resolve. Checks markdown links, RST :ref:/:doc: directives, and anchor-only links (#heading). External links (http/https) are skipped. Output: list of {source_file, source_section, target, reason} where reason is 'file_not_found', 'section_not_found', or 'anchor_not_found'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository identifier (owner/repo or just repo name) |