From e7d7ca36f83deeeaf701eec9fe1da59d02dac011 Mon Sep 17 00:00:00 2001 From: Archie McMullan Date: Mon, 2 Mar 2026 15:43:08 +0000 Subject: [PATCH 1/3] move kubernetes/flow to flow/guides and renamed kubernetes --- .../flow.mdx => voice-agents/flow/guides/kubernetes.mdx} | 0 docs/voice-agents/flow/sidebar.ts | 4 ++++ 2 files changed, 4 insertions(+) rename docs/{deployments/kubernetes/flow.mdx => voice-agents/flow/guides/kubernetes.mdx} (100%) diff --git a/docs/deployments/kubernetes/flow.mdx b/docs/voice-agents/flow/guides/kubernetes.mdx similarity index 100% rename from docs/deployments/kubernetes/flow.mdx rename to docs/voice-agents/flow/guides/kubernetes.mdx diff --git a/docs/voice-agents/flow/sidebar.ts b/docs/voice-agents/flow/sidebar.ts index b6f69577..84afafec 100644 --- a/docs/voice-agents/flow/sidebar.ts +++ b/docs/voice-agents/flow/sidebar.ts @@ -43,6 +43,10 @@ export default { type: "doc", id: "voice-agents/flow/guides/react-native", }, + { + type: "doc", + id: "voice-agents/flow/guides/kubernetes", + }, ], }, { From 1c26cf4cc27752390e08b176e60dfa2d5613eb00 Mon Sep 17 00:00:00 2001 From: Archie McMullan Date: Mon, 2 Mar 2026 16:26:02 +0000 Subject: [PATCH 2/3] remove references to flow --- docs/api-ref/index.mdx | 5 ----- docs/api-ref/sidebar.ts | 14 -------------- docs/deployments/kubernetes/index.mdx | 10 +--------- docs/get-started/quickstart.mdx | 2 +- docs/index.mdx | 8 ++++---- docs/speech-to-text/realtime/turn-detection.mdx | 2 +- .../flow}/flow-voice-ai-websocket.mdx | 2 ++ docs/voice-agents/flow/guides/kubernetes.mdx | 2 +- docs/voice-agents/flow/sidebar.ts | 4 ++++ docs/voice-agents/sidebar.ts | 2 +- 10 files changed, 15 insertions(+), 36 deletions(-) rename docs/{api-ref => voice-agents/flow}/flow-voice-ai-websocket.mdx (98%) diff --git a/docs/api-ref/index.mdx b/docs/api-ref/index.mdx index a532d2cc..f12c4569 100644 --- a/docs/api-ref/index.mdx +++ b/docs/api-ref/index.mdx @@ -20,11 +20,6 @@ Speechmatics offers flexible REST and Websocket APIs for transcription and voice icon={} href="/api-ref/realtime-transcription-websocket" /> - } - href="/api-ref/flow-voice-ai-websocket" - /> } diff --git a/docs/api-ref/sidebar.ts b/docs/api-ref/sidebar.ts index 56862933..de3f2076 100644 --- a/docs/api-ref/sidebar.ts +++ b/docs/api-ref/sidebar.ts @@ -12,20 +12,6 @@ export default [ }, ], }, - { - type: "category", - collapsible: false, - collapsed: false, - label: "Flow – Voice AI", - items: [ - { - type: "doc", - id: "api-ref/flow-voice-ai-websocket", - className: "wss api-method", - label: "Start conversation with an agent", - }, - ], - }, { type: "category", collapsible: false, diff --git a/docs/deployments/kubernetes/index.mdx b/docs/deployments/kubernetes/index.mdx index a90dcc7a..5b8b25d4 100644 --- a/docs/deployments/kubernetes/index.mdx +++ b/docs/deployments/kubernetes/index.mdx @@ -20,17 +20,9 @@ Using Helm, customers can customize deployments through configurable values, man description="Kubernetes deployment options for Realtime" href="/deployments/kubernetes/realtime" /> - - ## Supported applications Speechmatics Kubernetes deployment supports the following applications: - - [Realtime](/speech-to-text/realtime/quickstart): Stream audio from an input device or file and receive real-time transcription updates as audio is processed. -- [Voice Agent – Flow](/voice-agents/flow): A Voice Agent API that enables responsive, real-time speech-to-speech interactions in your applications. \ No newline at end of file + - [Realtime](/speech-to-text/realtime/quickstart): Stream audio from an input device or file and receive real-time transcription updates as audio is processed. \ No newline at end of file diff --git a/docs/get-started/quickstart.mdx b/docs/get-started/quickstart.mdx index 15ad5112..355756f0 100644 --- a/docs/get-started/quickstart.mdx +++ b/docs/get-started/quickstart.mdx @@ -36,7 +36,7 @@ The easiest way to try our products is via the [web portal](https://portal.speec /> } href="/voice-agents/overview" /> diff --git a/docs/index.mdx b/docs/index.mdx index 8c79d209..b6d73e91 100644 --- a/docs/index.mdx +++ b/docs/index.mdx @@ -31,7 +31,7 @@ With Speechmatics, you can: - Receive immediate and continuous text transcriptions from live audio streams or calls (real-time transcription) - Generate complete transcripts from recorded audio files (batch transcription) -- Build and power your applications with responsive, real-time, voice AI using our Voice SDK +- Build and power your applications with responsive, real-time, voice AI using our integrations - Transform your text into speech using our Text-to-Speech API - Choose flexible deployment options: use our managed SaaS platform or host Speechmatics APIs within your infrastructure (on-prem) @@ -55,7 +55,7 @@ With Speechmatics, you can: } title="Build a voice agent" - description="Use our Voice SDK to build voice agents with ease" + description="Use our integrations to build voice agents with ease" direction="column" href="/voice-agents/overview" /> @@ -83,7 +83,7 @@ With Speechmatics, you can: /> Date: Mon, 9 Mar 2026 13:45:38 +0000 Subject: [PATCH 3/3] Fix broken redirect target for removed kubernetes/flow page Update old-redirects.json to point /on-prem/kubernetes/flow to /deployments/kubernetes instead of the deleted /deployments/kubernetes/flow, and regenerate vercel.json. --- scripts/redirects/old-redirects.json | 2 +- vercel.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/redirects/old-redirects.json b/scripts/redirects/old-redirects.json index e1728601..4d2a0af0 100644 --- a/scripts/redirects/old-redirects.json +++ b/scripts/redirects/old-redirects.json @@ -196,7 +196,7 @@ { "source": "/on-prem/kubernetes", "destination": "/deployments/kubernetes" }, { "source": "/on-prem/kubernetes/flow", - "destination": "/deployments/kubernetes/flow" + "destination": "/deployments/kubernetes" }, { "source": "/on-prem/kubernetes/prerequisites", diff --git a/vercel.json b/vercel.json index 1d018c97..9d83a0aa 100644 --- a/vercel.json +++ b/vercel.json @@ -353,7 +353,7 @@ }, { "source": "/on-prem/kubernetes/flow", - "destination": "/deployments/kubernetes/flow", + "destination": "/deployments/kubernetes", "permanent": true }, {