Get Frappe documentation page
get_frappe_docRetrieve Frappe framework user documentation pages as readable markdown by providing a path relative to the docs root, such as 'en/tutorial'.
Instructions
Fetch a page from the Frappe framework user documentation at https://docs.frappe.io/framework/user and return its readable content as markdown. Paths are relative to that prefix and start with a language segment, e.g. "en/tutorial" or "en/basics/doctypes". Use search_frappe_docs to discover paths.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Documentation path relative to the docs root, e.g. "en/tutorial" |