Skip to content

Commit ac51352

Browse files
Deploy docs for df91a24
1 parent e1d6dcc commit ac51352

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

index.html

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,15 @@ <h2 id="architecture-at-a-glance">Architecture At A Glance</h2>
3333
<li>Incoming webhook hits a configured route (<code>/webhook/{name}/{ULID}</code>).</li>
3434
<li>Route config selects a template and field mapping rules.</li>
3535
<li><code>TemplateDriver</code> transforms inbound payload into egress payload.</li>
36-
<li>App immediately responds to sender.</li>
37-
<li>Forwarding to target URLs happens asynchronously.</li>
36+
<li>App responds immediately; target forwarding happens asynchronously.</li>
3837
<li>Ingress and egress events are logged to the database.</li>
3938
</ol>
4039
<h2 id="features">Features</h2>
4140
<ul>
4241
<li>Database-backed route configs and templates</li>
43-
<li>Template-aware mapping validation</li>
44-
<li>Documentation rules for template fields that require them</li>
42+
<li>Automatic documentation URL injection via configurable match rules</li>
4543
<li>Ingress path discovery from sample payloads</li>
4644
<li>Multi-target forwarding with per-route headers</li>
47-
<li>CRUD APIs for templates and route configs</li>
4845
<li>Browser UI for managing templates and configs</li>
4946
</ul>
5047
<h2 id="documentation-map">Documentation Map</h2>

0 commit comments

Comments
 (0)