Skip to content

Commit 37f1165

Browse files
committed
docs(api): add MCP server to sidebar navigation
1 parent f9c41d6 commit 37f1165

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

apps/docs/components/sidebar-content.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,11 @@ export const contents: SidebarSection[] = [
270270
title: "Authentication",
271271
href: "/docs/api/authentication",
272272
},
273+
{
274+
title: "MCP Server",
275+
href: "/docs/api/mcp",
276+
isNew: true,
277+
},
273278
{
274279
title: "API Keys",
275280
href: "/docs/api-keys",

0 commit comments

Comments
 (0)