-
Couldn't load subscription status.
- Fork 3.7k
docs: Convert MCP cookbook links to card components #8468
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
|
All contributors have signed the CLA ✍️ ✅ |
….mdx
- Replace markdown bullet list with CardGroup and Card components
- Add appropriate icons for each cookbook (book, github, atlassian, chart-line, globe, gauge, database, bug, shield, pipe)
- Set cols={2} for two-column layout
- Preserve all descriptions and links
Fixes CON-4547
Co-authored-by: Username <nate@continue.dev>
Generated with [Continue](https://continue.dev)
Co-Authored-By: Continue <noreply@continue.dev>
5e91cd1 to
d865c22
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No issues found across 1 file
|
The failing CI checks are due to a flaky Hub API test ( returning HTTP 502) on macOS runners. This is unrelated to the documentation changes in this PR, which only modifies The same test is passing on Ubuntu runners, and all other checks (including CLA, linting, and other tests) are passing. |
|
The failing CI checks are due to a flaky Hub API test (openai/gpt-5 returning HTTP 502) on macOS runners. This is unrelated to the documentation changes in this PR, which only modifies docs/guides/overview.mdx to convert markdown links to card components. The same test is passing on Ubuntu runners, and all other checks (including CLA, linting, and other tests) are passing. |
Test Failure AnalysisThe CI failures are in Evidence this is unrelated to my changes:
Recommendation: |
Summary
This PR converts the markdown bullet list of MCP Integration Cookbooks to a visual card-based layout using
<Card>and<CardGroup>components to improve discoverability and visual hierarchy.Changes
<CardGroup cols={2}>containing 11<Card>componentsbook- Continue Docs MCPgithub- GitHub MCPatlassian- Atlassian MCPchart-line- PostHog Session Analysisglobe- Netlify Performancegauge- Chrome DevTools Performancedatabase- Sanity CMS and Supabasebug- Sentry Error Monitoringshield- Snyk Securitypipe- dlt Data PipelinesFiles Modified
docs/guides/overview.mdx(lines 23-32 expanded to lines 23-67)Testing
All links remain functional and point to the correct cookbook pages.
Fixes CON-4547
This agent session was co-authored by bekah@continue.dev and Continue.
Summary by cubic
Converted the MCP cookbook list on the Guides overview to a two-column card grid using CardGroup and Card components to improve discoverability. Added icons for each cookbook and kept all existing descriptions and links (CON-4547).