Fix docs issues from recent support page additions#5
Fix docs issues from recent support page additions#5ridgelawrence wants to merge 1 commit intomainfrom
Conversation
- Fix typo in quickstart.mdx: 'docum entation' → 'documentation' - Fix invalid tel: URI in docs.json footer (remove leading slash) - Remove hardcoded stale CSRF authenticity_token from submit-ticket.mdx - Update support/overview.mdx to link to new submit-ticket and client-login pages - Update support/contact.mdx to reference new internal support pages - Add trailing newline to quickstart.mdx Co-Authored-By: Oz <oz-agent@warp.dev>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review infoConfiguration used: Organization UI Review profile: CHILL Plan: Pro Disabled knowledge base sources:
📒 Files selected for processing (5)
💤 Files with no reviewable changes (1)
📝 WalkthroughWalkthroughThis pull request refactors support documentation and links, fixing a tel: URI format in configuration, correcting a typo in quickstart docs, reorganizing support portal references across contact and overview pages with new internal routing, and removing a CSRF token from a form submission. 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)
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 |
Documentation Updates — Feb 27, 2026
Fixes and improvements triggered by the recent support page additions in commits
12f9d1c,7868fd2, and0131e6c(Feb 22).Changes
Bug fixes:
quickstart.mdx: Fix typo — "docum entation" → "documentation"docs.json: Fix invalidtel:URI in footer —/tel:+14698503968→tel:+14698503968support/submit-ticket.mdx: Remove hardcoded stale CSRFauthenticity_tokenfrom the ticket lookup form (static tokens won't work for POST submissions and pose a minor security concern)quickstart.mdx: Add missing trailing newlineDocumentation sync:
support/overview.mdx: Update support channel cards to link to the newsubmit-ticketandclient-loginpages instead of externalwrld.supportURLsupport/contact.mdx: Update Support Portal section to reference the new internal submit-ticket and client-login pagesReview Notes
https://wrld.syncromsp.com/check_ins/check_existinglikely generates its own token server-sideThis PR was generated with Oz.
Summary by CodeRabbit
Release Notes
Bug Fixes
Documentation