-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: remove server side code generators that aren't built (#3138)
* docs: remove server side code generators that aren't built * update SDK generator pages
- Loading branch information
1 parent
b1e8c01
commit 11f359c
Showing
11 changed files
with
61 additions
and
152 deletions.
There are no files selected for viewing
This file contains 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
22 changes: 0 additions & 22 deletions
22
fern/docs/pages/fern-sdks/other-generators/server-side/django.mdx
This file was deleted.
Oops, something went wrong.
22 changes: 0 additions & 22 deletions
22
fern/docs/pages/fern-sdks/other-generators/server-side/dotnet.mdx
This file was deleted.
Oops, something went wrong.
22 changes: 0 additions & 22 deletions
22
fern/docs/pages/fern-sdks/other-generators/server-side/flask.mdx
This file was deleted.
Oops, something went wrong.
27 changes: 0 additions & 27 deletions
27
fern/docs/pages/fern-sdks/other-generators/server-side/go.mdx
This file was deleted.
Oops, something went wrong.
22 changes: 0 additions & 22 deletions
22
fern/docs/pages/fern-sdks/other-generators/server-side/ruby-on-rails.mdx
This file was deleted.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,20 +3,20 @@ title: The C# SDK generator | |
description: Use Fern's C# SDK generator and your API definition to output a fully functional C# SDK (client libraries) to your local filesystem, or publish it to NuGet. | ||
--- | ||
|
||
Latest version: `0.0.0` | ||
|
||
<Callout intent = "tip"> | ||
Coming by the end of the year! | ||
Generally available in 2024! If you'd like to join the private beta, [drop us an email](mailto:[email protected]?subject=Join%20the%20C%23%20private%20beta). | ||
</Callout> | ||
|
||
[Source code](https://github.com/fern-api/fern/tree/main/generators/ruby)<br /> | ||
**Latest version**: `0.0.0-1` | ||
|
||
<br /> | ||
|
||
The C# SDK generator outputs a fully functional C# | ||
SDK. It can publish the SDK to [NuGet.org](https://www.nuget.org). | ||
The C# SDK generator outputs a fully functional C# SDK. It can publish the SDK to [NuGet.org](https://www.nuget.org). | ||
|
||
<CodeBlock title="generators.yml"> | ||
```yaml | ||
- name: fernapi/fern-csharp-sdk | ||
version: 0.0.0 | ||
version: 0.0.0-1 | ||
``` | ||
</CodeBlock> |
This file contains 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
This file contains 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
This file contains 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
This file contains 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