Configuration
This guide covers configuration options for the Doc Generator pipeline.Webhook Input
The webhook accepts JSON input with the following structure:Required Fields
| Field | Type | Description |
|---|---|---|
topic | string | What the document should cover |
Optional Fields
| Field | Type | Default | Description |
|---|---|---|---|
audience | string | ”engineer” | Target reader profile |
type | string | ”guide” | Document type |
constraints | object | Additional requirements |
Audience Profiles
| Profile | Description |
|---|---|
junior-engineer | More context, simpler language |
senior-engineer | Concise, assumes background |
architect | System-level perspective |
manager | Business impact focus |
general | Non-technical audience |
Document Types
| Type | Structure |
|---|---|
tutorial | Step-by-step with examples |
guide | Comprehensive reference |
explanation | Conceptual deep-dive |
reference | API/specification format |
runbook | Operational procedures |