doc_page_create
Add new knowledge or guides to a project by creating documentation pages organized into sections like Architecture or Getting Started. Provide title, section, and markdown content.
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 |