get_doc
Fetch Handsontable documentation for a specific topic and framework. Returns markdown for guides or API references.
Instructions
Fetch Handsontable documentation for a specific topic and framework. Returns the documentation as markdown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic | Yes | The documentation topic (e.g., "column-sorting", "filters", "installation"). Use search_docs to find available topics. | |
| framework | No | The framework version of the docs (default: javascript) | javascript |
| type | No | Whether this is a guide or API reference (default: guide) | guide |