quickshell_get_guide_page
Fetch a specific Quickshell guide page as Markdown using its slug, with optional version pinning. Ideal for retrieving targeted documentation content when the exact slug is known.
Instructions
Fetch one Usage Guide page as Markdown, e.g. slug='introduction' or slug='qml-language'. Call quickshell_list_guide_pages first if you don't know the exact slug. Defaults to the latest doc version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | ||
| version | No | latest |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |