From c1513d3e58ae59db40858ae6422a94b7b73a8687 Mon Sep 17 00:00:00 2001 From: Mukulika <60316606+Mukulikaa@users.noreply.github.com> Date: Thu, 3 Mar 2022 15:00:35 +0530 Subject: [PATCH] DC-211 Added interlinking between live captioning, insights and topics (#398) * change for exp branch * merge-docs-v1 added for build to workflow * changes for dev and prod dispatch events * Testing changes * DC-211 Added interlinking between live captioning, insights and topics Co-authored-by: harshad-symbl Co-authored-by: Adam Voliva Co-authored-by: amritesh-singh <88492460+amritesh-singh@users.noreply.github.com> --- docs/streamingapi/code-snippets/receive-live-captioning.md | 7 ++++--- docs/streamingapi/code-snippets/receive-live-insights.md | 7 ++++--- docs/streamingapi/code-snippets/receive-live-topics.md | 6 ++++++ 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/docs/streamingapi/code-snippets/receive-live-captioning.md b/docs/streamingapi/code-snippets/receive-live-captioning.md index 048423aa..1529af4c 100644 --- a/docs/streamingapi/code-snippets/receive-live-captioning.md +++ b/docs/streamingapi/code-snippets/receive-live-captioning.md @@ -1,6 +1,7 @@ --- id: receive-live-captioning title: Receive Live Captioning +slug: /streamingapi/code-snippets/receive-live-captioning --- import Tabs from '@theme/Tabs'; @@ -333,7 +334,7 @@ If successful you should receive a response in the console. }] ``` +## See Also - - - +- [Receive live insights](/docs/streamingapi/code-snippets/receive-live-insights) +- [Receive live topics](/docs/streamingapi/code-snippets/receive-live-topics) \ No newline at end of file diff --git a/docs/streamingapi/code-snippets/receive-live-insights.md b/docs/streamingapi/code-snippets/receive-live-insights.md index f2ba1b10..69106b40 100644 --- a/docs/streamingapi/code-snippets/receive-live-insights.md +++ b/docs/streamingapi/code-snippets/receive-live-insights.md @@ -1,6 +1,7 @@ --- id: receive-ai-insights title: Receive Live AI Insights +slug: /streamingapi/code-snippets/receive-live-insights --- import Tabs from '@theme/Tabs'; @@ -300,7 +301,7 @@ If successful you should receive a response in the console. }] ``` +## See Also - - - +- [Receive live captioning](/docs/streamingapi/code-snippets/receive-live-captioning) +- [Receive live topics](/docs/streamingapi/code-snippets/receive-live-topics) \ No newline at end of file diff --git a/docs/streamingapi/code-snippets/receive-live-topics.md b/docs/streamingapi/code-snippets/receive-live-topics.md index 2333c4e5..e9c974c7 100644 --- a/docs/streamingapi/code-snippets/receive-live-topics.md +++ b/docs/streamingapi/code-snippets/receive-live-topics.md @@ -1,6 +1,7 @@ --- id: receive-live-topics title: Receive Live Topics +slug: /streamingapi/code-snippets/receive-live-topics --- import Tabs from '@theme/Tabs'; @@ -258,3 +259,8 @@ If successful you should receive a response in the console. "type": "topic" }] ``` + +## See Also + +- [Receive live captioning](/docs/streamingapi/code-snippets/receive-live-captioning) +- [Receive live insights](/docs/streamingapi/code-snippets/receive-live-insights) \ No newline at end of file