doc_page_create
Create new documentation pages in markdown, organized by sections like 'Architecture' or 'Getting Started', to add knowledge, guides, or documentation 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 |
|---|---|---|---|
| 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. |