From 3a885292e8cc0144fea1eccda5320c1b51d54bab Mon Sep 17 00:00:00 2001 From: Fiona Corden Date: Wed, 8 Jul 2026 09:05:07 +0100 Subject: [PATCH 1/2] docs(ai-transport): add AI Transport tab to SDKs page Add an AI Transport tab to /docs/sdks alongside the other products, with cards for the Core SDK and the Vercel AI SDK integration linking to their getting-started guides. Positioned after Chat to match the site-wide product order. --- src/components/SDKsPage/MainSection/index.tsx | 10 ++++++++++ src/components/SDKsPage/data.ts | 17 +++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/src/components/SDKsPage/MainSection/index.tsx b/src/components/SDKsPage/MainSection/index.tsx index 8224cdf70c..ed8b835dd3 100644 --- a/src/components/SDKsPage/MainSection/index.tsx +++ b/src/components/SDKsPage/MainSection/index.tsx @@ -9,6 +9,7 @@ export enum Tab { CHANNELS = 'channels', SPACES = 'spaces', CHAT = 'chat', + AITRANSPORT = 'aitransport', LIVEOBJECTS = 'liveobjects', LIVESYNC = 'livesync', } @@ -41,6 +42,15 @@ const MainSection = ({ tab }: { tab: Tab }) => { > Chat + + AI Transport + Date: Thu, 9 Jul 2026 12:30:18 +0100 Subject: [PATCH 2/2] docs(ai-transport): refine Vercel AI SDK card copy on SDKs page --- src/components/SDKsPage/data.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/SDKsPage/data.ts b/src/components/SDKsPage/data.ts index 46f2ef899b..2f365d831d 100644 --- a/src/components/SDKsPage/data.ts +++ b/src/components/SDKsPage/data.ts @@ -233,7 +233,7 @@ export const data = { }, { title: 'Vercel AI SDK', - text: 'AI Transport integration for the Vercel AI SDK.', + text: 'Ably AI Transport with the Vercel AI SDK.', image: { src: js, isWide: false }, setupLink: 'ai-transport/getting-started/vercel-ai-sdk', },