From 33abb1e8849dbfe13ba7377695724a4ca7d7ca4e Mon Sep 17 00:00:00 2001 From: Andrew Aquino Date: Fri, 5 Dec 2025 17:49:30 +0000 Subject: [PATCH 1/2] docs: update AI Bridge description for H2 2025 --- docs/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manifest.json b/docs/manifest.json index 2430308162abf..3f21ca3c01f85 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -943,7 +943,7 @@ }, { "title": "AI Bridge", - "description": "Centralized LLM and MCP proxy for platform teams", + "description": "AI Gateway for Enterprise Governance & Observability", "path": "./ai-coder/ai-bridge/index.md", "icon_path": "./images/icons/api.svg", "state": ["premium", "beta"], From f44165bb7de3c47eb6b1b9916dc336b75d48991b Mon Sep 17 00:00:00 2001 From: Andrew Aquino Date: Fri, 5 Dec 2025 18:40:26 +0000 Subject: [PATCH 2/2] fix: escape ampersand --- docs/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manifest.json b/docs/manifest.json index 3f21ca3c01f85..98fd0c0f36c68 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -943,7 +943,7 @@ }, { "title": "AI Bridge", - "description": "AI Gateway for Enterprise Governance & Observability", + "description": "AI Gateway for Enterprise Governance \u0026 Observability", "path": "./ai-coder/ai-bridge/index.md", "icon_path": "./images/icons/api.svg", "state": ["premium", "beta"],