@@ -27,6 +27,18 @@ layout: overview
2727 <Card title = " Schema Validation" icon = " fa-duotone fa-check-circle" href = " /sdks/deep-dives/testing#mock-server-tests" >
2828 Fail fast if payloads diverge from your schema
2929
30+ <p className = " text-(color:--grayscale-a11) font-bold mt-2 flex items-center gap-1" >
31+ Learn more
32+
33+ <img src = " https://files.buildwithfern.com/fern.docs.buildwithfern.com/learn/2025-09-30T17:39:54.370Z/products/home/pages/images/arrow-right-black.svg" alt = " Arrow right light" className = " arrow-right dark:hidden m-0 h-4 w-4" noZoom = { false } />
34+
35+ <img src = " https://files.buildwithfern.com/fern.docs.buildwithfern.com/learn/2025-09-30T17:39:54.370Z/products/home/pages/images/arrow-right-white.svg" alt = " Arrow right light" className = " arrow-right hidden dark:block m-0 h-4 w-4" />
36+ </p >
37+ </Card >
38+
39+ <Card title = " Discriminated Unions" icon = " fa-duotone fa-code-branch" href = " /api-definitions/ferndef/types#discriminated-unions" >
40+ Fern SDKs include support for discriminated unions
41+
3042 <p className = " text-(color:--grayscale-a11) font-bold mt-2 flex items-center gap-1" >
3143 Learn more
3244
@@ -37,11 +49,6 @@ layout: overview
3749
3850 </Card >
3951
40- <Card title = " Discriminated Unions" icon = " fa-duotone fa-code-branch" >
41- Fern SDKs include support for discriminated unions
42-
43- </Card >
44-
4552 <Card title = " 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" >
4653 SDKs that handle multipart form data
4754
@@ -198,13 +205,14 @@ layout: overview
198205 <Card title = " WebSockets" icon = " fa-duotone fa-bolt" href = " /api-definitions/ferndef/websockets" >
199206 Send and receive messages over WebSockets
200207
201- <p className = " text-(color:--grayscale-a11) font-bold mt-2 flex items-center gap-1" >
202- Learn more
208+ <p className = " text-(color:--grayscale-a11) font-bold mt-2 flex items-center gap-1" >
209+ Learn more
203210
204- <img src = " https://files.buildwithfern.com/fern.docs.buildwithfern.com/learn/2025-09-30T17:39:54.370Z/products/home/pages/images/arrow-right-black.svg" alt = " Arrow right light" className = " arrow-right dark:hidden m-0 h-4 w-4" noZoom />
211+ <img src = " https://files.buildwithfern.com/fern.docs.buildwithfern.com/learn/2025-09-30T17:39:54.370Z/products/home/pages/images/arrow-right-black.svg" alt = " Arrow right light" className = " arrow-right dark:hidden m-0 h-4 w-4" noZoom />
212+
213+ <img src = " https://files.buildwithfern.com/fern.docs.buildwithfern.com/learn/2025-09-30T17:39:54.370Z/products/home/pages/images/arrow-right-white.svg" alt = " Arrow right light" className = " arrow-right hidden dark:block m-0 h-4 w-4" noZoom />
214+ </p >
205215
206- <img src = " https://files.buildwithfern.com/fern.docs.buildwithfern.com/learn/2025-09-30T17:39:54.370Z/products/home/pages/images/arrow-right-white.svg" alt = " Arrow right light" className = " arrow-right hidden dark:block m-0 h-4 w-4" noZoom />
207- </p >
208216 </Card >
209217
210218 <Card title = " Model Context Protocol" icon = " fa-duotone fa-layer-group" href = " /sdks/generators/mcp-server" >
0 commit comments