What is wrong?
The gateway integrations sidebar in docs/docs.json lists 13 integration pages, but docs/gateway/integrations/overview.mdx only links six of them in the "Popular Integrations" card group.
Pages in the nav with no overview card:
- Claude Agent SDK (
claude-agent-sdk)
- DSPy (
dpsy)
- Langfuse (
langfuse)
- OpenAI Agents (
openai-agents)
- n8n (
n8n)
- PostHog (
posthog)
- Semantic Kernel (
semantic-kernel)
LiteLLM is also missing on main, but that is tracked separately in #5508 / PR #5706.
Additional issue
The Vercel AI SDK card on the overview points to /getting-started/integration-method/vercelai. The nav and dedicated page live at /gateway/integrations/vercel-ai-sdk.
Expected behavior
The overview should surface every integration page listed in the gateway integrations nav, with card copy taken from each page's frontmatter description.
Proposed fix
Add Card entries to the existing Popular Integrations group in overview.mdx, matching the LangChain/LangGraph pattern. Update the Vercel AI SDK card href to /gateway/integrations/vercel-ai-sdk.
Scope: docs only. No LiteLLM changes in this issue (handled in #5706).
What is wrong?
The gateway integrations sidebar in
docs/docs.jsonlists 13 integration pages, butdocs/gateway/integrations/overview.mdxonly links six of them in the "Popular Integrations" card group.Pages in the nav with no overview card:
claude-agent-sdk)dpsy)langfuse)openai-agents)n8n)posthog)semantic-kernel)LiteLLM is also missing on main, but that is tracked separately in #5508 / PR #5706.
Additional issue
The Vercel AI SDK card on the overview points to
/getting-started/integration-method/vercelai. The nav and dedicated page live at/gateway/integrations/vercel-ai-sdk.Expected behavior
The overview should surface every integration page listed in the gateway integrations nav, with card copy taken from each page's frontmatter
description.Proposed fix
Add
Cardentries to the existingPopular Integrationsgroup inoverview.mdx, matching the LangChain/LangGraph pattern. Update the Vercel AI SDK cardhrefto/gateway/integrations/vercel-ai-sdk.Scope: docs only. No LiteLLM changes in this issue (handled in #5706).