Skip to content

Commit eeb4bdc

Browse files
fern-supportdevalogKapil Gowru
authored
07 23 homepage 4 (#151)
Co-authored-by: Devin Logan <[email protected]> Co-authored-by: Kapil Gowru <[email protected]>
1 parent 0305b4d commit eeb4bdc

File tree

7 files changed

+26
-25
lines changed

7 files changed

+26
-25
lines changed

fern/docs.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -278,11 +278,6 @@ redirects:
278278
destination: /learn/sdks/overview/introduction
279279
permanent: true
280280

281-
# SDK Reference redirects
282-
- source: /learn/sdks/reference/:slug*
283-
destination: /learn/sdks/overview/reference/:slug*
284-
permanent: true
285-
286281
# SDK Guides - specific cases first, then general pattern
287282
- source: /learn/sdks/guides/generate-your-first-sdk
288283
destination: /learn/sdks/overview/introduction

fern/products/docs/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ navigation:
2727
icon: fa-regular fa-comment-dots
2828
- page: Button
2929
path: ./pages/component-library/default-components/button.mdx
30-
icon: fa-regular fa-button
30+
icon: fa-regular fa-arrow-pointer
3131
- page: Callouts
3232
path: ./pages/component-library/default-components/callouts.mdx
3333
icon: fa-regular fa-exclamation-triangle
961 KB
Loading
4.01 MB
Loading

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Fern Docs
3-
subtitle: Beautiful, AI-native docs that are easy to configure, scale, and edit.
3+
subtitle: A website builder for beautiful agent and developer-friendly docs.
44
---
55

66
<div className="docs-homepage">
@@ -31,7 +31,7 @@ subtitle: Beautiful, AI-native docs that are easy to configure, scale, and edit.
3131
</div>
3232
</a>
3333

34-
<a class="fern-card interactive not-prose rounded-3 relative block border p-6 text-base" href="/docs/configuration/what-is-docs-yml">
34+
<a class="fern-card interactive not-prose rounded-3 relative block border p-6 text-base" href="/docs/customization/what-is-docs-yml">
3535
<div class="flex items-start flex-col space-y-3">
3636
<img class="mx-auto dark:hidden" alt="Configure with ease" src="./images/configure.png" />
3737
<img class="mx-auto hidden dark:block" alt="Configure with ease" src="./images/configure-dark.png" />

fern/products/home/pages/welcome.mdx

Lines changed: 21 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ import { FernFooter } from "../../../components/FernFooter";
114114
<img src="./images/arrow-right-black.svg" alt="Arrow right light" className="hidden dark:block" noZoom />
115115
</a>
116116
<a className="fern-button minimal normal gap-1 a-btn" href="/sdks/overview/set-up-the-fern-folder">
117-
Configure
117+
Quickstart
118118
<img src="./images/arrow-right-black.svg" alt="Arrow right light" className="dark:hidden" noZoom />
119119
<img src="./images/arrow-right-white.svg" alt="Arrow right light" className="hidden dark:block" noZoom />
120120
</a>
@@ -143,36 +143,37 @@ import { FernFooter } from "../../../components/FernFooter";
143143
<img src="./images/docs-preview-dark.svg" alt="Docs Preview" className="docs-preview-img hidden dark:block" noZoom />
144144

145145
<div className="action-buttons-vertical">
146-
<a className="fern-button filled normal primary gap-1 w-fit a-btn" href="/docs/getting-started/quickstart">
147-
Quickstart
146+
<a className="fern-button filled normal primary gap-1 w-fit a-btn" href="/docs/getting-started/overview">
147+
Introduction
148148
<img src="./images/arrow-right-white.svg" alt="Arrow right" className="dark:hidden" noZoom />
149149
<img src="./images/arrow-right-black.svg" alt="Arrow right" className="hidden dark:block" noZoom />
150150
</a>
151-
<a className="fern-button minimal normal w-fit gap-1 a-btn" href="/docs/customization/what-is-docs-yml">
152-
Configure your docs site
151+
<a className="fern-button minimal normal w-fit gap-1 a-btn" href="/docs/getting-started/quickstart">
152+
Quickstart
153153
<img src="./images/arrow-right-black.svg" alt="Arrow right light" className="dark:hidden" noZoom />
154154
<img src="./images/arrow-right-white.svg" alt="Arrow right light" className="hidden dark:block" noZoom />
155155
</a>
156-
<a className="fern-button minimal normal w-fit gap-1 a-btn" href="/docs/navigation/products">
157-
Configure multiple products
156+
<a className="fern-button minimal normal w-fit gap-1 a-btn" href="/docs/writing-content/components/overview">
157+
See all available components
158158
<img src="./images/arrow-right-black.svg" alt="Arrow right light" className="dark:hidden" noZoom />
159159
<img src="./images/arrow-right-white.svg" alt="Arrow right light" className="hidden dark:block" noZoom />
160160
</a>
161-
<a className="fern-button minimal normal w-fit gap-1 a-btn" href="/docs/navigation/versions">
162-
Create versions
161+
<a className="fern-button minimal normal w-fit gap-1 a-btn" href="/docs/customization/what-is-docs-yml">
162+
Configure your docs
163163
<img src="./images/arrow-right-black.svg" alt="Arrow right light" className="dark:hidden" noZoom />
164164
<img src="./images/arrow-right-white.svg" alt="Arrow right light" className="hidden dark:block" noZoom />
165165
</a>
166-
<a className="fern-button minimal normal w-fit gap-1 a-btn" href="/docs/seo/configuring-slugs">
167-
Configure slugs via MDX
166+
<a className="fern-button minimal normal w-fit gap-1 a-btn" href="/docs/api-references/generate-api-ref">
167+
Bring your own API spec
168168
<img src="./images/arrow-right-black.svg" alt="Arrow right light" className="dark:hidden" noZoom />
169169
<img src="./images/arrow-right-white.svg" alt="Arrow right light" className="hidden dark:block" noZoom />
170170
</a>
171-
<a className="fern-button minimal normal w-fit gap-1 a-btn" href="/docs/writing-content/components/overview">
172-
See all available components
171+
<a className="fern-button minimal normal w-fit gap-1 a-btn" href="/docs/customization/project-structure">
172+
Setup your project structure
173173
<img src="./images/arrow-right-black.svg" alt="Arrow right light" className="dark:hidden" noZoom />
174174
<img src="./images/arrow-right-white.svg" alt="Arrow right light" className="hidden dark:block" noZoom />
175175
</a>
176+
176177
</div>
177178
</div>
178179

@@ -193,11 +194,16 @@ import { FernFooter } from "../../../components/FernFooter";
193194
<img src="./images/ai-search-preview-dark.svg" alt="AI Search Mockup" className="ai-search-preview-img hidden dark:block" noZoom />
194195

195196
<div className="action-buttons">
196-
<a className="fern-button filled normal primary gap-1 a-btn" href="/ask-fern/configuration/custom-prompting">
197-
Configure
197+
<a className="fern-button filled normal primary gap-1 a-btn" href="/ask-fern/getting-started/what-is-ask-fern">
198+
Introduction
198199
<img src="./images/arrow-right-white.svg" alt="Arrow right light" className="dark:hidden" noZoom />
199200
<img src="./images/arrow-right-black.svg" alt="Arrow right light" className="hidden dark:block" noZoom />
200201
</a>
202+
<a className="fern-button minimal normal gap-1 a-btn" href="/ask-fern/configuration/custom-prompting">
203+
Configure
204+
<img src="./images/arrow-right-black.svg" alt="Arrow right light" className="dark:hidden" noZoom />
205+
<img src="./images/arrow-right-white.svg" alt="Arrow right light" className="hidden dark:block" noZoom />
206+
</a>
201207
<a className="fern-button minimal normal gap-1 a-btn" href="https://buildwithfern.com/showcase">
202208
Customers
203209
<img src="./images/arrow-right-black.svg" alt="Arrow right light" className="dark:hidden" noZoom />

fern/products/sdks/introduction.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ description: Generate idiomatic SDKs in multiple programming languages
1414
{/* <div className="dashed-gradient"></div> */}
1515
</div>
1616
<CardGroup cols={2}>
17-
<a class="fern-card interactive not-prose relative block p-6 text-base" href="/sdks/generators/type-script/quickstart">
17+
<a class="fern-card interactive not-prose relative block p-6 text-base" href="/sdks/generators/typescript/quickstart">
1818
<div class="flex items-start flex-col space-y-3">
1919
<img class="mx-auto dark:hidden" alt="TypeScript" src="./images/typescript-card.png" />
2020
<img class="mx-auto hidden dark:block" alt="TypeScript" src="./images/typescript-card-dark.png" />
@@ -66,7 +66,7 @@ description: Generate idiomatic SDKs in multiple programming languages
6666
</div>
6767
</div>
6868
</a>
69-
<a class="fern-card interactive not-prose relative block p-6 text-base" href="/sdks/generators/net/quickstart">
69+
<a class="fern-card interactive not-prose relative block p-6 text-base" href="/sdks/generators/csharp/quickstart">
7070
<div class="flex items-start flex-col space-y-3">
7171
<img class="mx-auto dark:hidden" alt=".NET" src="./images/csharp-card.png" />
7272
<img class="mx-auto hidden dark:block" alt=".NET" src="./images/csharp-card-dark.png" />

0 commit comments

Comments
 (0)