Remove Browser SDK v3 guides - #553
Merged
Merged
Conversation
Contributor
Devon-White
self-requested a review
August 10, 2026 12:02
Devon-White
approved these changes
Aug 10, 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.
Description
Per @briankwest , the Browser SDK v3 guides are retired. This removes them and leaves v3 as reference-only, like v2.
What changed
fern/products/browser-sdk/pages/v3/guides/— 10 published guides plus 6 unpublished.draftfiles.guidestab fromfern/products/browser-sdk/versions/v3.yml. Thereferenceandclick-to-calltabs are untouched; Click-to-Call lives outsidepages/v3/and is hard-linked fromversions/v4.yml, so it survives.fern/docs.ymlcovering both the/v3/js/guides*and legacy/js/guides*paths.Note
Several removed guides covered recording, RTMP streaming, and interactive live streaming. v4 does not implement those features yet.
Redirects management
The new rules are placed above the existing
/docs/browser-sdk/js/:slug*wildcard. That wildcard currently routes legacy guide paths into the v3 tree; left first, it would send them into pages that no longer exist.Inbound link fixes
platform/.../setup/api-credentials.mdxCreate Room Token/Create Chat Tokenendpoints instead of the deleted demos; the generic "Guide" link goes to the v4 guides overviewbrowser-sdk/pages/v3/reference/video/RoomSession/index.mdxCreate Room Tokenendpoint referencesnippets/browser-sdk/v3/installation.mdx/v3/guides) was already broken, since the real slug was/js/guidesVerification
yarn fern-checkandyarn fern-md-check(the two commands CI runs) both pass with 0 errors. The single warning is a pre-existing accent-color contrast note, unrelated to this branch.Against a Fern preview deploy:
308to the migration guide, including the legacy un-versioned forms.js/guidesentries.200.api-credentialspage renders the new endpoint links with no stale references.Notes for the reviewer
Kept
fern/assets/images/video/layouts/(21 layout previews) andoverlay-animation.gif. These were referenced only by the unpublished drafts, so they were never live, and the current v4 layouts guide discusses those same layout names without images of its own. They look more like material for that guide than debris from this removal.Type of Change
Related Issues
#551
Testing
Checklist