get_project_docs
Retrieve a project's published documentation page by path, or get the site index when no path is given.
Instructions
Read a page of a project's published docs site. Returns the raw file the project publishes at that path — HTML for a page. Omit path to get the site's index. Only projects with docs_view enabled and a published build have any; others return a 404. There is no path listing, so follow the links in the index to reach other pages
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Path within the docs site, e.g. 'guide/setup.html'. Omit for the site index | |
| project_id | Yes | The uuid identifier of the project whose docs to read |