export_wiki_html
Export wiki documentation to static HTML files, creating a self-contained website viewable without a server.
Instructions
Export wiki documentation to static HTML files. Creates a self-contained website that can be viewed without a server.
Requires: index_repository must be called first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wiki_path | Yes | Path to the wiki directory (typically {repo}/.deepwiki) | |
| output_path | No | Output directory for HTML files (default: {wiki_path}_html) |