get_docs_page
Retrieve the complete content of a documentation page by providing its relative path, enabling access to detailed information about a known topic once the page is identified.
Instructions
Retrieves a specific documentation page's content using its relative path. Use this to get detailed information about a known topic, after identifying the relevant page through get_docs_index or search_docs. Returns the complete content of a single documentation page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| docName | Yes | Name of the documentation set | |
| pagePath | Yes | The root-relative path of the specific documentation page (e.g., '/guides/getting-started', '/api/authentication') |