Read a documentation page
get_docFetch a single documentation page as Markdown, given a product id and a page slug (both come from list_products / search_docs results, or a doc URL like /liteship/overview). Returns the title, description, a heading outline, and the full Markdown body.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Page slug, e.g. "overview" or "factory" (from search_docs results or the last path segment of a doc URL). | |
| product | Yes | Product id from list_products (e.g. "liteship", "batpak"). |