wikijs_create_nested_page
Create a Wiki.js page under a parent path to build hierarchical documentation. Specify title, markdown content, and parent path to add nested pages.
Instructions
Create a page with hierarchical path structure
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Page tags | |
| title | Yes | Page title | |
| locale | No | Page locale | en |
| content | Yes | Page content in markdown format | |
| pageName | No | Page name for URL (optional, derived from title if not provided) | |
| isPrivate | No | Whether the page is private | |
| parentPath | Yes | Parent page path (e.g., /docs/frontend) | |
| description | No | Page description (optional) | |
| isPublished | No | Whether the page is published |