Skip to content

Commit 9ef31d4

Browse files
Kapil GowruKapil Gowru
authored andcommitted
feat: new home page
1 parent 325fe66 commit 9ef31d4

File tree

6 files changed

+157
-164
lines changed

6 files changed

+157
-164
lines changed

DOCSTODO.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,9 @@
55
- https://buildwithfern.slack.com/archives/C07EQ2VEFU5/p1750085639878549
66
- https://buildwithfern.slack.com/archives/C052DFWVCG6/p1750097991824229?thread_ts=1750093356.728189&cid=C052DFWVCG6
77
- Add on-prem docs to enterprise https://buildwithfern.slack.com/archives/C069FN9958X/p1750085336657299
8-
- https://buildwithfern.slack.com/archives/C052DFWVCG6/p1750105603399839
8+
- https://buildwithfern.slack.com/archives/C052DFWVCG6/p1750105603399839
9+
- https://buildwithfern.slack.com/archives/C06N8147J4W/p1750374966649439
10+
- https://buildwithfern.slack.com/archives/C08L9HGAZ2T/p1750429522110329?thread_ts=1750420489.267739&cid=C08L9HGAZ2T
11+
- https://buildwithfern.slack.com/archives/C06N8147J4W/p1750523650796109
12+
- https://buildwithfern.slack.com/archives/C06UVH9HKRC/p1750709442534809?thread_ts=1750703512.877769&cid=C06UVH9HKRCj
13+
- https://buildwithfern.slack.com/archives/C08T7EHDHMW/p1750793551604399?thread_ts=1750792603.757169&cid=C08T7EHDHMW

fern/assets/styles.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,16 @@ div:has(> .fern-product-selector-radio-group):before {
6363
grid-template-columns: repeat(3, 1fr);
6464
gap: 1.5rem;
6565
padding: 1.25rem;
66+
max-height: 232px;
6667

6768
> a {
6869
max-width: 320px;
6970
margin: -0.75rem;
7071
position: relative;
72+
73+
.fern-selection-item{
74+
border-radius: 1rem;
75+
}
7176
}
7277

7378
> a[href="/learn/home"] {
@@ -151,4 +156,4 @@ div:has(> .fern-product-selector-radio-group):before {
151156
height: 1.5rem;
152157
}
153158
}
154-
}
159+
}

fern/docs.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,27 +34,27 @@ products:
3434
image: ./images/product-switcher/ask-fern.png
3535
slug: ask-fern
3636
subtitle: Let users find answers in your documentation instantly
37-
- display-name: OpenAPI Definition
37+
- display-name: OpenAPI
3838
path: ./products/openapi-def/openapi-def.yml
3939
icon: fa-regular fa-book
4040
image: ./images/product-switcher/openapi-def.png
4141
slug: openapi-def
42-
- display-name: Fern Definition
42+
- display-name: Fern
4343
path: ./products/fern-def/fern-def.yml
4444
icon: fa-regular fa-seedling
4545
image: ./images/product-switcher/fern-def.png
4646
slug: fern-def
47-
- display-name: AsyncAPI Definition
47+
- display-name: AsyncAPI
4848
path: ./products/asyncapi-def/asyncapi-def.yml
4949
icon: fa-regular fa-bolt
5050
image: ./images/product-switcher/asyncapi-def.png
5151
slug: asyncapi-def
52-
- display-name: OpenRPC Definition
52+
- display-name: OpenRPC
5353
path: ./products/openrpc-def/openrpc-def.yml
5454
icon: fa-regular fa-code
5555
image: ./images/product-switcher/openrpc-def.png
5656
slug: openrpc-def
57-
- display-name: gRPC Definition
57+
- display-name: gRPC
5858
path: ./products/grpc-def/grpc-def.yml
5959
icon: fa-regular fa-plug
6060
image: ./images/product-switcher/grpc-def.png
@@ -108,6 +108,9 @@ navbar-links:
108108
- type: minimal
109109
text: Slack community
110110
url: https://buildwithfern.com/slack
111+
- type: secondary
112+
text: Log in
113+
url: https://dashboard.buildwithfern.com/
111114
- type: filled
112115
text: Book a demo
113116
url: https://buildwithfern.com/contact

fern/fern.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"organization": "fernv2",
3-
"version": "0.64.10"
3+
"version": "0.64.19"
44
}

fern/pages/welcome.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
title: The Fern Platform
32
description: Input OpenAPI. Output SDKs and Docs.
43
slug: /
54
layout: overview
@@ -94,9 +93,10 @@ hide-toc: true
9493
<div className="gradient-radial hero-5 is-blue"> </div>
9594
</div> */}
9695

97-
Fern allows developers to instantly transform your OpenAPI into SDKs and Docs. Engineering teams build with Fern to offer a best-in-class developer experience.
96+
# The Fern Platform
97+
Pick a product and explore our guides to provide API tools with Fern.
9898

99-
## Products
99+
## Browse by feature
100100

101101
<Cards cols={3}>
102102
<Card

0 commit comments

Comments
 (0)