File tree Expand file tree Collapse file tree 2 files changed +22
-3
lines changed Expand file tree Collapse file tree 2 files changed +22
-3
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,28 @@ in different languages.
2727 <Markdown src = " /products/sdks/snippets/option-2-fern-def.mdx" />
2828 </Accordion >
2929
30- { /* <Markdown src="/products/sdks/snippets/option-3-asyncapi.mdx"/> */ }
31-
30+ { /* <Markdown src="/products/sdks/snippets/option-3-asyncapi.mdx"/> */ }
3231 </AccordionGroup >
32+
33+ ### Generate an SDK in your desired language
34+
35+ <CardGroup cols = { 3 } >
36+ <Card title = " TypeScript" icon = { <img src = " ./images/icons/ts-light.svg" alt = " TypeScript logo" className = " h-10 w-10" noZoom />} href = " /sdks/generators/typescript/quickstart" >
37+ </Card >
38+ <Card title = " Python" icon = { <img src = " ./images/icons/python-light.svg" />} href = " /sdks/generators/python/quickstart" >
39+ </Card >
40+ <Card title = " Go" icon = { <img src = " ./images/icons/go-light.svg" />} href = " /sdks/generators/go/quickstart" >
41+ </Card >
42+ <Card title = " Java" icon = { <img src = " ./images/icons/java-light.svg" />} href = " /sdks/generators/java/quickstart" >
43+ </Card >
44+ <Card title = " .NET" icon = { <img src = " ./images/icons/csharp-light.svg" />} href = " /sdks/generators/csharp/quickstart" >
45+ </Card >
46+ <Card title = " PHP" icon = { <img src = " ./images/icons/php-light.svg" />} href = " /sdks/generators/php/quickstart" >
47+ </Card >
48+ <Card title = " Ruby" icon = { <img src = " ./images/icons/ruby-light.svg" />} href = " /sdks/generators/php/quickstart" >
49+ </Card >
50+ </CardGroup >
51+
3352</Steps >
3453
3554## Learn more about the initialized files
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ navigation:
33 contents :
44 - page : Introduction
55 path : ./introduction.mdx
6- - page : Set up the Fern Folder
6+ - page : Quickstart
77 path : ./fern-folder.mdx
88 - page : Capabilities
99 path : ./capabilities.mdx
You can’t perform that action at this time.
0 commit comments