File tree Expand file tree Collapse file tree 1 file changed +21
-2
lines changed Expand file tree Collapse file tree 1 file changed +21
-2
lines changed Original file line number Diff line number Diff line change 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
66Configuring 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 >
You can’t perform that action at this time.
0 commit comments