Loading workspace insights... Statistics interval
7 days30 daysLatest CI Pipeline Executions
63a14782 docs(resumable-streams): simplify overview to the happy path, split advanced out
- overview.md: rewritten as the 3-step common case (pick an adapter, wrap the
response with POST+GET, client is automatic). Removed em dashes. No longer
makes it look harder than it is.
- advanced.md (new): moved the deep material here — durableStream options,
joinRun (attach-by-id), completion/stop/errors, memoryStream-in-production,
reconnection bounding, offset ownership, Cloudflare, process death, and
delivery-is-not-state.
- joinRun is now documented under Advanced (it is a manual, opt-in API; the
common reconnect-on-drop path needs no client code).
- Scrubbed em dashes from custom-adapter.md and the resumable sections I added
to connection-adapters.md; fixed the custom-adapter process-death link to
point at the advanced page.
- config.json: registered the Advanced page.