Voice agents: integrations-first overview + Voice SDK page (hide Flow)#209
Open
ArchieMcM234 wants to merge 1 commit intomainfrom
Open
Voice agents: integrations-first overview + Voice SDK page (hide Flow)#209ArchieMcM234 wants to merge 1 commit intomainfrom
ArchieMcM234 wants to merge 1 commit intomainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Pull request overview
Refactors the Voice agents documentation to emphasize partner integrations as the fastest onboarding path, while preserving and expanding Voice SDK documentation on a dedicated page.
Changes:
- Reworked the Voice agents overview to be integrations-first and added integration cards (Vapi/LiveKit/Pipecat).
- Renamed/expanded the former “Features” doc into a dedicated Voice SDK page and updated the Voice agents sidebar accordingly.
- Adjusted global sidebar ordering to place Voice agents after Text to speech.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
sidebars.ts |
Reorders the top-level sidebar list to move “Voice agents” below “Text to speech”. |
docs/voice-agents/overview.mdx |
Replaces the overview content with an integrations-first entry point and links to the Voice SDK page. |
docs/voice-agents/sidebar.ts |
Updates the Voice agents sidebar to show only Overview + Voice SDK (hides Flow). |
docs/voice-agents/voice-sdk.mdx |
Introduces a richer Voice SDK landing page (getting started, quickstart, presets, and config guidance). |
Comments suppressed due to low confidence (3)
docs/voice-agents/voice-sdk.mdx:10
pythonVoiceConfigSerializationis imported but never used in this MDX file. Removing the unused raw import will avoid unnecessary bundling and keeps the page easier to maintain.
docs/voice-agents/voice-sdk.mdx:101- The code sample comment says "interruptable"; the correct spelling is "interruptible".
docs/voice-agents/voice-sdk.mdx:137 - The snippet for listing presets references
VoiceAgentConfigPreset.list_presets()without showing whereVoiceAgentConfigPresetcomes from. Consider adding the relevant import (or fully qualifying it) so the example is copy/paste runnable.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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
This PR refactors the Voice agents docs to make it easier for users to get started via integration partners, while keeping the Voice SDK documentation available in a dedicated page.
What changed
Featurespage tovoice-sdk, and expanding it with:Navigation / IA
Voice agents sidebar is now:
Notes / follow-ups
Testing
Files changed
docs/sidebars.ts