Skip to content

Commit e1cf106

Browse files
committed
add quickstart cards
1 parent b0a2cd3 commit e1cf106

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

fern/products/sdks/fern-folder.mdx

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Set up the Fern Folder
3-
description: Describes the Fern folder structure
2+
title: Quickstart
3+
description: Set up the fern folder
44
---
55

66
Configuring Fern starts with the `fern` folder, the root directory that contains
@@ -28,6 +28,25 @@ in different languages.
2828
</Accordion>
2929

3030
{/* <Markdown src="/products/sdks/snippets/option-3-asyncapi.mdx"/> */}
31+
32+
### Generate an SDK in your desired language
33+
34+
<CardGroup cols={3}>
35+
<Card title="TypeScript" icon="fa-duotone fa-js" href="/sdks/overview/typescript/quickstart">
36+
</Card>
37+
<Card title="Python" icon="fa-duotone fa-python" href="/sdks/overview/python/quickstart">
38+
</Card>
39+
<Card title="Go" icon="fa-duotone fa-golang" href="/sdks/overview/go/quickstart">
40+
</Card>
41+
<Card title="Java" icon="fa-duotone fa-java" href="/sdks/overview/java/quickstart">
42+
</Card>
43+
<Card title=".NET" icon="fa-duotone fa-microsoft" href="/sdks/overview/csharp/quickstart">
44+
</Card>
45+
<Card title="PHP" icon="fa-duotone fa-php" href="/sdks/overview/php/quickstart">
46+
</Card>
47+
</CardGroup>
48+
49+
3150

3251
</AccordionGroup>
3352
</Steps>

0 commit comments

Comments
 (0)