Skip to content

Fix docs issues from recent support page additions#5

Open
ridgelawrence wants to merge 1 commit intomainfrom
docs/auto-update-20260227
Open

Fix docs issues from recent support page additions#5
ridgelawrence wants to merge 1 commit intomainfrom
docs/auto-update-20260227

Conversation

@ridgelawrence
Copy link
Member

@ridgelawrence ridgelawrence commented Feb 27, 2026

Documentation Updates — Feb 27, 2026

Fixes and improvements triggered by the recent support page additions in commits 12f9d1c, 7868fd2, and 0131e6c (Feb 22).

Changes

Bug fixes:

  • quickstart.mdx: Fix typo — "docum entation" → "documentation"
  • docs.json: Fix invalid tel: URI in footer — /tel:+14698503968tel:+14698503968
  • support/submit-ticket.mdx: Remove hardcoded stale CSRF authenticity_token from the ticket lookup form (static tokens won't work for POST submissions and pose a minor security concern)
  • quickstart.mdx: Add missing trailing newline

Documentation sync:

  • support/overview.mdx: Update support channel cards to link to the new submit-ticket and client-login pages instead of external wrld.support URL
  • support/contact.mdx: Update Support Portal section to reference the new internal submit-ticket and client-login pages

Review Notes

  • Please verify the CSRF token removal doesn't break the ticket lookup form — the existing form at https://wrld.syncromsp.com/check_ins/check_existing likely generates its own token server-side
  • All other changes are additive link updates and typo fixes

This PR was generated with Oz.

Summary by CodeRabbit

Release Notes

  • Bug Fixes

    • Fixed typo in quickstart documentation
    • Corrected phone support link formatting for direct dialing
  • Documentation

    • Reorganized support resources with improved navigation pathways
    • Added direct support ticket submission option
    • Added client portal access for tracking existing support requests
    • Updated support documentation structure and resource descriptions

- 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>
@coderabbitai
Copy link

coderabbitai bot commented Feb 27, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent 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.

📥 Commits

Reviewing files that changed from the base of the PR and between 12f9d1c and 8dc569b.

📒 Files selected for processing (5)
  • docs.json
  • quickstart.mdx
  • support/contact.mdx
  • support/overview.mdx
  • support/submit-ticket.mdx
💤 Files with no reviewable changes (1)
  • support/submit-ticket.mdx

📝 Walkthrough

Walkthrough

This 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

Cohort / File(s) Summary
Documentation Typo
quickstart.mdx
Fixed typo: "docum entation" → "documentation"
Link & URI Updates
docs.json, support/contact.mdx, support/overview.mdx
Updated external support links to internal routes (/support/submit-ticket, /support/client-login); reformatted tel: URI by removing leading slash; reorganized support card titles and icons (Submit a Ticket, Client Portal, Knowledge Base)
Form Security
support/submit-ticket.mdx
Removed authenticity_token hidden input field from Existing Ticket Lookup form

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Poem

Links getting redirected like a GPS having an existential crisis 🗺️
Typos squashed, tokens vanished, support routed internal ✨
Pretty sure I fixed it, but also like, did I actually do anything? 🤔

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the main intent of the PR: fixing documentation issues that arose from recent support page additions, which aligns with the mixed bug fixes and documentation sync changes across multiple files.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch docs/auto-update-20260227

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant