From ea56b944fe5ce9b5f29b1cf444795f15a1d531d3 Mon Sep 17 00:00:00 2001 From: "fern-api[bot]" <115122769+fern-api[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 18:37:08 +0000 Subject: [PATCH 1/2] Convert C++ and Kotlin SDK cards to request links --- fern/assets/styles.css | 19 +++++++++++++++++ fern/products/sdks/introduction.mdx | 32 ++++------------------------- 2 files changed, 23 insertions(+), 28 deletions(-) diff --git a/fern/assets/styles.css b/fern/assets/styles.css index ccd04d8d7..326184757 100644 --- a/fern/assets/styles.css +++ b/fern/assets/styles.css @@ -477,6 +477,25 @@ h1, h2, h3 { } } } + + .sdks-request-languages { + margin-top: 1.5rem; + text-align: center; + font-size: 0.875rem; + color: var(--grayscale-a10); + } + + .sdks-request-link { + color: var(--grayscale-a12); + text-decoration: underline; + text-underline-offset: 2px; + text-decoration-color: var(--grayscale-a6); + transition: text-decoration-color 0.15s ease-in-out; + } + + .sdks-request-link:hover { + text-decoration-color: var(--grayscale-a12); + } } /*** END -- SDKS HOMEPAGE STYLING ***/ diff --git a/fern/products/sdks/introduction.mdx b/fern/products/sdks/introduction.mdx index a81d53d4c..3839acd84 100644 --- a/fern/products/sdks/introduction.mdx +++ b/fern/products/sdks/introduction.mdx @@ -242,34 +242,10 @@ description: Build multi-language SDKs with Fern's generator platform. Support T - -
- C++ - -
-
- C++ - Arrow right light - Arrow right light -
-
-
-
- - -
- Kotlin - -
-
- Kotlin - Arrow right light - Arrow right light -
-
-
-
- + +

+ Don't see your language? Request support for C++ or Kotlin. +

From f6c94b9e9623af289a35e91552df33abf940b756 Mon Sep 17 00:00:00 2001 From: "fern-api[bot]" <115122769+fern-api[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 18:41:03 +0000 Subject: [PATCH 2/2] Left-align and shorten request link copy on SDKs home --- fern/assets/styles.css | 1 - fern/products/sdks/introduction.mdx | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/fern/assets/styles.css b/fern/assets/styles.css index 326184757..173ca0f82 100644 --- a/fern/assets/styles.css +++ b/fern/assets/styles.css @@ -480,7 +480,6 @@ h1, h2, h3 { .sdks-request-languages { margin-top: 1.5rem; - text-align: center; font-size: 0.875rem; color: var(--grayscale-a10); } diff --git a/fern/products/sdks/introduction.mdx b/fern/products/sdks/introduction.mdx index 3839acd84..30b6da7f7 100644 --- a/fern/products/sdks/introduction.mdx +++ b/fern/products/sdks/introduction.mdx @@ -244,7 +244,7 @@ description: Build multi-language SDKs with Fern's generator platform. Support T

- Don't see your language? Request support for C++ or Kotlin. + Request support for C++ or Kotlin.