Skip to content

Commit

Permalink
chore(docs): mark php as a supported language (#5070)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsinghvi authored Nov 1, 2024
1 parent fdf7e3e commit a5169be
Showing 1 changed file with 16 additions and 51 deletions.
67 changes: 16 additions & 51 deletions fern/pages/sdks/introduction/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit a5169be

Please sign in to comment.