We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8292fbc + 8a64999 commit 8f0e597Copy full SHA for 8f0e597
docs/cli/guides.mdx
@@ -0,0 +1,4 @@
1
+---
2
+title: "Guides"
3
+url: "/guides/overview#mcp-integration-cookbooks"
4
docs/docs.json
@@ -26,7 +26,12 @@
26
{
27
"group": "CLI",
28
"icon": "terminal",
29
- "pages": ["cli/overview", "cli/install", "cli/quick-start"]
+ "pages": [
30
+ "cli/overview",
31
+ "cli/install",
32
+ "cli/quick-start",
33
+ "cli/guides"
34
+ ]
35
},
36
37
"group": "Features",
@@ -328,7 +333,7 @@
328
333
"navbar": {
329
334
"links": [
330
335
331
- "label": "Explore",
336
+ "label": "🚀 Get Started",
332
337
"href": "https://hub.continue.dev/"
338
}
339
],
0 commit comments