Skip to content

Commit 2ed1789

Browse files
committed
docs: document --format md|html for Mermaid exports
1 parent 2ebca03 commit 2ed1789

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

orchestrator/USER_GUIDE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,13 +241,15 @@ inspection or embedding in docs (GitHub renders Mermaid in Markdown).
241241
```bash
242242
python -m orchestrator.main doctor graph --recipe odoo_create_or_update_module
243243
# writes: orchestrator/artifacts/graph/recipe_odoo_create_or_update_module.mmd
244+
# formats: add --format md or --format html to emit Markdown or a self-contained HTML viewer
244245
```
245246

246247
- Executed run graph (colored by node status):
247248

248249
```bash
249250
python -m orchestrator.main doctor run-graph --run-id <run_id> --recipe odoo_create_or_update_module
250251
# writes: orchestrator/artifacts/<task-id>/graph/run_<run_id>.mmd (+ JSON index)
252+
# formats: add --format md or --format html for Markdown/HTML
251253
```
252254

253255
Mermaid example (executed run):

0 commit comments

Comments
 (0)