docs(extensions): update dashboard path to Chat & Messaging → Features - #479
Conversation
The Extension setup steps still told readers to "Go to the Extensions section", which refers to the retired standalone Extensions page in the CometChat Dashboard. Extensions are now managed under Chat & Messaging > Features, grouped in an "Extensions" block on that page. Updated the setup instruction across all 28 Extension pages in fundamentals/, plus the iOS UI Kit and Flutter v4 SDK extension overviews. Labels and section names were verified against the live dashboard (Chat & Messaging > Features). Three pages needed more than a path change, because the capability is no longer an extension there: - Reactions and Mentions are now listed under "Core" - Smart Reply is now "Smart Replies" under "Smart Chat Features" Refs ENG-38454 Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Docs review — ✅ Approve (one thing to confirm)A consistent find-replace across 30 pages updating the dashboard navigation path for enabling extensions — from "Go to the Extensions section" to "Navigate to Chat & Messaging → Features". Structurally clean and internally consistent. ✅ What passed
🟡 Please confirm against the live dashboard — the "under Extensions" splitThe new text deliberately splits the items into two groups (which can only be verified in the dashboard):
If this mirrors the actual dashboard IA, it's a nice precision touch — but a few assignments are worth a second look (e.g. Reactions / Smart Replies are marked as Features while Message Translation / Polls are under-Extensions). If any item is in the wrong bucket, readers get sent to the wrong place — worth confirming the split is exact, since that's the whole point of the PR. (This is inherently a dashboard-UI change — I can't verify the "Chat & Messaging → Features" path itself without the dashboard, so I'm trusting the author checked it.) Clean, well-executed navigation update. 🚀 🤖 Automated docs review (Mintlify link/redirect/nav/markup checks). |
jitvarpatil
left a comment
There was a problem hiding this comment.
Docs review — ✅ Approve (one thing to confirm)
A consistent find-replace across 30 pages updating the dashboard navigation path for enabling extensions — from "Go to the Extensions section" to "Navigate to Chat & Messaging → Features". Structurally clean and internally consistent.
✅ What passed
- Structure: 0 nav breaks, 0 broken links, redirects +0, no markup broken by the
→/**bold**additions. (The/fundamentals/webhooks-overvieworphan is pre-existing — not in this PR.) - Consistent pattern across all 27 fundamentals pages, and the 3 multi-line files (
sdk/flutter/v4/extensions-overview,ui-kit/ios/extensions) update their Steps + the dashboard-setup table coherently to the same path. - Balanced +35/-35 = pure path re-wording, no content added or lost.
🟡 Please confirm against the live dashboard — the "under Extensions" split
The new text deliberately splits the items into two groups (which can only be verified in the dashboard):
- No "under Extensions" (first-class Features, 7): Avatars, Mentions, Reactions, Smart Replies, End-to-end encryption, Email replies, Live Streaming.
- "…under Extensions" (21): Bitly, Giphy, Tenor, Chatwoot, Intercom, Stipop, Stickers, Polls, Collaborative document/whiteboard, Disappearing messages, Link Preview, Message Translation, Message shortcuts, Pin Message, Reminders, Rich Media Preview, Save Message, Thumbnail Generation, TinyURL, Voice Transcription.
If this mirrors the actual dashboard IA, it's a nice precision touch — but a few assignments are worth a second look (e.g. Reactions / Smart Replies are marked as Features while Message Translation / Polls are under-Extensions). If any item is in the wrong bucket, readers get sent to the wrong place — worth confirming the split is exact, since that's the whole point of the PR.
(This is inherently a dashboard-UI change — I can't verify the "Chat & Messaging → Features" path itself without the dashboard, so I'm trusting the author checked it.)
Clean, well-executed navigation update. 🚀
🤖 Automated docs review (Mintlify link/redirect/nav/markup checks).
Description
The Extension settings steps across the Extension docs still told readers to "Go to the Extensions section" — the standalone Extensions page that has since been retired from the CometChat Dashboard. Extensions now live under Chat & Messaging → Features, grouped in an Extensions block on that page.
This updates the dashboard path on all 30 affected pages:
fundamentals/— the step-2 instruction in each page's Extension settings sectionui-kit/ios/extensions.mdx— quick-reference table row and the "How Extensions Work" stepssdk/flutter/v4/extensions-overview.mdx— the AI quick-reference block and the<Steps>walkthroughBefore / after:
Verified against the live dashboard
Rather than only swapping the path, I checked every feature label and section heading against a live app (Chat & Messaging → Features, route
/app/{appId}/chat-features). Three pages needed more than a path change, because the capability is no longer listed as an extension:fundamentals/reactions.mdxfundamentals/mentions.mdxfundamentals/smart-replies.mdxExtension labels were also aligned to the exact dashboard casing (
Pin Message,Save Message,Collaborative document,Collaborative whiteboard).Related Issue(s)
Fixes #478
Internal tracking: ENG-38454
Type of Change
Checklist
Additional Information
Text-only change — 30 files, one or two lines each, no navigation, frontmatter, or URL changes, so there are no redirect or build implications.
Two things deliberately left out of this PR:
Chat & Messaging → Featurespath but no section claim, since I could not verify where they sit. Worth confirming with the dashboard team.stickers-stipop.mdx,email-replies.mdx) still show the old Extensions settings UI. Those are image assets rather than text and need reshooting — better handled as its own ticket.