Skip to content

Commit df91a24

Browse files
committed
update overview
1 parent 6222ca1 commit df91a24

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

docs/index.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,15 @@ It includes:
1212
1. Incoming webhook hits a configured route (`/webhook/{name}/{ULID}`).
1313
2. Route config selects a template and field mapping rules.
1414
3. `TemplateDriver` transforms inbound payload into egress payload.
15-
4. App immediately responds to sender.
16-
5. Forwarding to target URLs happens asynchronously.
17-
6. Ingress and egress events are logged to the database.
15+
4. App responds immediately; target forwarding happens asynchronously.
16+
5. Ingress and egress events are logged to the database.
1817

1918
## Features
2019

2120
- Database-backed route configs and templates
22-
- Template-aware mapping validation
23-
- Documentation rules for template fields that require them
21+
- Automatic documentation URL injection via configurable match rules
2422
- Ingress path discovery from sample payloads
2523
- Multi-target forwarding with per-route headers
26-
- CRUD APIs for templates and route configs
2724
- Browser UI for managing templates and configs
2825

2926
## Documentation Map

0 commit comments

Comments
 (0)