Skip to content

add js streaming migration guide #329

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion fern/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -395,10 +395,14 @@ navigation:
path: pages/05-guides/cookbooks/core-transcription/fix_slam1_capitalization.mdx
slug: fix_slam1_capitalization
hidden: true
- page: Migrating from Streaming v2 to Streaming v3
- page: Migrating from Streaming v2 to Streaming v3 (Python)
path: pages\05-guides\cookbooks\streaming-stt\v2_to_v3.mdx
slug: v2_to_v3_migration
hidden: true
- page: Migrating from Streaming v2 to Streaming v3 (JavaScript)
path: pages\05-guides\cookbooks\streaming-stt\v2_to_v3_js.mdx
slug: v2_to_v3_migration_js
hidden: true
- page: Transcribe Audio Files with Streaming Speech-to-Text
path: pages/05-guides/cookbooks/streaming-stt/transcribe_audio_file.mdx
slug: streaming_transcribe_audio_file
Expand Down
Loading
Loading