Skip to content

Commit 3947277

Browse files
kgowrudevalogKapil Gowru
authored
07 23 homepage 3 (#136)
Co-authored-by: Devin Logan <[email protected]> Co-authored-by: Kapil Gowru <[email protected]>
1 parent a912af0 commit 3947277

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

fern/assets/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
grid-template-columns: repeat(3, 1fr);
5959
gap: 1.5rem;
6060
padding: 1.25rem;
61-
max-height: 232px;
61+
height: 164px;
6262

6363
> a {
6464
max-width: 320px;

fern/products/docs/pages/getting-started/overview.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ subtitle: Beautiful, AI-native docs that are easy to configure, scale, and edit.
7070
</div>
7171
</a>
7272

73-
<a class="fern-card interactive not-prose rounded-3 relative block border p-6 text-base" href="/docs/component-library/writing-content/visual-editor">
73+
<a class="fern-card interactive not-prose rounded-3 relative block border p-6 text-base" href="/docs/writing-content/visual-editor">
7474
<div class="flex items-start flex-col space-y-3">
7575
<img class="mx-auto dark:hidden" alt="Visual Editor" src="./images/visual-editor.png" />
7676
<img class="mx-auto hidden dark:block" alt="Visual Editor" src="./images/visual-editor-dark.png" />
@@ -87,7 +87,7 @@ subtitle: Beautiful, AI-native docs that are easy to configure, scale, and edit.
8787
</div>
8888
</a>
8989

90-
<a class="fern-card interactive not-prose rounded-3 relative block border p-6 text-base" href="/docs/component-library/writing-content/visual-editor">
90+
<a class="fern-card interactive not-prose rounded-3 relative block border p-6 text-base" href="/docs/api-references/generate-api-ref">
9191
<div class="flex items-start flex-col space-y-3">
9292
<img class="mx-auto dark:hidden" alt="Visual Editor" src="./images/api-specs-light.png" />
9393
<img class="mx-auto hidden dark:block" alt="Visual Editor" src="./images/api-specs-dark.png" />
@@ -98,13 +98,13 @@ subtitle: Beautiful, AI-native docs that are easy to configure, scale, and edit.
9898
<img src="./images/arrow-right-white.svg" alt="Arrow right light" className="arrow-right hidden dark:block m-0" noZoom />
9999
</div>
100100
<div class="text-(color:--grayscale-a11) font-light">
101-
<p>Use OpenAPI, AsyncAPI, gRPC, OpenRPC, and/or the Fern spec.</p>
101+
<p>Use OpenAPI, AsyncAPI, gRPC, OpenRPC, and the Fern spec.</p>
102102
</div>
103103
</div>
104104
</div>
105105
</a>
106106

107-
<a class="fern-card interactive not-prose rounded-3 relative block border p-6 text-base" href="/docs/component-library/writing-content/visual-editor">
107+
<a class="fern-card interactive not-prose rounded-3 relative block border p-6 text-base" href="/ask-fern/getting-started/what-is-ask-fern">
108108
<div class="flex items-start flex-col space-y-3">
109109
<img class="mx-auto dark:hidden" alt="Visual Editor" src="./images/ask-fern-light.png" />
110110
<img class="mx-auto hidden dark:block" alt="Visual Editor" src="./images/ask-fern-dark.png" />

0 commit comments

Comments
 (0)