wikijs_create_repo_structure
Creates a full Wiki.js documentation tree for a code repository by specifying the repo name, description, and sections. Use it to scaffold consistent docs folders and pages from scratch.
Instructions
Create a complete repository documentation structure
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| basePath | No | Base path for the repository docs | / |
| repoName | Yes | Repository name | |
| sections | No | Main sections to create (e.g., Overview, Components, API) | |
| description | Yes | Repository description |