Merge pull request #5 from Astrodevil/v0-docs

docs: Learn page updates, card links, integrations, sidebar changes
This commit is contained in:
Mr. Ånand
2026-03-18 17:20:31 +05:30
committed by GitHub
6 changed files with 14 additions and 55 deletions
+3 -9
View File
@@ -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",
},
+1 -1
View File
@@ -73,7 +73,7 @@ items={[
]}
/>
[View all observability integrations →](/docs/observability_integrations)
[View all observability integrations →](/docs/integrations/observability_integrations)
---
@@ -124,6 +124,12 @@ If you need virtual keys, spend tracking, or the admin UI, add a database next.
<NavigationCards
columns={3}
items={[
{
icon: "🖥️",
title: "Make LLM Requests",
description: "Point LiteLLM or OpenAI-compatible clients to the gateway.",
to: "/docs/proxy/user_keys",
},
{
icon: "🎛️",
title: "Model Config",
@@ -154,12 +160,6 @@ items={[
description: "Add safety checks and policy enforcement.",
to: "/docs/proxy/guardrails/quick_start",
},
{
icon: "🖥️",
title: "Connect SDKs",
description: "Point LiteLLM or OpenAI-compatible clients to the gateway.",
to: "/docs/providers/litellm_proxy",
},
{
icon: "📊",
title: "Reliability",
+3 -33
View File
@@ -55,19 +55,19 @@ items={[
icon: "⚡",
title: "Stream Responses",
description: "Return tokens as they are generated.",
to: "/docs/completion/stream",
to: "/docs/guides/core_request_response_patterns",
},
{
icon: "🧰",
title: "Use Tools",
description: "Add function calling to your app.",
to: "/docs/completion/function_call",
to: "/docs/guides/tools_integrations",
},
{
icon: "🔀",
title: "Add Routing",
description: "Retries, fallbacks, and load balancing.",
to: "/docs/routing",
to: "/docs/routing-load-balancing",
},
{
icon: "🔑",
@@ -92,36 +92,6 @@ items={[
---
## Explore
Use these when you want examples or tool-specific walkthroughs.
<NavigationCards
columns={3}
items={[
{
icon: "🧪",
title: "Playground",
description: "Compare providers side by side.",
to: "/docs/tutorials/first_playground",
},
{
icon: "🤖",
title: "Agent SDKs",
description: "OpenAI Agents SDK, Claude Agent SDK, ADK, and more.",
to: "/docs/agent_sdks",
},
{
icon: "🛠️",
title: "AI Coding Tools",
description: "Claude Code, Cursor, Copilot, Gemini CLI, and more.",
to: "/docs/ai_tools",
},
]}
/>
---
## Docs Map
Use these when you already know the type of doc you want.
@@ -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",
},
]}
/>
+1
View File
@@ -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"