read_documentation
Retrieve the complete content of a specific Apache Spark documentation page by providing its relative path, enabling direct access to detailed technical information.
Instructions
Read the full content of a specific Spark documentation page.
Args: path: The relative path to the documentation file (e.g., 'sql-ref/sql-syntax.md' or 'api/python/index.md'). This path is returned in search results.
Returns: The full markdown content of the documentation page, or an error message if the page is not found.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |