wikijs_create_page
Create a new Wiki.js page using markdown content. Set the title, path, and optional tags, then choose to publish or keep it private.
Instructions
Create a new page in Wiki.js with markdown content
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Page path (e.g., /docs/getting-started) | |
| tags | No | Page tags | |
| title | Yes | Page title | |
| editor | No | Editor type | markdown |
| locale | No | Page locale | en |
| content | Yes | Page content in markdown format | |
| isPrivate | No | Whether the page is private | |
| description | No | Page description (optional) | |
| isPublished | No | Whether the page is published |