Skip to content

Commit

Permalink
Fix redirects (#426)
Browse files Browse the repository at this point in the history
* Fix redirects.

* Fix staging build.
  • Loading branch information
Adam Voliva authored Mar 11, 2022
1 parent 67f0a17 commit 528b712
Showing 1 changed file with 38 additions and 38 deletions.
76 changes: 38 additions & 38 deletions docusaurus-staging.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 528b712

Please sign in to comment.