Conversation
…treaming/ prefixes - Change async-stt tab from skip-slug to slug: pre-recorded-audio - Change streaming-stt tab from skip-slug to slug: streaming - Update page slugs within both tabs to maintain correct URLs - Add redirects for all changed page URLs - Update existing redirect destinations to match new URLs Co-Authored-By: Lee Vaughn <dlvprogramming@gmail.com>
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
…slug prefixing Co-Authored-By: Lee Vaughn <dlvprogramming@gmail.com>
MAsuamah
approved these changes
Mar 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates the Fern docs sidebar configuration so that pages in the Pre-recorded STT tab resolve under
/docs/pre-recorded-audio/and pages in the Streaming STT tab resolve under/docs/streaming/.Navigation changes:
async-stttab: changed fromskip-slug: true→slug: pre-recorded-audiostreaming-stttab: changed fromskip-slug: true→slug: streamingpre-recorded-audio//streaming) toskip-slug: true, since the tab slug now provides the prefix/pre-recorded-audio/select-the-speech-model,/streaming/concurrency) were converted to relative slugs (e.g./select-the-speech-model,/concurrency) so the tab-level slug provides the prefix without doubling/turn-detection→turn-detection,/whisper-streaming→whisper-streaming,/medical-mode→medical-mode,/message-sequence→message-sequence)/evaluations/pre-recorded-audio→/evaluations(resolves to/docs/pre-recorded-audio/evaluations)/streaming-endpoints-and-data-zones→/endpoints-and-data-zones(resolves to/docs/streaming/endpoints-and-data-zones)/pre-recorded-audio→overview(resolves to/docs/pre-recorded-audio/overview)Redirect changes:
/docs/pre-recorded-audio/{page}TO/docs/{page}were reversed (forsupported-languages,language-detection,code-switching)source: /docs/streaming → destination: /docs/streaming/select-the-speech-modelReview & Testing Checklist for Human
supported-languages,language-detection,code-switching). Check that no source URL matches another redirect's destination in a way that creates a cycle./docs/pre-recorded-audio/webhooks,/docs/streaming/concurrency,/docs/pre-recorded-audio/keyterms-promptingactually render (not 404 or doubled).section slug: pre-recorded-audio/section slug: /streamingtotab slug+section skip-slug: true. Net URLs for pages like/docs/pre-recorded-audio/universal-3-proand/docs/streaming/universal-3-proshould remain the same./docs/evaluations/pre-recorded-audioshould redirect to/docs/pre-recorded-audio/evaluations. Streaming endpoints: old/docs/streaming-endpoints-and-data-zonesshould redirect to/docs/streaming/endpoints-and-data-zones./docs/webhooks,/docs/getting-started/transcribe-an-audio-file,/docs/getting-started/transcribe-streaming-audio,/docs/language-detection,/docs/supported-languages.Recommended test plan: Deploy a preview build and:
/docs/webhooks,/docs/guides/subtitles,/docs/streaming-endpoints-and-data-zones) and confirm they redirect to the correct new location/pre-recorded-audio/or/streaming/prefix/docs/streamingresolves as the tab landing page (no 404)Notes
/docs/account-management,/docs/guardrails/*) were intentionally left unchanged./), which is why page slugs were converted to relative form rather than keeping absolute paths with the prefix.Link to Devin session: https://app.devin.ai/sessions/5ed562868e764248b53fd2fd2462de9d
Requested by: @LeeVaughn