Update Python pip package to signalwire-sdk and comment out TypeScript in guides#289
Merged
Devon-White merged 2 commits intomainfrom Apr 12, 2026
Merged
Conversation
…ent out TypeScript usage in guides
Contributor
Author
|
Requested by: Devon White |
❌ Link Check FailedPreview: https://signalwire-preview-9d34c37a-e7c4-4cad-a8ce-69211abba897.docs.buildwithfern.com/docs ❌ 2 Broken Link(s)
|
briankwest
approved these changes
Apr 12, 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
signalwiretosignalwire-sdkacross both the guides and reference tabs in the server SDKs documentation<Tab>sections in the guides tab using{/* ... */}MDX commentsPip package updates (guides + reference):
pip install signalwire→pip install signalwire-sdkpip install "signalwire[extras]"→pip install "signalwire-sdk[extras]"signalwire>=1.0.15→signalwire-sdk>=1.0.15in requirements.txt examplesTypeScript commented out (guides only):
<Tab title="TypeScript">blocks wrapped in{/* ... */}comments across 34 guide files50 files changed across guides and reference sections.
Review & Testing Checklist for Human
Notes
signalwire-pomreferences were intentionally left unchanged (separate package)importstatements were not changed — only pip install commands and requirements.txt entriesRequested by: Fern Support