Skip to content

docs: Add Warp AI tool page and cross-reference new support pages#2

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

docs: Add Warp AI tool page and cross-reference new support pages#2
ridgelawrence wants to merge 1 commit intomainfrom
docs/auto-update-20260224

Conversation

@ridgelawrence
Copy link
Member

@ridgelawrence ridgelawrence commented Feb 24, 2026

Documentation Auto-Update — Feb 24, 2026

Automated documentation updates triggered by recent code changes across the WRLD repositories.

Changes

New: Warp AI Tool Setup Guide (ai-tools/warp.mdx)

  • Added setup guide for Warp's AI agent (Oz), matching the existing pattern of Claude Code, Cursor, and Windsurf pages
  • Covers Agent Skills configuration and WARP.md project files
  • Added to AI Tools navigation in docs.json
  • Triggered by: oz-skills@2ca570e — Initial commit adding Warp agent skills collection

Updated: Support Overview (support/overview.mdx)

  • Added cards for the new Submit a Ticket and Client Portal Login pages at the top of the support channels grid
  • Triggered by: docs@12f9d1c — Add ticket submission and client portal login pages

Updated: Contact Support (support/contact.mdx)

  • Added inline references to the new /support/submit-ticket form and /support/client-login portal
  • Triggered by: docs@12f9d1c — Add ticket submission and client portal login pages

Review Checklist

  • Warp setup guide accurately describes Agent Skills workflow
  • Support page cross-references link correctly
  • Navigation ordering is appropriate

This PR was generated with Warp.

Summary by CodeRabbit

  • Documentation
    • Added comprehensive Warp AI agent configuration guide for Mintlify documentation workflows, detailing setup requirements, agent skills configuration, project file structure, and cross-project usage examples
    • Enhanced support documentation with direct ticket submission form and Client Portal login access
    • Updated navigation to include new AI tools resources

- Add ai-tools/warp.mdx with Agent Skills setup guide (matching claude-code, cursor, windsurf pattern)
- Add Warp to AI Tools navigation in docs.json
- Update support/overview.mdx with cards linking to Submit Ticket and Client Portal Login pages
- Update support/contact.mdx with references to the new submit-ticket and client-login pages

Triggered by:
- docs@12f9d1c: Add ticket submission and client portal login pages
- oz-skills@2ca570e: Initial commit adding Warp agent skills collection

Co-Authored-By: Warp <agent@warp.dev>
@coderabbitai
Copy link

coderabbitai bot commented Feb 24, 2026

📝 Walkthrough

Walkthrough

yo so basically we're dropping a new doc on this warp thing (like the ai agent oz whatever), hooking it into the nav, and then beefing up the support section with some new cards and links for submitting tickets and the client portal. pretty straightforward stuff honestly

Changes

Cohort / File(s) Summary
AI Tools Documentation
ai-tools/warp.mdx, docs.json
Added comprehensive Warp AI agent configuration guide (96 lines) with prerequisites, skills, YAML structure, and project examples. Registered new page in navigation under AI Tools group.
Support Portal Expansion
support/contact.mdx, support/overview.mdx
Expanded Support Portal description with direct form link and added two new Card components ("Submit a Ticket" and "Client Portal") to improve navigation and accessibility.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Poem

🚀 docs go brrrr, new warp page incoming
oz the ai agent living in our nav
support forms clicking, portals unlocking
we're basically reinventing the wheel
except it's like... actually useful this time

🚥 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 changes: adding the Warp AI tool documentation page and updating support page cross-references, which aligns with all file modifications.
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-20260224

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.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@ai-tools/warp.mdx`:
- Around line 94-95: The link label and href in the Tip markdown are
inconsistent: the visible text says "github.com/anthropics/agent-skills" but the
href points to "https://agentskills.io"; update the Tip's markdown link so text
and URL match—either change the link text to "agentskills.io" (or
"agentskills.io — agent-skills") to match the existing href, or change the href
to "https://github.com/anthropics/agent-skills" so it matches the GitHub label
in the Tip block.

ℹ️ 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 639080f.

📒 Files selected for processing (4)
  • ai-tools/warp.mdx
  • docs.json
  • support/contact.mdx
  • support/overview.mdx

Comment on lines +94 to +95
<Tip>
You can find a curated collection of reusable skills at [github.com/anthropics/agent-skills](https://agentskills.io).
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Link text doesn’t match the actual URL (Line 95).

The label says GitHub, but the link goes to agentskills.io. Pick one and align both for clarity.

🔧 Suggested fix
-  You can find a curated collection of reusable skills at [github.com/anthropics/agent-skills](https://agentskills.io).
+  You can find a curated collection of reusable skills at [agentskills.io](https://agentskills.io).
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
<Tip>
You can find a curated collection of reusable skills at [github.com/anthropics/agent-skills](https://agentskills.io).
<Tip>
You can find a curated collection of reusable skills at [agentskills.io](https://agentskills.io).
</Tip>
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@ai-tools/warp.mdx` around lines 94 - 95, The link label and href in the Tip
markdown are inconsistent: the visible text says
"github.com/anthropics/agent-skills" but the href points to
"https://agentskills.io"; update the Tip's markdown link so text and URL
match—either change the link text to "agentskills.io" (or "agentskills.io —
agent-skills") to match the existing href, or change the href to
"https://github.com/anthropics/agent-skills" so it matches the GitHub label in
the Tip block.

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