Generate or update documentation for FlowAPI features, plugins, nodes, or configuration options. Use when documenting new features or updating existing docs.
Generate documentation for: $ARGUMENTS
Read existing docs to match style and structure:
docs/index.md — documentation index and organizationdocs/plugins/postgres.md, docs/plugins/redis.mddocs/nodes/control-flow.md, docs/nodes/database.mddocs/advanced/aspects.md, docs/advanced/worker.mddocs/core-concepts/routes.md, docs/core-concepts/workflows.mddocs/security/authentication.mddocs/cli/dev.md| Type | Location | Structure |
|---|---|---|
| Plugin | docs/plugins/<name>.md | Overview, Config, Nodes, Examples |
| Node types | docs/nodes/<category>.md | Type name, Config, Expression support, Examples |
| Core concept | docs/core-concepts/<topic>.md | Concept, How it works, Configuration, Examples |
| Advanced feature | docs/advanced/<feature>.md | Overview, Setup, Usage, API reference |
| Security | docs/security/<topic>.md | Overview, Configuration, Usage, Best practices |
| CLI command | docs/cli/<command>.md | Synopsis, Options, Examples |
| Reference | docs/reference/<topic>.md | Complete API/config reference |
Every doc should include:
{{ }} syntax)yaml, typescript, or bash language tags| Option | Type | Default | Description |
|--------|------|---------|-------------|
| `target` | string | required | State key to store result |
| `timeout` | number | `5000` | Timeout in milliseconds |
If creating a new doc, update docs/index.md to include it in the appropriate section.
== not ===, and not &&)