Build Documentation Site
invoker_build_siteBuild a static documentation site from Invoker collection folders, generating deployable documentation with runnable request widgets for API testing and reference.
Instructions
Build a static documentation site from an Invoker collection folder. Produces a deployable dist/ with markdown docs and inline runnable .ivk request widgets. Requires the invoker-app to be installed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collection_path | Yes | Path to the collection folder containing .ivk and .md files | |
| output_path | No | Output directory (default: ./dist-site) | |
| title | No | Override site title |