We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db85bbe commit f0627f2Copy full SHA for f0627f2
1 file changed
docs/.vitepress/config.ts
@@ -55,6 +55,10 @@ export default defineConfig({
55
text: "Tester extension",
56
items: [{ text: "Chrome extension", link: "/guide/extension" }],
57
},
58
+ {
59
+ text: "AI assistants",
60
+ items: [{ text: "MCP", link: "/guide/mcp" }],
61
+ },
62
],
63
"/self-hosting/": [
64
{
@@ -67,6 +71,7 @@ export default defineConfig({
67
71
{ text: "Integrations", link: "/self-hosting/integrations" },
68
72
{ text: "Operations", link: "/self-hosting/operations" },
69
73
{ text: "Compatibility", link: "/self-hosting/compatibility" },
74
+ { text: "AI assistants (MCP)", link: "/self-hosting/mcp" },
70
75
76
77
0 commit comments