diff --git a/fern/products/docs/pages/component-library/default-components/card-groups.mdx b/fern/products/docs/pages/component-library/default-components/card-groups.mdx
index 2b4252a02..cb30305d5 100644
--- a/fern/products/docs/pages/component-library/default-components/card-groups.mdx
+++ b/fern/products/docs/pages/component-library/default-components/card-groups.mdx
@@ -3,42 +3,74 @@ title: 'Card Groups'
description: 'Show cards side by side in a grid format'
---
-The `CardGroup` component lets you organize multiple `Card` components in a responsive grid layout.
+The `CardGroup` component lets you organize multiple [`Card` components](/docs/writing-content/components/cards) in a responsive grid layout. You can use this component to organize related content like feature lists, navigation options, or step-by-step guides.
-
-
- This is the first card.
-
-
- This is the second card.
-
-
- This is the third card.
-
-
- This is the fourth and final card.
-
-
+
+
+ Generate a Python SDK and publish to PyPi
+
+
+ Generate a PHP SDK and publish to Packagist
+
+
+ Generate a Java SDK and publish to Maven Central
+
+
+ Generate a Go SDK and publish as a module
+
+
- ```jsx
-
-
- This is the first card.
-
-
- This is the second card.
-
-
- This is the third card.
-
-
- This is the fourth and final card.
-
-
- ```
+ ```jsx
+
+
+ Generate a Python SDK and publish to PyPi
+
+
+ Generate a PHP SDK and publish to Packagist
+
+
+ Generate a Java SDK and publish to Maven Central
+
+
+ Generate a Go SDK and publish as a module
+
+
+ ```
diff --git a/fern/products/docs/pages/component-library/default-components/cards.mdx b/fern/products/docs/pages/component-library/default-components/cards.mdx
index 7ae739fd3..ec6dc5a79 100644
--- a/fern/products/docs/pages/component-library/default-components/cards.mdx
+++ b/fern/products/docs/pages/component-library/default-components/cards.mdx
@@ -3,7 +3,9 @@ title: 'Cards'
description: 'Use cards to display content in a box'
---
-Cards are container components that group related content and actions together. They provide a flexible way to present information with optional elements like icons, titles, and links in a visually distinct box.
+Cards are container components that group related content and actions together. They provide a flexible way to present information with optional elements like icons, titles, and links in a visually distinct box.
+
+You can use individual cards or [use the `CardGroup` component](/docs/writing-content/components/card-groups) to arrange multiple cards in a responsive grid layout.
diff --git a/fern/products/sdks/overview/java/changelog/2025-09-16.mdx b/fern/products/sdks/overview/java/changelog/2025-09-16.mdx
index 196fc59bf..8d5fbcd7c 100644
--- a/fern/products/sdks/overview/java/changelog/2025-09-16.mdx
+++ b/fern/products/sdks/overview/java/changelog/2025-09-16.mdx
@@ -1,7 +1,7 @@
## 3.5.0
**`(feat):`** Enhanced wire testing framework with comprehensive SDK validation capabilities. Wire tests now include
header validation from IR examples, multi-URL environment configuration support, complex type validation
-for unions/nullable/generic types, and full pagination testing with Iterable support.
+for unions/nullable/generic types, and full pagination testing with `Iterable` support.
## 3.4.1