11---
22title : Capabilities
3- description : Fern SDKs are built to have every feature you need.
4- subtitle : Fern SDKs are built to have every feature you need.
3+ description : Fern SDKs are built to have every feature you need.
4+ subtitle : Fern SDKs are built to have every feature you need.
55layout : overview
66---
77
@@ -27,7 +27,7 @@ layout: overview
2727 <Card title = " Registry Publishing" icon = " fa-duotone fa-box" >
2828 Fern will automatically publish your SDKs to registries like npm, PyPI, and Maven
2929 </Card >
30- <Card title = " Auto-Pagination" icon = " fa-solid fa-list" href = " /sdks/deep-dives/configure- auto-pagination" >
30+ <Card title = " Auto-Pagination" icon = " fa-solid fa-list" href = " /sdks/deep-dives/auto-pagination" >
3131 Paginate through API responses easily with offset, cursor, and link-based pagination.
3232 <p className = " text-(color:--grayscale-a11) font-bold mt-2 flex items-center gap-1" >
3333 Learn more
@@ -44,7 +44,7 @@ layout: overview
4444 <Card title = " Webhook Signature Verification" icon = " fa-duotone fa-key" >
4545 Verify the signature of incoming webhook requests
4646 </Card >
47- <Card title = " Idempotency Headers" icon = " fa-solid fa-shield" href = " /sdks/deep-dives/configure- idempotency" >
47+ <Card title = " Idempotency Headers" icon = " fa-solid fa-shield" href = " /sdks/deep-dives/idempotency" >
4848 Built-in protection against duplicate submissions
4949 <p className = " text-(color:--grayscale-a11) font-bold mt-2 flex items-center gap-1" >
5050 Learn more
@@ -69,7 +69,7 @@ layout: overview
6969 <img src = " ./images/arrow-right-white.svg" alt = " Arrow right light" className = " arrow-right hidden dark:block m-0 h-4 w-4" noZoom />
7070 </p >
7171 </Card >
72- <Card title = " Merging Multiple APIs" icon = " fa-duotone fa-code-merge" href = " /sdks/overview/set-up-the-fern-folder #configure-multiple-apis" >
72+ <Card title = " Merging Multiple APIs" icon = " fa-duotone fa-code-merge" href = " /sdks/overview/quickstart #configure-multiple-apis" >
7373 Multiple API Definitions. One SDK.
7474 <p className = " text-(color:--grayscale-a11) font-bold mt-2 flex items-center gap-1" >
7575 Learn more
0 commit comments