Skip to content

Commit f0627f2

Browse files
committed
docs(mcp): add MCP pages to VitePress sidebar
1 parent db85bbe commit f0627f2

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/.vitepress/config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ export default defineConfig({
5555
text: "Tester extension",
5656
items: [{ text: "Chrome extension", link: "/guide/extension" }],
5757
},
58+
{
59+
text: "AI assistants",
60+
items: [{ text: "MCP", link: "/guide/mcp" }],
61+
},
5862
],
5963
"/self-hosting/": [
6064
{
@@ -67,6 +71,7 @@ export default defineConfig({
6771
{ text: "Integrations", link: "/self-hosting/integrations" },
6872
{ text: "Operations", link: "/self-hosting/operations" },
6973
{ text: "Compatibility", link: "/self-hosting/compatibility" },
74+
{ text: "AI assistants (MCP)", link: "/self-hosting/mcp" },
7075
],
7176
},
7277
],

0 commit comments

Comments
 (0)