File tree Expand file tree Collapse file tree 11 files changed +40
-43
lines changed Expand file tree Collapse file tree 11 files changed +40
-43
lines changed Original file line number Diff line number Diff line change @@ -12,17 +12,14 @@ Generate a C#/.NET SDK by following the instructions on this page.
1212
1313 ### Initialize the Fern Folder
1414
15- You can use either the OpenAPI definition, AsyncAPI definition, or Fern
16- Definition to generate your SDK.
15+ <Markdown src = " /products/sdks/snippets/initialize-fern-folder-intro.mdx" />
1716
1817 <AccordionGroup >
1918 <Markdown src = " /products/sdks/snippets/option-1-openapi.mdx" />
20-
21- <Markdown src = " /products/sdks/snippets/option-2-asyncapi.mdx" />
2219
23- <Accordion title = " Option 3 : Fern Definition" >
20+ <Accordion title = " Option 2 : Fern Definition" >
2421
25- <Markdown src = " /products/sdks/snippets/option-3 -fern-def.mdx" />
22+ <Markdown src = " /products/sdks/snippets/option-2 -fern-def.mdx" />
2623
2724 2 . Add the config option ` outputSourceFiles: true ` to
2825 ` generators.yml ` . This ensures your SDK contains source files in
@@ -51,6 +48,8 @@ Generate a C#/.NET SDK by following the instructions on this page.
5148 preferred SDK language.</Note>
5249 </Accordion>
5350
51+ {/* <Markdown src="/products/sdks/snippets/option-3-asyncapi.mdx"/> */}
52+
5453 </AccordionGroup>
5554
5655<Markdown src="/products/sdks/snippets/pass-fern-check.mdx"/>
Original file line number Diff line number Diff line change @@ -12,17 +12,14 @@ Generate a Go SDK by following the instructions on this page.
1212
1313 ### Initialize the Fern Folder
1414
15- You can use either the OpenAPI definition, AsyncAPI definition, or Fern
16- Definition to generate your SDK.
15+ <Markdown src = " /products/sdks/snippets/initialize-fern-folder-intro.mdx" />
1716
1817 <AccordionGroup >
1918 <Markdown src = " /products/sdks/snippets/option-1-openapi.mdx" />
20-
21- <Markdown src = " /products/sdks/snippets/option-2-asyncapi.mdx" />
2219
23- <Accordion title = " Option 3 : Fern Definition" >
20+ <Accordion title = " Option 2 : Fern Definition" >
2421
25- <Markdown src = " /products/sdks/snippets/option-3 -fern-def.mdx" />
22+ <Markdown src = " /products/sdks/snippets/option-2 -fern-def.mdx" />
2623
2724 2 . Add the config option ` outputSourceFiles: true ` to
2825 ` generators.yml ` . This ensures your SDK contains source files in
@@ -51,6 +48,8 @@ Generate a Go SDK by following the instructions on this page.
5148 preferred SDK language.</Note>
5249 </Accordion>
5350
51+ {/* <Markdown src="/products/sdks/snippets/option-3-asyncapi.mdx"/> */}
52+
5453 </AccordionGroup>
5554
5655<Markdown src="/products/sdks/snippets/pass-fern-check.mdx"/>
Original file line number Diff line number Diff line change @@ -12,17 +12,14 @@ Generate a Java SDK by following the instructions on this page.
1212
1313 ### Initialize the Fern Folder
1414
15- You can use either the OpenAPI definition, AsyncAPI definition, or Fern
16- Definition to generate your SDK.
15+ <Markdown src = " /products/sdks/snippets/initialize-fern-folder-intro.mdx" />
1716
1817 <AccordionGroup >
1918 <Markdown src = " /products/sdks/snippets/option-1-openapi.mdx" />
20-
21- <Markdown src = " /products/sdks/snippets/option-2-asyncapi.mdx" />
2219
23- <Accordion title = " Option 3 : Fern Definition" >
20+ <Accordion title = " Option 2 : Fern Definition" >
2421
25- <Markdown src = " /products/sdks/snippets/option-3 -fern-def.mdx" />
22+ <Markdown src = " /products/sdks/snippets/option-2 -fern-def.mdx" />
2623
2724 2 . Add the config option ` outputSourceFiles: true ` to
2825 ` generators.yml ` . This ensures your SDK contains source files in
@@ -51,6 +48,8 @@ Generate a Java SDK by following the instructions on this page.
5148 preferred SDK language.</Note>
5249 </Accordion>
5350
51+ {/* <Markdown src="/products/sdks/snippets/option-3-asyncapi.mdx"/> */}
52+
5453 </AccordionGroup>
5554
5655<Markdown src="/products/sdks/snippets/pass-fern-check.mdx"/>
Original file line number Diff line number Diff line change @@ -12,17 +12,14 @@ Generate a PHP SDK by following the instructions on this page.
1212
1313 ### Initialize the Fern Folder
1414
15- You can use either the OpenAPI definition, AsyncAPI definition, or Fern
16- Definition to generate your SDK.
15+ <Markdown src = " /products/sdks/snippets/initialize-fern-folder-intro.mdx" />
1716
1817 <AccordionGroup >
1918 <Markdown src = " /products/sdks/snippets/option-1-openapi.mdx" />
20-
21- <Markdown src = " /products/sdks/snippets/option-2-asyncapi.mdx" />
2219
23- <Accordion title = " Option 3 : Fern Definition" >
20+ <Accordion title = " Option 2 : Fern Definition" >
2421
25- <Markdown src = " /products/sdks/snippets/option-3 -fern-def.mdx" />
22+ <Markdown src = " /products/sdks/snippets/option-2 -fern-def.mdx" />
2623
2724 2 . Add the config option ` outputSourceFiles: true ` to
2825 ` generators.yml ` . This ensures your SDK contains source files in
@@ -51,6 +48,8 @@ Generate a PHP SDK by following the instructions on this page.
5148 preferred SDK language.</Note>
5249 </Accordion>
5350
51+ {/* <Markdown src="/products/sdks/snippets/option-3-asyncapi.mdx"/> */}
52+
5453 </AccordionGroup>
5554
5655<Markdown src="/products/sdks/snippets/pass-fern-check.mdx"/>
Original file line number Diff line number Diff line change @@ -12,17 +12,14 @@ Generate a Python SDK by following the instructions on this page.
1212
1313 ### Initialize the Fern Folder
1414
15- You can use either the OpenAPI definition, AsyncAPI definition, or Fern
16- Definition to generate your SDK.
15+ <Markdown src = " /products/sdks/snippets/initialize-fern-folder-intro.mdx" />
1716
1817 <AccordionGroup >
1918 <Markdown src = " /products/sdks/snippets/option-1-openapi.mdx" />
20-
21- <Markdown src = " /products/sdks/snippets/option-2-asyncapi.mdx" />
2219
23- <Accordion title = " Option 3 : Fern Definition" >
20+ <Accordion title = " Option 2 : Fern Definition" >
2421
25- <Markdown src = " /products/sdks/snippets/option-3 -fern-def.mdx" />
22+ <Markdown src = " /products/sdks/snippets/option-2 -fern-def.mdx" />
2623
2724 2 . Add the config option ` outputSourceFiles: true ` to
2825 ` generators.yml ` . This ensures your SDK contains source files in
@@ -51,6 +48,8 @@ Generate a Python SDK by following the instructions on this page.
5148 preferred SDK language.</Note>
5249 </Accordion>
5350
51+ {/* <Markdown src="/products/sdks/snippets/option-3-asyncapi.mdx"/> */}
52+
5453 </AccordionGroup>
5554
5655<Markdown src="/products/sdks/snippets/pass-fern-check.mdx"/>
Original file line number Diff line number Diff line change @@ -12,17 +12,14 @@ Generate a Ruby SDK by following the instructions on this page.
1212
1313 ### Initialize the Fern Folder
1414
15- You can use either the OpenAPI definition, AsyncAPI definition, or Fern
16- Definition to generate your SDK.
15+ <Markdown src = " /products/sdks/snippets/initialize-fern-folder-intro.mdx" />
1716
1817 <AccordionGroup >
1918 <Markdown src = " /products/sdks/snippets/option-1-openapi.mdx" />
20-
21- <Markdown src = " /products/sdks/snippets/option-2-asyncapi.mdx" />
2219
23- <Accordion title = " Option 3 : Fern Definition" >
20+ <Accordion title = " Option 2 : Fern Definition" >
2421
25- <Markdown src = " /products/sdks/snippets/option-3 -fern-def.mdx" />
22+ <Markdown src = " /products/sdks/snippets/option-2 -fern-def.mdx" />
2623
2724 2 . Add the config option ` outputSourceFiles: true ` to
2825 ` generators.yml ` . This ensures your SDK contains source files in
@@ -51,6 +48,8 @@ Generate a Ruby SDK by following the instructions on this page.
5148 preferred SDK language.</Note>
5249 </Accordion>
5350
51+ {/* <Markdown src="/products/sdks/snippets/option-3-asyncapi.mdx"/> */}
52+
5453 </AccordionGroup>
5554
5655<Markdown src="/products/sdks/snippets/pass-fern-check.mdx"/>
Original file line number Diff line number Diff line change @@ -12,16 +12,14 @@ Generate a TypeScript SDK by following the instructions on this page.
1212
1313 ### Initialize the Fern Folder
1414
15- You can use either the OpenAPI definition, AsyncAPI definition, or Fern Definition to generate your SDK.
15+ < Markdown src = " /products/sdks/snippets/initialize-fern-folder-intro.mdx " />
1616
1717 <AccordionGroup >
1818 <Markdown src = " /products/sdks/snippets/option-1-openapi.mdx" />
1919
20- <Markdown src = " /products/sdks/snippets/option-2-asyncapi.mdx" />
21-
22- <Accordion title = " Option 3: Fern Definition" >
20+ <Accordion title = " Option 2: Fern Definition" >
2321
24- <Markdown src = " /products/sdks/snippets/option-3 -fern-def.mdx" />
22+ <Markdown src = " /products/sdks/snippets/option-2 -fern-def.mdx" />
2523
2624 2 . Add the config option ` outputSourceFiles: true ` to
2725 ` generators.yml ` . This ensures your SDK contains source files in
@@ -49,10 +47,12 @@ Generate a TypeScript SDK by following the instructions on this page.
4947 local`. In subsequent steps, you'll add an additional generator for your
5048 preferred SDK language.</Note>
5149 </Accordion>
50+
51+ {/* <Markdown src="/products/sdks/snippets/option-3-asyncapi.mdx"/> */}
5252
5353 </AccordionGroup>
5454
55- <Markdown src="/products/sdks/snippets/pass-fern-check.mdx"/>
55+ <Markdown src="/products/sdks/snippets/pass-fern-check.mdx"/>
5656
5757# ## Add the SDK generator
5858
Original file line number Diff line number Diff line change @@ -149,6 +149,7 @@ navigation:
149149 - page : Filter Your Endpoints (Audiences)
150150 path : ./guides/filter-your-endpoints-audiences.mdx
151151 - page : Self-host Fern's SDK Generators
152+ hidden : true
152153 path : ./guides/self-host-fern-generators.mdx
153154 - section : Reference
154155 contents :
Original file line number Diff line number Diff line change 1+ You can use either the OpenAPI definition or Fern
2+ Definition to generate your SDK.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments