Skip to content

Commit 5e91cd1

Browse files
continue[bot]Continue
andcommitted
Convert MCP cookbook links to card components in docs/guides/overview.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>
1 parent cc2a6c3 commit 5e91cd1

File tree

1 file changed

+45
-11
lines changed

1 file changed

+45
-11
lines changed

docs/guides/overview.mdx

Lines changed: 45 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,51 @@ description: "Comprehensive collection of practical guides for Continue includin
2121

2222
Step-by-step guides for integrating Model Context Protocol (MCP) servers with Continue:
2323

24-
- [Continue Docs MCP Cookbook](/guides/continue-docs-mcp-cookbook) - Use the Continue Docs MCP to write cookbooks, guides, and documentation with AI-powered workflows
25-
- [GitHub MCP Cookbook](/guides/github-mcp-continue-cookbook) - Use GitHub MCP to list, filter, and summarize open issues and merged PRs, and post AI-generated comments
26-
- [Atlassian MCP Cookbook](/guides/atlassian-mcp-continue-cookbook) - Use Atlassian Rovo MCP to search and manage Jira issues, Confluence pages, and Compass components with natural language
27-
- [PostHog Session Analysis Cookbook](/guides/posthog-github-continuous-ai) - Analyze user behavior data to optimize your codebase with automatic issue creation
28-
- [Netlify Performance Optimization Cookbook](/guides/netlify-mcp-continuous-deployment) - Optimize web performance with A/B testing and automated monitoring using Netlify MCP
29-
- [Chrome DevTools Performance Cookbook](/guides/chrome-devtools-mcp-performance) - Measure and optimize web performance with automated traces, Core Web Vitals monitoring, and performance budgets
30-
- [Sanity CMS Integration Cookbook](/guides/sanity-mcp-continue-cookbook) - Manage headless CMS content with AI-powered workflows using Sanity MCP
31-
- [Sentry Error Monitoring Cookbook](/guides/sentry-mcp-error-monitoring) - Automated error analysis with Sentry MCP to identify patterns and create actionable GitHub issues
32-
- [Snyk + Continue Hub Agent Cookbook (MCP)](/guides/snyk-mcp-continue-cookbook) - Integrate Snyk MCP via Continue Hub to scan code, deps, IaC, and containers
33-
- [Supabase Database Workflow Cookbook](/guides/supabase-mcp-database-workflow) - Audit Row Level Security in your Supabase database, identify vulnerabilities, and automatically generate fixes using Supabase MCP
34-
- [dlt Data Pipelines Cookbook](/guides/dlt-mcp-continue-cookbook) - Build AI-powered data pipelines with dlt MCP for pipeline inspection, schema management, and debugging
24+
<CardGroup cols={2}>
25+
<Card title="Continue Docs MCP Cookbook" icon="book" href="/guides/continue-docs-mcp-cookbook">
26+
Use the Continue Docs MCP to write cookbooks, guides, and documentation with AI-powered workflows
27+
</Card>
28+
29+
<Card title="GitHub MCP Cookbook" icon="github" href="/guides/github-mcp-continue-cookbook">
30+
Use GitHub MCP to list, filter, and summarize open issues and merged PRs, and post AI-generated comments
31+
</Card>
32+
33+
<Card title="Atlassian MCP Cookbook" icon="atlassian" href="/guides/atlassian-mcp-continue-cookbook">
34+
Use Atlassian Rovo MCP to search and manage Jira issues, Confluence pages, and Compass components with natural language
35+
</Card>
36+
37+
<Card title="PostHog Session Analysis Cookbook" icon="chart-line" href="/guides/posthog-github-continuous-ai">
38+
Analyze user behavior data to optimize your codebase with automatic issue creation
39+
</Card>
40+
41+
<Card title="Netlify Performance Optimization Cookbook" icon="globe" href="/guides/netlify-mcp-continuous-deployment">
42+
Optimize web performance with A/B testing and automated monitoring using Netlify MCP
43+
</Card>
44+
45+
<Card title="Chrome DevTools Performance Cookbook" icon="gauge" href="/guides/chrome-devtools-mcp-performance">
46+
Measure and optimize web performance with automated traces, Core Web Vitals monitoring, and performance budgets
47+
</Card>
48+
49+
<Card title="Sanity CMS Integration Cookbook" icon="database" href="/guides/sanity-mcp-continue-cookbook">
50+
Manage headless CMS content with AI-powered workflows using Sanity MCP
51+
</Card>
52+
53+
<Card title="Sentry Error Monitoring Cookbook" icon="bug" href="/guides/sentry-mcp-error-monitoring">
54+
Automated error analysis with Sentry MCP to identify patterns and create actionable GitHub issues
55+
</Card>
56+
57+
<Card title="Snyk + Continue Hub Agent Cookbook (MCP)" icon="shield" href="/guides/snyk-mcp-continue-cookbook">
58+
Integrate Snyk MCP via Continue Hub to scan code, deps, IaC, and containers
59+
</Card>
60+
61+
<Card title="Supabase Database Workflow Cookbook" icon="database" href="/guides/supabase-mcp-database-workflow">
62+
Audit Row Level Security in your Supabase database, identify vulnerabilities, and automatically generate fixes using Supabase MCP
63+
</Card>
64+
65+
<Card title="dlt Data Pipelines Cookbook" icon="pipe" href="/guides/dlt-mcp-continue-cookbook">
66+
Build AI-powered data pipelines with dlt MCP for pipeline inspection, schema management, and debugging
67+
</Card>
68+
</CardGroup>
3569

3670
## What Advanced Tutorials Are Available
3771

0 commit comments

Comments
 (0)