read_kendo_doc
Reads a Kendo UI documentation article by its path and returns the content in Markdown format, including a list of available demo examples at the end.
Instructions
Reads a specific Kendo UI documentation article and returns it in Markdown format. Includes a list of available demo examples at the end. Use read_demo_source to fetch demo source code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | The relative path of the article (e.g., '/grid/data-binding/basics'). Remember to include the component prefix if you extracted it from a grouped list. |