docs: sync support pages and fix quickstart issues#4
docs: sync support pages and fix quickstart issues#4ridgelawrence wants to merge 1 commit intomainfrom
Conversation
- Fix typo in quickstart.mdx ('docum entation' → 'documentation')
- Replace quickstart Next Steps links from template pages (essentials/*, api-reference/*) with actual WRLD pages (wrld-host, wrld-ai, support)
- Update support/overview.mdx to reference new submit-ticket and client-login pages
- Update support/contact.mdx to reference new embedded support forms
Triggered by commits:
- 12f9d1c: Add ticket submission and client portal login pages
- 0131e6c: Update quickstart and navigation links
Co-Authored-By: Oz <oz-agent@warp.dev>
📝 WalkthroughWalkthroughLike, yo, so basically they're swapping out all the generic doc card stuff in the quickstart and support pages and replacing it with actual WRLD modules, you know? Submit a Ticket, Client Portal, the whole vibe. Also fixed a typo that was lowkey bugging me and reorganized the contact pathways to put the new stuff first. Pretty straightforward, fam. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Tip Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs). Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
🧹 Nitpick comments (1)
support/contact.mdx (1)
8-12: wait okay this is actually really cleanso like you put the new ticket and portal stuff at the top which makes total sense because thats probably what people want to click first right?? the links match up with overview.mdx too so thats not gonna break anything.
oh wait wait wait... i just noticed something kinda funny. in overview.mdx you said "review SLA metrics" but here on line 12 you said "review SLA dashboards". its literally the same thing but like... different words?? idk if thats intentional or whatever but might wanna pick one and stick with it for consistency vibes. not a big deal tho honestly users will figure it out lol.
✨ optional: maybe make the wording match?
### Client Portal -[Sign in to the client portal](/support/client-login) to manage your tickets, review SLA dashboards, and access co-managed IT resources. +[Sign in to the client portal](/support/client-login) to manage your tickets, review SLA metrics, and access co-managed IT resources.or change overview.mdx to say "dashboards" instead, whatever floats ur boat
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@support/contact.mdx` around lines 8 - 12, The two support docs use inconsistent phrasing—overview.mdx uses "review SLA metrics" while support/contact.mdx uses "review SLA dashboards"—so update one to match the other for consistency; pick the preferred phrase (either "SLA metrics" or "SLA dashboards"), then edit support/contact.mdx (the line containing "review SLA dashboards") or overview.mdx (the line containing "review SLA metrics") so both files use the identical wording throughout, and run a quick search to ensure no other pages use the old variant.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Nitpick comments:
In `@support/contact.mdx`:
- Around line 8-12: The two support docs use inconsistent phrasing—overview.mdx
uses "review SLA metrics" while support/contact.mdx uses "review SLA
dashboards"—so update one to match the other for consistency; pick the preferred
phrase (either "SLA metrics" or "SLA dashboards"), then edit support/contact.mdx
(the line containing "review SLA dashboards") or overview.mdx (the line
containing "review SLA metrics") so both files use the identical wording
throughout, and run a quick search to ensure no other pages use the old variant.
ℹ️ Review info
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Disabled knowledge base sources:
- Linear integration is disabled
You can enable these sources in your CodeRabbit configuration.
📒 Files selected for processing (3)
quickstart.mdxsupport/contact.mdxsupport/overview.mdx
Documentation Sync — Feb 26, 2026
Keeps user-facing documentation in sync with recent code changes from Feb 22.
Changes
quickstart.mdx0131e6c)/essentials/*,/api-reference/*) with actual WRLD pages (WRLD.host, WRLD.ai, Submit a Ticket, Support)support/overview.mdx/support/submit-ticket) and "Client Portal" (/support/client-login) pages added in12f9d1cwrld.supportticket link with the new embedded form pagesupport/contact.mdxTriggered by
12f9d1c] Add ticket submission and client portal login pages0131e6c] Update quickstart and navigation linksReview notes
Please verify that the card links render correctly and that the support page cross-references are accurate.
This PR was generated with Oz.
Summary by CodeRabbit
Documentation
Bug Fixes