archimate_export_html_deck
Export ArchiMate models to interactive HTML decks with tabs, search, and customizable themes. Supports light/dark modes and diagram embedding.
Instructions
Export the model as an interactive HTML deck with tabs and search
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output_path | Yes | Path to save the HTML file | |
| title | No | Title for the HTML deck (default: model name) | |
| theme | No | Color theme (default: light) | |
| include_search | No | Include search functionality (default: true) | |
| embed_diagrams | No | Embed SVG diagrams instead of Mermaid (default: true) |