Add Health Endpoints documentation page - #2734
Conversation
Content page for the health endpoint package family, modelled on /registry: what the package does, install, quickstart, the report shape and status aggregation, the adapter/probe/hosting table, the options that matter, and our own Fly /ping route as the example. Closes with the conversion hook — a body assertion on "status":"ok", since degraded answers 200 and a status-code assertion alone misses it. Linked from the footer Tools section next to the component registry. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01EGb6YobahotZrmZPG9LRcA
|
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01EGb6YobahotZrmZPG9LRcA
Same exclusion filter that already hides the severity matrix. The /play/cdn-checker page itself is untouched. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01EGb6YobahotZrmZPG9LRcA
Placed next to the Theme Explorer, the other openstatus-built developer resource in that grid. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01EGb6YobahotZrmZPG9LRcA
|
Summary
Adds comprehensive documentation for the
@openstatus/healthpackage, a toolkit for building health endpoints that monitor service dependencies and report their status.Changes
New documentation page (
apps/web/src/content/pages/unrelated/health.mdx):Updated navigation (
apps/web/src/data/content.ts):Implementation Details
The documentation follows the existing pattern in the codebase with frontmatter metadata (title, publishedAt, author, description, category) and includes an FAQ section for common questions. The page provides both conceptual understanding and practical implementation guidance, with code examples for different runtime environments and frameworks.
https://claude.ai/code/session_01EGb6YobahotZrmZPG9LRcA