File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
fern/products/sdks/overview Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -37,13 +37,13 @@ fern add fern-python-sdk --group sdk
3737This command adds the following to ` generators.yml ` :
3838
3939``` yaml
40- sdk :
40+ sdk :
4141 generators :
42- - name : fernapi/fern-python-sdk
42+ - name : fernapi/fern-python-sdk
4343 version : <Markdown src="/snippets/version-number.mdx"/>
4444 output :
45- location : local-file-system
46- path : ../sdks/python
45+ location : local-file-system
46+ path : ../sdks/python
4747` ` `
4848<Markdown src="/products/sdks/snippets/generate-sdk.mdx"/>
4949
Original file line number Diff line number Diff line change @@ -35,15 +35,15 @@ fern add fern-typescript-node-sdk --group sdk
3535
3636This command adds the following to ` generators.yml ` :
3737
38- ``` yaml
38+ ``` yaml
3939 sdk :
4040 generators :
4141 - name : fernapi/fern-typescript-node-sdk
4242 version : <Markdown src="/snippets/version-number.mdx"/>
4343 output :
4444 location : local-file-system
4545 path : ../sdks/typescript
46- ` ` `
46+ ` ` `
4747<Markdown src="/products/sdks/snippets/generate-sdk.mdx"/>
4848
4949` ` ` bash
You can’t perform that action at this time.
0 commit comments