Skip to content

Commit 65bb16d

Browse files
committed
revert unintentionally changed files
1 parent 3289f96 commit 65bb16d

File tree

3 files changed

+301
-300
lines changed

3 files changed

+301
-300
lines changed

fern/products/sdks/custom-code.mdx

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,11 @@ LICENSE
2727
# Custom code
2828
src/CustomClient.ts
2929
```
30-
3130
<Note>For another example, see Cohere's [`.fernignore` file for their TypeScript SDK](https://github.com/cohere-ai/cohere-typescript/blob/ad583e3003bd51e80a82317f9e16beec85881b86/.fernignore).</Note>
3231

33-
<Note>For another example, see Cohere's [`.fernignore` file for their TypeScript SDK](https://github.com/cohere-ai/cohere-typescript/blob/ad583e3003bd51e80a82317f9e16beec85881b86/.fernignore).</Note>
34-
3532
You'll have a separate `.fernignore` file for each of your SDKs:
3633

37-
```
34+
```text {9, 13}
3835
├─ company-repo # Top-level repo for all SDKs
3936
├─ fern/
4037
├─ apis/
@@ -50,11 +47,12 @@ You'll have a separate `.fernignore` file for each of your SDKs:
5047
└── .fernignore
5148
```
5249

53-
## Augmenting your SDK with custom code
5450

55-
Get started adding custom code to a specific SDK:
51+
## Augmenting your SDK with custom code
52+
53+
Get started adding custom code to a specific SDK:
5654

57-
<CardGroup cols={3}>
55+
<CardGroup cols={3}>
5856
<Card title="TypeScript" icon={<img src="./images/icons/ts-light.svg" alt="TypeScript logo" className="h-6 w-6" noZoom />} href="/sdks/generators/typescript/custom-code">
5957
</Card>
6058
<Card title="Python" icon={<img src="./images/icons/python-light.svg" className="h-6 w-6" noZoom />} href="/sdks/generators/python/custom-code">
@@ -72,4 +70,4 @@ Get started adding custom code to a specific SDK:
7270
<Card title="Ruby" icon={<img src="./images/icons/ruby-light.svg" className="h-6 w-6" noZoom />}>
7371
Coming soon
7472
</Card>
75-
</CardGroup>
73+
</CardGroup>

0 commit comments

Comments
 (0)