Skip to content
Open
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
14 changes: 13 additions & 1 deletion docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"groups": [
{
"group": "Introduction",
"icon": "rocket",
"pages": [
"introduction/what-is-portkey",
"introduction/make-your-first-request",
Expand All @@ -27,6 +28,7 @@
},
{
"group": "Product",
"icon": "cube",
"pages": [
{
"group": "Observability",
Expand Down Expand Up @@ -55,7 +57,15 @@
"group": "AI Gateway",
"pages": [
"product/ai-gateway",
"product/ai-gateway/universal-api",
{
"group": "Universal API",
"pages": [
"product/ai-gateway/universal-api",
"product/ai-gateway/chat-completions",
"product/ai-gateway/messages-api",
"product/ai-gateway/responses-api"
]
},
"product/ai-gateway/configs",
"product/ai-gateway/remote-mcp",
"product/ai-gateway/conditional-routing",
Expand Down Expand Up @@ -246,6 +256,7 @@
},
{
"group": "Self-Hosting",
"icon": "server",
"pages": [
{
"group": "Hybrid Deployments",
Expand All @@ -267,6 +278,7 @@
},
{
"group": "Support",
"icon": "life-ring",
"pages": [
"support/upgrade-to-model-catalog",
"README",
Expand Down
1 change: 1 addition & 0 deletions product/ai-gateway.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: AI Gateway
gsidebarTitle: "Overview"
description: The world's fastest AI Gateway with advanced routing & integrated Guardrails.
---

Expand Down
Loading