-
Notifications
You must be signed in to change notification settings - Fork 146
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(docs): mark php as a supported language (#5070)
- Loading branch information
Showing
1 changed file
with
16 additions
and
51 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,66 +3,31 @@ title: SDK Overview | |
description: Generate SDKs in multiple programming languages | ||
--- | ||
|
||
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. | ||
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="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="PHP" | ||
icon="brands php" | ||
/> | ||
<Card | ||
title="Swift" | ||
icon="brands swift" | ||
/> | ||
<Card | ||
title="Rust" | ||
icon="brands rust" | ||
/> | ||
<Card | ||
title="Terraform" | ||
icon="cloud" | ||
/> | ||
<Card | ||
title="CLI" | ||
icon="terminal" | ||
/> | ||
<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 title="Get early access"> | ||
Please reach out to [email protected] if you're interested in our generators that are coming soon. | ||
</Warning> |