docs(audit): cross-reference cleanup — drop stray § symbols, use prose anchors

This commit is contained in:
Joseph Doherty
2026-05-20 08:47:59 -04:00
parent 302380ef8e
commit 34ea97bae9
2 changed files with 3 additions and 3 deletions

View File

@@ -105,7 +105,7 @@ row per lifecycle event across all channels.
- `IX_AuditLog_Correlation (CorrelationId)` — drilldown from a single operation.
- `IX_AuditLog_Channel_Status_Occurred (Channel, Status, OccurredAtUtc)` — KPI / dashboard tiles.
- `IX_AuditLog_Target_Occurred (Target, OccurredAtUtc)` — "what did we send to system X".
- Monthly partitioning on `OccurredAtUtc` from day one; purge is a partition switch (§ Retention & Purge).
- Monthly partitioning on `OccurredAtUtc` from day one; purge is a partition switch (see Retention & Purge).
**`Kind` values by channel:**
@@ -354,7 +354,7 @@ global value in v1; per-channel overrides are deferred to v1.x.
- **[External System Gateway (#7)](Component-ExternalSystemGateway.md)** —
emits `ApiOutbound.SyncCall` rows on every sync `Call()`. For `CachedCall`,
emits the combined cached telemetry packet (audit row + operational update)
per § Cached Operations — Combined Telemetry.
per Cached Operations — Combined Telemetry.
- **[Site Runtime (#3)](Component-SiteRuntime.md) — Database layer** — emits
`DbOutbound.SyncWrite`, `DbOutbound.SyncRead`, and the cached-write variants
via the same combined-telemetry path.