docs_create_page
Create or edit documentation pages using Markdown, specifying title, content, and relative file path.
Instructions
Create or edit individual documentation pages with Markdown content
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Page title | |
| content | Yes | Markdown content for the page | |
| docsPath | Yes | Path to documentation directory | |
| pagePath | Yes | Relative path for the page (e.g., 'guides/getting-started.md') |