Skip to content

Commit 8f0e597

Browse files
authored
Merge pull request #8117 from continuedev/docs/cn-guides
docs: Add Guides link to CLI sidebar navigation
2 parents 8292fbc + 8a64999 commit 8f0e597

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
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: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,12 @@
2626
{
2727
"group": "CLI",
2828
"icon": "terminal",
29-
"pages": ["cli/overview", "cli/install", "cli/quick-start"]
29+
"pages": [
30+
"cli/overview",
31+
"cli/install",
32+
"cli/quick-start",
33+
"cli/guides"
34+
]
3035
},
3136
{
3237
"group": "Features",
@@ -328,7 +333,7 @@
328333
"navbar": {
329334
"links": [
330335
{
331-
"label": "Explore",
336+
"label": "🚀 Get Started",
332337
"href": "https://hub.continue.dev/"
333338
}
334339
],

0 commit comments

Comments
 (0)