doc_page_create
Create new documentation pages organized by sections to add guides and knowledge to a project.
Instructions
Create a new documentation page in a project. Use this to add new knowledge, guides, or documentation. Pages are organized by sections (e.g. "Architecture", "Getting Started", "API Reference").
Automatically uses the linked project if no projectId is provided.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | The project ID. If omitted, uses the linked project. | |
| title | Yes | Page title | |
| section | Yes | Section name for grouping (e.g. "Architecture", "Getting Started") | |
| content | Yes | Page content in markdown |