-
Notifications
You must be signed in to change notification settings - Fork 166
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(chore): setup docs landing page (#3361)
* (chore): setup docs landing page * (chore): armando feedback on logo size * fix
- Loading branch information
Showing
3 changed files
with
73 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
.motivation p { | ||
max-width: unset !important; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|
||
|
||
|
||
|