generate_swift_docs
Generate Swift Package documentation with DocC, saving to a specified directory. Optionally open in browser or prepare for static hosting.
Instructions
Generates documentation for a Swift Package using DocC.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| outputPath | Yes | Directory where the generated documentation will be saved | |
| openInBrowser | No | Open the generated documentation in a browser after generation (default: false) | |
| hostingBasePath | No | Base path for hosting the documentation (e.g., '/docs') | |
| transformForStaticHosting | No | Transform the documentation for static hosting (default: true) |