doc_page_create
Create a documentation page in a project by providing title, section, and markdown content. Omitting projectId automatically uses the linked 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. |