KERNIT Documentation

API version2026-05-12Version policy

Docs insights dashboard

The insights dashboard turns docs events into a readable summary so documentation gaps, search misses, and playground failures are visible during review.

Local Event Dashboard#

This dashboard reads localStorage.kernit_docs_events in your browser. Production analytics can ingest the same event contract through /api/docs-events.

Loading local docs insights...

Hosted Docs Analytics#

Admins can read server-side docs analytics from GET /admin-docs-insights. The endpoint summarizes sanitized docs_events rows into event counts, top pages, top searches, zero-result searches, playground response status, playground errors, feedback totals, unique sessions, and recent sanitized rows.

MetricHosted source
Top pagesdocs_events.path grouped by docs path.
Zero-result searchessearch events where detail.results is zero.
Playground healthplayground_response statuses and playground_error messages.
Feedback totalsfeedback events grouped by yes/no value.

What to Watch#

SignalWhy it matters
Repeated zero-result searchesDocs need better labels, aliases, or a new guide page.
Playground errors before submitThe request builder needs clearer required-field defaults.
5xx playground responsesSupport needs endpoint, status, request id, and page context.
Negative feedbackA page likely has weak examples or missing next steps.
Was this page useful?Send a lightweight docs feedback event.
Last updated: May 12, 2026Canonical: https://kernit.org/docs/api/insights/