find_doc_references
Locates documentation and markdown files that reference a specified code symbol or file path. Useful for verifying documentation coverage before deleting code or understanding where a symbol is documented.
Instructions
Find documentation/markdown files that reference a code symbol or file (via backtick-quoted identifiers). Use this to discover where a symbol is documented, or to check if a file you are about to delete is mentioned in the docs. Requires a prior reindex.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | No | Symbol name to find references for (e.g., "UserService", "handleAuth") | |
| file | No | File path to find doc references for (relative from project root). Alternative to `symbol`. |