Skip to content

Commit

Permalink
(chore): setup docs landing page (#3361)
Browse files Browse the repository at this point in the history
* (chore): setup docs landing page

* (chore): armando feedback on logo size

* fix
  • Loading branch information
dsinghvi authored Apr 11, 2024
1 parent 7382808 commit fe417a5
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 7 deletions.
3 changes: 3 additions & 0 deletions fern/assets/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.motivation p {
max-width: unset !important;
}
20 changes: 13 additions & 7 deletions fern/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,28 @@ instances:
title: Fern | Documentation

tabs:
home:
display-name: Home
slug: home
overview:
display-name: Overview
sdks:
display-name: SDKs
slug: sdks
docs:
display-name: Docs
slug: docs
sdks:
display-name: SDKs
slug: sdks
api:
display-name: API Reference
slug: api

css: ./assets/styles.css

navigation:
- tab: home
layout:
- page: Welcome
path: pages/welcome.mdx
- tab: overview
layout:
- page: Introduction
Expand Down Expand Up @@ -274,9 +283,6 @@ navigation:


navbar-links:
- type: minimal
text: GitHub
url: https://github.com/fern-api/fern
- type: filled
text: Book a demo
url: https://buildwithfern.com/contact
Expand All @@ -299,6 +305,6 @@ favicon: ./images/favicon.ico

layout:
page-width: 1504px
header-height: 83px
header-height: 75px
searchbar-placement: header
tabs-placement: header
57 changes: 57 additions & 0 deletions fern/pages/welcome.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
---
title: Welcome
excerpt: Input OpenAPI. Output SDKs and Docs.
slug: home
layout: overview
---

## Products

<Cards cols={3}>
<Card
title="Docs"
icon="fa-solid fa-browser"
href="/docs"
>
A beautiful documentation website
</Card>
<Card
title="SDKs"
icon="fa-brands fa-codepen"
href="/sdks"
>
Idiomatic client libraries
</Card>
<Card
title="API First Development"
icon="fa-solid fa-pen"
href="/sdks/other-generators/server-side/"
>
Start with an API Definition
</Card>
</Cards>

## Motivation

<div className="motivation">
Stripe, Twilio, and AWS have the resources to invest in internal tooling for developer
experience. They provide client libraries in multiple language and developer documentation
that stays up-to-date.

We are building Fern to productize this process and make it accessible to all
software companies.
</div>

<ButtonGroup>
<Button href="https://buildwithfern.com/contact" intent="primary" rightIcon="arrow-right" large>
Schedule a demo with our team!
</Button>

<Button href="https://buildwithfern.com/showcase" minimal large>
View our showcase
</Button>
</ButtonGroup>




0 comments on commit fe417a5

Please sign in to comment.