From 11d5577f6f7a9e32894c31676f69763adfd06def Mon Sep 17 00:00:00 2001 From: avoliva Date: Thu, 10 Mar 2022 22:19:13 -0800 Subject: [PATCH 1/2] Fix redirects. --- .../get-speaker-separation-audio-video.md | 1 + .../get-realtime-transcription-js-sdk.md | 1 + .../tutorials/pass-audio-codecs.md | 1 + .../push-speakerevents-get-summary-url.md | 1 + docusaurus.config.js | 76 +++++++++---------- 5 files changed, 42 insertions(+), 38 deletions(-) diff --git a/docs/async-api/tutorials/get-speaker-separation-audio-video.md b/docs/async-api/tutorials/get-speaker-separation-audio-video.md index c797f759..71d45122 100644 --- a/docs/async-api/tutorials/get-speaker-separation-audio-video.md +++ b/docs/async-api/tutorials/get-speaker-separation-audio-video.md @@ -2,6 +2,7 @@ id: get-speaker-separation-audio-video title: How to implement speaker separation with Async Audio or Video Files sidebar_label: Speaker separation with Async API +slug: /async-api/tutorials/get-speaker-separation-audio-video/ --- import Tabs from '@theme/Tabs'; diff --git a/docs/javascript-sdk/tutorials/get-realtime-transcription-js-sdk.md b/docs/javascript-sdk/tutorials/get-realtime-transcription-js-sdk.md index f51aeaa4..76bae864 100644 --- a/docs/javascript-sdk/tutorials/get-realtime-transcription-js-sdk.md +++ b/docs/javascript-sdk/tutorials/get-realtime-transcription-js-sdk.md @@ -1,6 +1,7 @@ --- id: get-real-time-transcription-js-sdk title: Real-time Output With PSTN Dialing Using Symbl's JavaScript SDK +slug: /javascript-sdk/tutorials/get-real-time-transcription-js-sdk/ --- import Tabs from '@theme/Tabs'; diff --git a/docs/javascript-sdk/tutorials/pass-audio-codecs.md b/docs/javascript-sdk/tutorials/pass-audio-codecs.md index ebe347d1..502ae7ea 100644 --- a/docs/javascript-sdk/tutorials/pass-audio-codecs.md +++ b/docs/javascript-sdk/tutorials/pass-audio-codecs.md @@ -1,6 +1,7 @@ --- id: pass-audio-codecs title: How To Pass Different Audio Codecs To Symbl Endpoint +slug: /javascript-sdk/tutorials/pass-audio-codecs/ --- import Tabs from '@theme/Tabs'; diff --git a/docs/javascript-sdk/tutorials/push-speakerevents-get-summary-url.md b/docs/javascript-sdk/tutorials/push-speakerevents-get-summary-url.md index 5c1b9fe2..b4e62767 100644 --- a/docs/javascript-sdk/tutorials/push-speakerevents-get-summary-url.md +++ b/docs/javascript-sdk/tutorials/push-speakerevents-get-summary-url.md @@ -1,6 +1,7 @@ --- id: push-speakerevents-get-summary-url title: Using Symbl Javascript SDK To Push Speaker Events +slug: /javascript-sdk/tutorials/push-speakerevents-get-summary-url/ --- import Tabs from '@theme/Tabs'; diff --git a/docusaurus.config.js b/docusaurus.config.js index 62ee635f..55228a51 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -11,189 +11,189 @@ module.exports = { { redirects: [ { - to: '/telephony/introduction', // string + to: '/telephony/introduction/', // string from: '/telephony/overview/introduction', // string | string[] }, { - to: '/streamingapi/introduction', // string + to: '/streamingapi/introduction/', // string from: '/streamingapi/overview/introduction', // string | string[] }, { - to: '/javascript-sdk/introduction', // string + to: '/javascript-sdk/introduction/', // string from: '/javascript-sdk/overview/introduction', // string | string[] }, { - to: '/javascript-sdk/code-snippets/connect-to-endpoints', // string + to: '/javascript-sdk/code-snippets/connect-to-endpoints/', // string from: '/javascript-sdk/overview/connect-to-endpoints', // string | string[] }, { - to: '/javascript-sdk/code-snippets/active-speaker-events', // string + to: '/javascript-sdk/code-snippets/active-speaker-events/', // string from: '/javascript-sdk/overview/active-speaker-events', // string | string[] }, { - to: '/javascript-sdk/code-snippets/subscribe-real-time', // string + to: '/javascript-sdk/code-snippets/subscribe-real-time/', // string from: '/javascript-sdk/overview/subscribe-real-time', // string | string[] }, { - to: '/javascript-sdk/code-snippets/streaming-audio-real-time', // string + to: '/javascript-sdk/code-snippets/streaming-audio-real-time/', // string from: '/javascript-sdk/overview/streaming-audio-real-time', // string | string[] }, { - to: '/telephony/tutorials/connect-to-zoom', // string + to: '/telephony/tutorials/connect-to-zoom/', // string from: [ '/telephony/guides/connect-to-zoom-with-telephony-api' ] // string | string[] }, { - to: '/telephony/tutorials/connect-to-phone-call', // string + to: '/telephony/tutorials/connect-to-phone-call/', // string from: [ '/telephony/guides/get-live-transcription', '/telephony/tutorials/get-live-transcription' ] // string | string[] }, { - to: '/streamingapi/code-snippets/start-and-stop-connection', // string + to: '/streamingapi/code-snippets/start-and-stop-connection/', // string from: '/streamingapi/code-snippets/start-and-stop-streaming-api-connection', // string | string[] }, { - to: '/streamingapi/tutorials/receive-ai-insights-from-your-web-browser', + to: '/streamingapi/tutorials/receive-ai-insights-from-your-web-browser/', from: [ '/streamingapi/guides/get-realtime-transcription', '/streamingapi/tutorials/get-realtime-transcription' ] }, { - to: '/async-api/tutorials/get-speaker-separation-audio-video', + to: '/async-api/tutorials/get-speaker-separation-audio-video/', from: '/async-api/guides/get-speaker-separation-audio-video' }, { - to: '/javascript-sdk/tutorials/get-real-time-transcription-js-sdk', + to: '/javascript-sdk/tutorials/get-real-time-transcription-js-sdk/', from: [ '/javascript-sdk/guides/get-realtime-transcription-js-sdk', '/javascript-sdk/tutorials/get-realtime-transcription-js-sdk' ] }, { - to: '/javascript-sdk/tutorials/pass-audio-codecs', + to: '/javascript-sdk/tutorials/pass-audio-codecs/', from: '/javascript-sdk/guides/pass-audio-codecs' }, { - to: '/javascript-sdk/tutorials/push-speakerevents-get-summary-url', + to: '/javascript-sdk/tutorials/push-speakerevents-get-summary-url/', from: '/javascript-sdk/guides/push-speakerevents-get-summary-url' }, { - to: '/javascript-sdk/tutorials/receive-ai-insights-from-your-computer', + to: '/javascript-sdk/tutorials/receive-ai-insights-from-your-computer/', from: [ '/javascript-sdk/guides/push-audio-get-realtime-data', '/javascript-sdk/tutorials/push-audio-get-realtime-data' ] }, { - to: '/concepts/speech-to-text', + to: '/concepts/speech-to-text/', 'from': '/conversation-api/concepts/speech-to-text' }, { - to: '/concepts/action-items', + to: '/concepts/action-items/', 'from': '/conversation-api/concepts/action-items' }, { - to: '/concepts/follow-ups', + to: '/concepts/follow-ups/', 'from': '/conversation-api/concepts/follow-ups' }, { - to: '/concepts/topics', + to: '/concepts/topics/', 'from': '/conversation-api/concepts/topics' }, { - to: '/concepts/topic-hierarchy', + to: '/concepts/topic-hierarchy/', 'from': '/conversation-api/concepts/topic-hierarchy' }, { - to: '/concepts/sentiment-analysis', + to: '/concepts/sentiment-analysis/', 'from': '/conversation-api/concepts/sentiment' }, { - to: '/concepts/conversational-analytics', + to: '/concepts/conversational-analytics/', 'from': '/conversation-api/concepts/analytics' }, { - to: '/conversation-api/action-items', + to: '/conversation-api/action-items/', 'from': [ '/conversation-api/api-reference/action-items', '/conversation-api/overview/action-items' ] }, { - to: '/conversation-api/analytics', + to: '/conversation-api/analytics/', 'from': [ '/conversation-api/api-reference/analytics', '/conversation-api/overview/analytics' ] }, { - to: '/conversation-api/conversation-data', + to: '/conversation-api/conversation-data/', 'from': [ '/conversation-api/api-reference/conversation', '/conversation-api/overview/conversation' ] }, { - to: '/conversation-api/delete-conversation', + to: '/conversation-api/delete-conversation/', 'from': [ '/conversation-api/api-reference/delete', '/conversation-api/overview/delete' ] }, { - to: '/conversation-api/entities', + to: '/conversation-api/entities/', 'from': [ '/conversation-api/api-reference/entities', '/conversation-api/overview/entities' ] }, { - to: '/conversation-api/follow-ups', + to: '/conversation-api/follow-ups/', 'from': [ '/conversation-api/api-reference/follow-ups', '/conversation-api/overview/follow-ups' ] }, { - to: '/conversation-api/insights', + to: '/conversation-api/insights/', 'from': [ '/conversation-api/api-reference/insights', '/conversation-api/overview/insights' ] }, { - to: '/conversation-api/members', + to: '/conversation-api/members/', 'from': [ '/conversation-api/api-reference/members', '/conversation-api/overview/members' ] }, { - to: '/conversation-api/messages', + to: '/conversation-api/messages/', 'from': [ '/conversation-api/api-reference/messages', '/conversation-api/overview/messages' ] }, { - to: '/conversation-api/questions', + to: '/conversation-api/questions/', 'from': [ '/conversation-api/api-reference/questions', '/conversation-api/overview/questions' ] }, { - to: '/conversation-api/speaker-events', + to: '/conversation-api/speaker-events/', 'from': [ '/conversation-api/api-reference/speakers', '/conversation-api/overview/speakers' ] }, { - to: '/conversation-api/get-topics', + to: '/conversation-api/get-topics/', 'from': [ '/conversation-api/api-reference/topics', '/conversation-api/overview/topics' ] }, { - to: '/conversation-api/transcript', + to: '/conversation-api/transcript/', 'from': [ '/conversation-api/api-reference/transcript', '/conversation-api/overview/transcript' ] }, { - to: '/conversation-api/update-members', + to: '/conversation-api/update-members/', 'from': [ '/conversation-api/api-reference/update-members', '/conversation-api/overview/update-members' ] }, { - to: '/pre-built-ui/summary-ui', + to: '/pre-built-ui/summary-ui/', 'from': [ '/pre-built-ui/video-summary-ui', '/pre-built-ui/text-summary-ui' From d23bdea44174cbfa4c84ca8559226f3c7b051bc8 Mon Sep 17 00:00:00 2001 From: avoliva Date: Thu, 10 Mar 2022 23:40:52 -0800 Subject: [PATCH 2/2] Fix staging build. --- docusaurus-staging.config.js | 76 ++++++++++++++++++------------------ 1 file changed, 38 insertions(+), 38 deletions(-) diff --git a/docusaurus-staging.config.js b/docusaurus-staging.config.js index 9824ab69..597129d4 100644 --- a/docusaurus-staging.config.js +++ b/docusaurus-staging.config.js @@ -7,189 +7,189 @@ module.exports = { { redirects: [ { - to: '/telephony/introduction', // string + to: '/telephony/introduction/', // string from: '/telephony/overview/introduction', // string | string[] }, { - to: '/streamingapi/introduction', // string + to: '/streamingapi/introduction/', // string from: '/streamingapi/overview/introduction', // string | string[] }, { - to: '/javascript-sdk/introduction', // string + to: '/javascript-sdk/introduction/', // string from: '/javascript-sdk/overview/introduction', // string | string[] }, { - to: '/javascript-sdk/code-snippets/connect-to-endpoints', // string + to: '/javascript-sdk/code-snippets/connect-to-endpoints/', // string from: '/javascript-sdk/overview/connect-to-endpoints', // string | string[] }, { - to: '/javascript-sdk/code-snippets/active-speaker-events', // string + to: '/javascript-sdk/code-snippets/active-speaker-events/', // string from: '/javascript-sdk/overview/active-speaker-events', // string | string[] }, { - to: '/javascript-sdk/code-snippets/subscribe-real-time', // string + to: '/javascript-sdk/code-snippets/subscribe-real-time/', // string from: '/javascript-sdk/overview/subscribe-real-time', // string | string[] }, { - to: '/javascript-sdk/code-snippets/streaming-audio-real-time', // string + to: '/javascript-sdk/code-snippets/streaming-audio-real-time/', // string from: '/javascript-sdk/overview/streaming-audio-real-time', // string | string[] }, { - to: '/telephony/tutorials/connect-to-zoom', // string + to: '/telephony/tutorials/connect-to-zoom/', // string from: [ '/telephony/guides/connect-to-zoom-with-telephony-api' ] // string | string[] }, { - to: '/telephony/tutorials/connect-to-phone-call', // string + to: '/telephony/tutorials/connect-to-phone-call/', // string from: [ '/telephony/guides/get-live-transcription', '/telephony/tutorials/get-live-transcription' ] // string | string[] }, { - to: '/streamingapi/code-snippets/start-and-stop-connection', // string + to: '/streamingapi/code-snippets/start-and-stop-connection/', // string from: '/streamingapi/code-snippets/start-and-stop-streaming-api-connection', // string | string[] }, { - to: '/streamingapi/tutorials/receive-ai-insights-from-your-web-browser', + to: '/streamingapi/tutorials/receive-ai-insights-from-your-web-browser/', from: [ '/streamingapi/guides/get-realtime-transcription', '/streamingapi/tutorials/get-realtime-transcription' ] }, { - to: '/async-api/tutorials/get-speaker-separation-audio-video', + to: '/async-api/tutorials/get-speaker-separation-audio-video/', from: '/async-api/guides/get-speaker-separation-audio-video' }, { - to: '/javascript-sdk/tutorials/get-real-time-transcription-js-sdk', + to: '/javascript-sdk/tutorials/get-real-time-transcription-js-sdk/', from: [ '/javascript-sdk/guides/get-realtime-transcription-js-sdk', '/javascript-sdk/tutorials/get-realtime-transcription-js-sdk' ] }, { - to: '/javascript-sdk/tutorials/pass-audio-codecs', + to: '/javascript-sdk/tutorials/pass-audio-codecs/', from: '/javascript-sdk/guides/pass-audio-codecs' }, { - to: '/javascript-sdk/tutorials/push-speakerevents-get-summary-url', + to: '/javascript-sdk/tutorials/push-speakerevents-get-summary-url/', from: '/javascript-sdk/guides/push-speakerevents-get-summary-url' }, { - to: '/javascript-sdk/tutorials/receive-ai-insights-from-your-computer', + to: '/javascript-sdk/tutorials/receive-ai-insights-from-your-computer/', from: [ '/javascript-sdk/guides/push-audio-get-realtime-data', '/javascript-sdk/tutorials/push-audio-get-realtime-data' ] }, { - to: '/concepts/speech-to-text', + to: '/concepts/speech-to-text/', 'from': '/conversation-api/concepts/speech-to-text' }, { - to: '/concepts/action-items', + to: '/concepts/action-items/', 'from': '/conversation-api/concepts/action-items' }, { - to: '/concepts/follow-ups', + to: '/concepts/follow-ups/', 'from': '/conversation-api/concepts/follow-ups' }, { - to: '/concepts/topics', + to: '/concepts/topics/', 'from': '/conversation-api/concepts/topics' }, { - to: '/concepts/topic-hierarchy', + to: '/concepts/topic-hierarchy/', 'from': '/conversation-api/concepts/topic-hierarchy' }, { - to: '/concepts/sentiment-analysis', + to: '/concepts/sentiment-analysis/', 'from': '/conversation-api/concepts/sentiment' }, { - to: '/concepts/conversational-analytics', + to: '/concepts/conversational-analytics/', 'from': '/conversation-api/concepts/analytics' }, { - to: '/conversation-api/action-items', + to: '/conversation-api/action-items/', 'from': [ '/conversation-api/api-reference/action-items', '/conversation-api/overview/action-items' ] }, { - to: '/conversation-api/analytics', + to: '/conversation-api/analytics/', 'from': [ '/conversation-api/api-reference/analytics', '/conversation-api/overview/analytics' ] }, { - to: '/conversation-api/conversation-data', + to: '/conversation-api/conversation-data/', 'from': [ '/conversation-api/api-reference/conversation', '/conversation-api/overview/conversation' ] }, { - to: '/conversation-api/delete-conversation', + to: '/conversation-api/delete-conversation/', 'from': [ '/conversation-api/api-reference/delete', '/conversation-api/overview/delete' ] }, { - to: '/conversation-api/entities', + to: '/conversation-api/entities/', 'from': [ '/conversation-api/api-reference/entities', '/conversation-api/overview/entities' ] }, { - to: '/conversation-api/follow-ups', + to: '/conversation-api/follow-ups/', 'from': [ '/conversation-api/api-reference/follow-ups', '/conversation-api/overview/follow-ups' ] }, { - to: '/conversation-api/insights', + to: '/conversation-api/insights/', 'from': [ '/conversation-api/api-reference/insights', '/conversation-api/overview/insights' ] }, { - to: '/conversation-api/members', + to: '/conversation-api/members/', 'from': [ '/conversation-api/api-reference/members', '/conversation-api/overview/members' ] }, { - to: '/conversation-api/messages', + to: '/conversation-api/messages/', 'from': [ '/conversation-api/api-reference/messages', '/conversation-api/overview/messages' ] }, { - to: '/conversation-api/questions', + to: '/conversation-api/questions/', 'from': [ '/conversation-api/api-reference/questions', '/conversation-api/overview/questions' ] }, { - to: '/conversation-api/speaker-events', + to: '/conversation-api/speaker-events/', 'from': [ '/conversation-api/api-reference/speakers', '/conversation-api/overview/speakers' ] }, { - to: '/conversation-api/get-topics', + to: '/conversation-api/get-topics/', 'from': [ '/conversation-api/api-reference/topics', '/conversation-api/overview/topics' ] }, { - to: '/conversation-api/transcript', + to: '/conversation-api/transcript/', 'from': [ '/conversation-api/api-reference/transcript', '/conversation-api/overview/transcript' ] }, { - to: '/conversation-api/update-members', + to: '/conversation-api/update-members/', 'from': [ '/conversation-api/api-reference/update-members', '/conversation-api/overview/update-members' ] }, { - to: '/pre-built-ui/summary-ui', + to: '/pre-built-ui/summary-ui/', 'from': [ '/pre-built-ui/video-summary-ui', '/pre-built-ui/text-summary-ui'