Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/website/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export default function RootLayout({
["Configuration", "/docs/configuration/custom-directories"],
["Core Concepts", "/docs/core-concepts/tools"],
["Authentication", "/docs/authentication/api-key"],
["Integrations", "/docs/integrations/nextjs"],
["Integrations", "/docs/adapters/nextjs"],
["Deployment", "/docs/deployment/vercel"],
],
},
Expand Down
2 changes: 1 addition & 1 deletion apps/website/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ xmcp is the easiest and fastest way to build an MCP server. It automatically han
for the complete documentation context to get started quickly.
</Callout>

You can get started by [bootstrapping a new application](/docs/getting-started/installation) from scratch, or you can plug into your existing [Next.js](/docs/integrations/nextjs) or [Express](/docs/integrations/express) app.
You can get started by [bootstrapping a new application](/docs/getting-started/installation) from scratch, or you can plug into your existing [Next.js](/docs/adapters/nextjs) or [Express](/docs/adapters/express) app.