You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fern/products/sdks/capabilities.mdx
+44-12Lines changed: 44 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,9 +42,17 @@ layout: overview
42
42
43
43
</Card>
44
44
45
-
<Cardtitle="Multipart Form Data"icon="fa-duotone fa-upload">
45
+
<Cardtitle="Multipart Form Data"icon="fa-duotone fa-upload"href="https://github.com/cohere-ai/cohere-typescript/blob/8541d1e5df40c1d225e2dc7901a25fbb1019e817/src/api/resources/datasets/client/Client.ts#L202">
Copy file name to clipboardExpand all lines: fern/products/sdks/custom-code.mdx
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,11 +27,14 @@ LICENSE
27
27
# Custom code
28
28
src/CustomClient.ts
29
29
```
30
+
30
31
<Note>For another example, see Cohere's [`.fernignore` file for their TypeScript SDK](https://github.com/cohere-ai/cohere-typescript/blob/ad583e3003bd51e80a82317f9e16beec85881b86/.fernignore).</Note>
31
32
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
+
32
35
You'll have a separate `.fernignore` file for each of your SDKs:
33
36
34
-
```text {9, 13}
37
+
```
35
38
├─ company-repo # Top-level repo for all SDKs
36
39
├─ fern/
37
40
├─ apis/
@@ -47,12 +50,11 @@ You'll have a separate `.fernignore` file for each of your SDKs:
0 commit comments