create_page
Creates a new Wiki.js page with a given title, path, and Markdown content.
Instructions
Create a new page in Wiki.js
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Page title | |
| path | Yes | Page path e.g. docs/new-page | |
| content | Yes | Page content in Markdown | |
| description | No | Short page description |