wikijs_sync_file_docs
Sync a local file's content to a Wiki.js documentation page by providing the file path and target wiki path. Optionally extract code content and include file metadata.
Instructions
Synchronize file content with Wiki.js documentation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Path to the file to sync | |
| wikiPath | Yes | Corresponding Wiki.js page path | |
| extractContent | No | Whether to extract and format code content | |
| includeMetadata | No | Whether to include file metadata |