-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Revert "chore(docs): initial restructuring" (#5220)"
This reverts commit 8713b7b.
- Loading branch information
1 parent
8f96b43
commit 7962791
Showing
27 changed files
with
143 additions
and
118 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
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
## 1.9.8 | ||
**`(feat):`** Add support for [idempotency headers](https://buildwithfern.com/learn/sdks/features/idempotency-headers). | ||
**`(feat):`** Add support for [idempotency headers](https://buildwithfern.com/learn/sdks/capabilities/idempotency-headers). | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
title: Language support | ||
--- | ||
|
||
Fern supports generating SDKs in several different programming languages. Each SDK generator is written by a language expert and is officially maintained by the Fern team. | ||
|
||
### Generally Available | ||
|
||
<CardGroup cols={3}> | ||
<Card title="TypeScript" icon="brands node-js" /> | ||
<Card title="Python" icon="brands python" /> | ||
<Card title="Go" icon="brands golang" /> | ||
<Card title=".NET" icon="brands microsoft" /> | ||
<Card title="Java" icon="brands java" /> | ||
<Card title="Ruby" icon="gem" /> | ||
<Card title="PHP" icon="brands php" /> | ||
</CardGroup> | ||
|
||
### Coming Soon | ||
|
||
<CardGroup cols={3}> | ||
<Card title="Swift" icon="brands swift" /> | ||
<Card title="Rust" icon="brands rust" /> | ||
<Card title="Terraform" icon="cloud" /> | ||
<Card title="CLI" icon="terminal" /> | ||
</CardGroup> | ||
|
||
<Warning title="Get early access"> | ||
Please reach out to [email protected] if you're interested in our generators that are coming soon. | ||
</Warning> |
Oops, something went wrong.