diff --git a/docs/my-website/docs/index.md b/docs/my-website/docs/index.md index 79b1b121e9..ca63c9e39f 100644 --- a/docs/my-website/docs/index.md +++ b/docs/my-website/docs/index.md @@ -401,22 +401,16 @@ LiteLLM is a unified gateway for **LLMs, agents, and MCP** โ€” you don't need a columns={2} items={[ { -icon: "๐Ÿค–", -title: "Agent & MCP Gateway", -description: "What you need to know about adopting A2A or multi-MCP with LiteLLM.", -to: "./agent_mcp_gateway", -}, -{ icon: "๐Ÿ”—", title: "A2A Agents", description: "Add and invoke A2A agents via the LiteLLM gateway.", -to: "./a2a", +to: "/docs/a2a", }, { icon: "๐Ÿ› ๏ธ", title: "MCP Gateway", description: "Central MCP endpoint with per-key access control.", -to: "./mcp", +to: "/docs/mcp", }, ]} /> @@ -430,7 +424,7 @@ columns={3} items={[ { icon: "๐Ÿ”€", -title: "Router & Fallbacks", +title: "Routing & Load Balancing", description: "Load balance across deployments and set automatic fallbacks.", to: "/docs/routing-load-balancing", }, diff --git a/docs/my-website/docs/integrations/index.md b/docs/my-website/docs/integrations/index.md index 67e087a976..0ad934d5b4 100644 --- a/docs/my-website/docs/integrations/index.md +++ b/docs/my-website/docs/integrations/index.md @@ -73,7 +73,7 @@ items={[ ]} /> -[View all observability integrations โ†’](/docs/observability_integrations) +[View all observability integrations โ†’](/docs/integrations/observability_integrations) --- diff --git a/docs/my-website/docs/learn/gateway_quickstart.md b/docs/my-website/docs/learn/gateway_quickstart.md index 2823e97e40..acec259758 100644 --- a/docs/my-website/docs/learn/gateway_quickstart.md +++ b/docs/my-website/docs/learn/gateway_quickstart.md @@ -124,6 +124,12 @@ If you need virtual keys, spend tracking, or the admin UI, add a database next. - ---- - ## Docs Map Use these when you already know the type of doc you want. diff --git a/docs/my-website/docs/learn/sdk_quickstart.md b/docs/my-website/docs/learn/sdk_quickstart.md index b4342d54cd..bdf7b63eb5 100644 --- a/docs/my-website/docs/learn/sdk_quickstart.md +++ b/docs/my-website/docs/learn/sdk_quickstart.md @@ -164,12 +164,6 @@ title: "Choose A Provider", description: "Find provider-specific auth, model naming, and params.", to: "/docs/providers", }, -{ -icon: "๐Ÿ–ฅ๏ธ", -title: "Use Gateway", -description: "Send requests through a shared LiteLLM gateway.", -to: "/docs/learn/gateway_quickstart", -}, ]} /> diff --git a/docs/my-website/sidebars.js b/docs/my-website/sidebars.js index 95dfcd99e0..6af8f6e463 100644 --- a/docs/my-website/sidebars.js +++ b/docs/my-website/sidebars.js @@ -163,6 +163,7 @@ const sidebars = { "tutorials/google_adk", "tutorials/google_genai_sdk", "tutorials/livekit_xai_realtime", + "integrations/letta", { type: "doc", id: "tutorials/instructor", label: "Instructor with LiteLLM" }, { type: "doc", id: "langchain/langchain", label: "LangChain with LiteLLM" }, "projects/openai-agents"