doc_page_create
Create documentation pages for a project, grouping content into named sections like Architecture or Getting Started.
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 |
|---|---|---|---|
| title | Yes | Page title | |
| content | Yes | Page content in markdown | |
| section | Yes | Section name for grouping (e.g. "Architecture", "Getting Started") | |
| projectId | No | The project ID. If omitted, uses the linked project. |