File tree Expand file tree Collapse file tree 4 files changed +6
-21
lines changed Expand file tree Collapse file tree 4 files changed +6
-21
lines changed Original file line number Diff line number Diff line change @@ -30,24 +30,9 @@ in different languages.
3030 { /* <Markdown src="/products/sdks/snippets/option-3-asyncapi.mdx"/> */ }
3131 </AccordionGroup >
3232
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-6 w-6" noZoom />} href = " /sdks/generators/typescript/quickstart" >
37- </Card >
38- <Card title = " Python" icon = { <img src = " ./images/icons/python-light.svg" className = " h-6 w-6" noZoom />} href = " /sdks/generators/python/quickstart" >
39- </Card >
40- <Card title = " Go" icon = { <img src = " ./images/icons/go-light.svg" className = " h-6 w-6" noZoom />} href = " /sdks/generators/go/quickstart" >
41- </Card >
42- <Card title = " Java" icon = { <img src = " ./images/icons/java-light.svg" className = " h-6 w-6" noZoom />} href = " /sdks/generators/java/quickstart" >
43- </Card >
44- <Card title = " .NET" icon = { <img src = " ./images/icons/csharp-light.svg" className = " h-6 w-6" noZoom />} href = " /sdks/generators/csharp/quickstart" >
45- </Card >
46- <Card title = " PHP" icon = { <img src = " ./images/icons/php-light.svg" className = " h-6 w-6" noZoom />} href = " /sdks/generators/php/quickstart" >
47- </Card >
48- <Card title = " Ruby" icon = { <img src = " ./images/icons/ruby-light.svg" className = " h-6 w-6" noZoom />} href = " /sdks/generators/php/quickstart" >
49- </Card >
50- </CardGroup >
33+ ### Set up GitHub
34+
35+ Now, you're ready to [ set up your GitHub repositories] ( /sdks/overview/github ) .
5136
5237</Steps >
5338
Original file line number Diff line number Diff line change 11---
2- title : Set up your GitHub Structure
2+ title : Structure your GitHub repositories
33description : Set up GitHub repositories for your SDKs
44---
55
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ you'll have a versioned package published on npm.
1616
1717 * An initialized ` fern ` folder on your local machine. See [ Set up the ` fern `
1818 folder] ( /sdks/overview/quickstart ) .
19- * A GitHub repository for your TypeScript SDK. See [ Set up your GitHub structure] ( /sdks/github ) .
19+ * A GitHub repository for your TypeScript SDK. See [ Set up your GitHub structure] ( /sdks/overview/ github ) .
2020 * A TypeScript generator group in ` generators.yml ` . See [ TypeScript
2121 Quickstart] ( quickstart#add-the-sdk-generator ) .
2222
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Generate a TypeScript SDK by following the instructions on this page.
1010
1111 * An initialized ` fern ` folder on your local machine. See [ Set up the ` fern `
1212 folder] ( /sdks/overview/quickstart ) .
13- * A GitHub repository for your TypeScript SDK. See [ Set up your GitHub structure ] ( /sdks/github ) .
13+ * A GitHub repository for your TypeScript SDK. See [ Set up your GitHub repositories ] ( /sdks/overview /github ) .
1414</Info >
1515
1616<Steps >
You can’t perform that action at this time.
0 commit comments