docs: improve coding agent setup CTA#6344
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
There was a problem hiding this comment.
Summary: This PR updates documentation MDX with static CTA styling, internal documentation links, and a clipboard-copy setup prompt. No exploitable security vulnerabilities were identified.
Risk: Low risk. The changes do not introduce new authentication, authorization, data handling, server-side processing, or externally controlled script execution paths.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
🚧 Files skipped from review as they are similar to previous changes (2)
📝 WalkthroughWalkthroughThe docs landing page and installation page replace older CTA links with coding-agent setup prompt buttons, clipboard feedback, and updated navigation links. ChangesCoding agent docs updates
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ 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 |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit bc00518. Configure here.
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@docs/index.mdx`:
- Around line 108-110: The label reset in the copy-button flow can be
interrupted by overlapping clicks because the timeout scheduled in the copy
handler is never cleared. Update the click handling around the button in the
docs index script so any previously stored reset timer is cleared before
scheduling a new one, and make sure the timeout ID is retained between clicks.
Keep the existing feedback states in the same handler and only reset the label
after the latest click’s delay has fully elapsed.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro Plus
Run ID: 1ec9624c-265a-48f5-8759-1e6284b8a824
📒 Files selected for processing (1)
docs/index.mdx
alex-clawd
left a comment
There was a problem hiding this comment.
Looks good. Docs-only, checks green, low risk.

Summary
Docs versioning
This edits docs/edge/en/... only. Once merged to main, it appears under the Edge version selector. It will be frozen into the next released docs version when the release-cut docs freeze runs.
Verification
Note: mintlify broken-links and mintlify dev started locally but did not complete in this environment.
Note
Low Risk
Documentation and client-side clipboard UI only; no runtime, auth, or data-path changes.
Overview
Docs-only UX for getting started with CrewAI in coding agents: stronger CTAs on the installation page and docs home.
On
installation.mdx, the old plain copy button is now a highlighted “coding agent setup” panel (headline, short explanation, branded styling). The copy-to-clipboard action is an explicit primary button with clearer label (“Copy agent setup prompt”), plus a “View coding-agent guide” link to/en/guides/coding-tools/build-with-ai. Clipboard feedback now clears pending reset timers before starting a new copy so rapid clicks don’t leave the label stuck.On
index.mdx, the hero replaces Mintlifybuttonclasses with inline-styled links/buttons. It adds the same copy agent setup prompt control and a coding-agent guide link; changelog is dropped from the hero in favor of Get started, copy prompt, guide, and API Reference.Reviewed by Cursor Bugbot for commit eb372ea. Bugbot is set up for automated code reviews on this repo. Configure here.
Summary by CodeRabbit
New Features
UI Improvements
Bug Fixes