Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions fern/products/home/pages/welcome.mdx
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
---
title: Build with Fern
description: Explore our guides for how to generate SDKs and Docs with Fern.
slug: /
description: Explore our guides for how to generate SDKs and Docs with Fern.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Erroneous

hide-toc: true
layout: custom
---


import { FernFooter } from "../../../components/FernFooter";

<div className="lp-page-container">
Expand Down Expand Up @@ -377,4 +376,4 @@ import { FernFooter } from "../../../components/FernFooter";
</div>

</div>
</div>
</div>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Erroneous

6 changes: 6 additions & 0 deletions fern/products/sdks/fern-folder.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ subtitle: Set up the fern folder
Configuring Fern starts with the `fern` folder, the root directory that contains
your API definitions, generators, and your CLI version.

This is me editing my documentation website.

### I'm editing

Here! 

## Set up the fern folder

<Steps>
Expand Down