Conversation
- Remove SDK links from README.md - Remove Ruby snippet source from fern/docs.yml - Remove C# and Ruby Tab blocks from lemur, guides, and streaming MDX pages - Remove C# and Ruby code blocks from pre-recorded-audio MDX pages - Remove commented-out C#/Ruby links from streaming.mdx - Remove .NET and Ruby from prerequisites in apply-llms-to-audio-files.mdx Co-Authored-By: Matt Lawler <matthewlawler99@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:
|
Co-Authored-By: Matt Lawler <matthewlawler99@gmail.com>
Co-Authored-By: Matt Lawler <matthewlawler99@gmail.com>
Co-Authored-By: Matt Lawler <matthewlawler99@gmail.com>
LeeVaughn
approved these changes
Mar 7, 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
Removes all references to the Java SDK, Ruby SDK, C# .NET SDK, and PHP across the documentation, as these SDKs are being deprecated/removed from the docs.
Changes across 18 files (~4,600 lines removed):
snippets: {}replaces the ruby SDK link)<Tab language="csharp">,<Tab language="ruby">, and<Tab language="php">blocks with their full code examples```csharp title="C#",```ruby title="Ruby", and```php title="PHP"code fence blocksIntentionally kept:
semantic-kernel.mdx— this is a dedicated integration page (not the C# SDK itself)twilio.mdx— blog post links referencing C# are left as external resource linksHeadings.yml— "Java", "Ruby", "C#" are general capitalization exceptions, not SDK referencesdocs.ymlfor old C#/Java streaming URLs (prevents broken links)Updates since last revision
<Tab>blocks (34 instances across guides and lemur pages) and code fence blocks (7 instances in pre-recorded-audio pages)Review & Testing Checklist for Human
snippets: {}is valid Fern config: The Ruby snippet source was the only entry undersnippets:. Confirm the empty object doesn't break the Fern build or API reference snippet rendering.semantic-kernel.mdxshould also be removed: This page is entirely about C# .NET. It was kept because it's an integration page rather than an SDK reference, but you may want it removed too.Test Plan
fern docs devlocally and navigate through affected pages (guides, lemur docs, streaming, pre-recorded audio features)<Tabs>wrappers with too few childrenNotes
Link to Devin Session: https://app.devin.ai/sessions/4f1be1b27ef940059b6beb4dae808311
Requested by: @MLawlz