docs: document alerts inbox delivery, add-in settings, detach/delete, and edit detection - #11761
docs: document alerts inbox delivery, add-in settings, detach/delete, and edit detection#11761keydunov wants to merge 3 commits into
Conversation
Alerts have delivered email-only for a while; a fired or resolved alert now also writes a row to the in-app notification inbox alongside the email, so the "email only" claim is no longer accurate.
…t detection Covers three add-on capabilities with no prior mention: the per-user Settings screen, Detach vs. Delete on a placed exploration, and the No data tag / edited-cells notice for placements whose written cells were changed or cleared by hand.
…dit detection Covers three add-in capabilities with no prior mention: the per-user Settings screen, Detach vs. Delete on a placed exploration, and the No data tag / edited-cells notice for placements whose written cells were changed or cleared by hand.
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Automations to automatically generate PRs for you. |
|
Claude finished @keydunov's task in 1m 14s —— View job Docs review: no blockers — 2 low-severity wording notes, both posted inlineFull review
What's good
Findings
Not verifiedI can't read No security, performance, or test-coverage surface in this PR — it's prose-only. |
| Alerts are delivered by email, and a fired or resolved alert also appears in the | ||
| recipient's in-app notification inbox — there is no Slack, webhook, or PagerDuty | ||
| delivery. [Scheduled refresh notifications](/docs/explore-analyze/notifications), which | ||
| cover dashboard refresh outcomes, are a separate feature with its own delivery channels. |
There was a problem hiding this comment.
The new inbox sentence leaves one question open that this page otherwise answers carefully: the Recipients section above says Also send to can hold arbitrary custom email addresses that aren't account users. Those addresses can't have an in-app inbox, so "the recipient's in-app notification inbox" is true only for the user recipients. Worth scoping it explicitly so a reader configuring a custom address doesn't expect an inbox entry.
| Alerts are delivered by email, and a fired or resolved alert also appears in the | |
| recipient's in-app notification inbox — there is no Slack, webhook, or PagerDuty | |
| delivery. [Scheduled refresh notifications](/docs/explore-analyze/notifications), which | |
| cover dashboard refresh outcomes, are a separate feature with its own delivery channels. | |
| Alerts are delivered by email, and a fired or resolved alert also appears in the in-app | |
| notification inbox of each recipient who is a user on this account — there is no Slack, | |
| webhook, or PagerDuty delivery. [Scheduled refresh | |
| notifications](/docs/explore-analyze/notifications), which cover dashboard refresh | |
| outcomes, are a separate feature with its own delivery channels. |
(Only apply if that scoping matches the behavior in cubedevinc/cubejs-enterprise#14489 — I can't read that repo to confirm.)
| written; if any have been typed over or cleared since, it shows a notice with | ||
| an option to jump straight to the changed cells, which clears the next time you | ||
| run the exploration. Neither check catches rows or columns inserted above the |
There was a problem hiding this comment.
which clears the next time you run the exploration attaches grammatically to "the changed cells", so it reads as if re-running clears the cells (the opposite of what happens — it rewrites them and dismisses the notice). Naming the subject removes the ambiguity:
| written; if any have been typed over or cleared since, it shows a notice with | |
| an option to jump straight to the changed cells, which clears the next time you | |
| run the exploration. Neither check catches rows or columns inserted above the | |
| written; if any have been typed over or cleared since, it shows a notice with | |
| an option to jump straight to the changed cells. The notice goes away the next | |
| time you run the exploration. Neither check catches rows or columns inserted above the |
Same wording at docs-mintlify/docs/integrations/microsoft-excel.mdx:183.
Summary
Closes three documentation gaps found while cross-checking recently shipped
cubejs-enterprisefeatures against docs-mintlify:cubedevinc/cubejs-enterprise#14489), not email-only as the page previously stated. Updatedadmin/monitoring/alerts.mdx's Delivery section.cubedevinc/cubejs-enterprise#14638,#14697). Added coverage todocs/integrations/google-sheets.mdxanddocs/integrations/microsoft-excel.mdx:Why
These shipped as plain
feat(...)PRs in the product repo with no matching docs PR. All three are small additions to existing pages, not new capabilities that need a dedicated page.Test plan
cd docs-mintlify && yarn dev) renders all three pages without broken links or MDX errors.cubedevinc/cubejs-enterprise#14489,#14638,#14697) for accuracy.🤖 Generated with Claude Code
https://claude.ai/code/session_018wnZCSqh4S55XD22NRegsL
Generated by Claude Code