get_doc_page
Fetch complete raw markdown of a specified documentation page using docset name and relative path.
Instructions
Fetch the complete raw markdown of a specific documentation page.
Args: docset: Name of the docset (e.g. 'svelte-5') rel_path: Relative path to the markdown file within the docset (e.g. 'docs.md' or 'runes/state.md')
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| docset | Yes | ||
| rel_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |