Skip to content

Commit c2093fb

Browse files
committed
Add MCP guides to CLI category
1 parent cb46e39 commit c2093fb

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

docs/cli/guides.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
title: "Guides"
3+
url: "/guides/overview#mcp-integration-cookbooks"
4+
---

docs/docs.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,7 @@
3030
"cli/overview",
3131
"cli/install",
3232
"cli/quick-start",
33-
{
34-
"page": "https://docs.continue.dev/guides/overview#mcp-integration-cookbooks",
35-
"name": "Guides"
36-
}
33+
"cli/guides"
3734
]
3835
},
3936
{
@@ -270,7 +267,6 @@
270267
"guides/posthog-github-continuous-ai",
271268
"guides/continue-docs-mcp-cookbook",
272269
"guides/sanity-mcp-continue-cookbook",
273-
"guides/sentry-mcp-error-monitoring",
274270
"guides/snyk-mcp-continue-cookbook",
275271
"guides/dlt-mcp-continue-cookbook",
276272
"guides/netlify-mcp-continuous-deployment",
@@ -336,8 +332,12 @@
336332
"navbar": {
337333
"links": [
338334
{
339-
"label": "Explore",
335+
"label": "🚀 Get Started",
340336
"href": "https://hub.continue.dev/"
337+
},
338+
{
339+
"label": "Sign In to Hub",
340+
"href": "https://hub.continue.dev/auth/signin"
341341
}
342342
],
343343
"primary": {
@@ -370,7 +370,8 @@
370370
}
371371
},
372372
"custom": {
373-
"css": ["custom.css"]
373+
"css": ["custom.css"],
374+
"js": ["navigation-enhancer.js", "navigation-banner.js"]
374375
},
375376
"redirects": [
376377
{

0 commit comments

Comments
 (0)