KERNIT Documentation
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.
| Metric | Hosted source |
|---|---|
| Top pages | docs_events.path grouped by docs path. |
| Zero-result searches | search events where detail.results is zero. |
| Playground health | playground_response statuses and playground_error messages. |
| Feedback totals | feedback events grouped by yes/no value. |
What to Watch#
| Signal | Why it matters |
|---|---|
| Repeated zero-result searches | Docs need better labels, aliases, or a new guide page. |
| Playground errors before submit | The request builder needs clearer required-field defaults. |
| 5xx playground responses | Support needs endpoint, status, request id, and page context. |
| Negative feedback | A page likely has weak examples or missing next steps. |
Was this page useful?Send a lightweight docs feedback event.