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
11 changes: 5 additions & 6 deletions fern/products/docs/pages/getting-started/project-structure.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: Project Structure
title: ''
description: An overview of the file and folder structure of a Fern Docs project
---

This page provides an overview of the file and folder structure of a Fern Docs project. The following structure is recommended for organizing your documentation content, but is customizable to fit your needs.

## Top-level folders
## Top-level folders

<CodeBlock title="fern/">
```bash
Expand Down Expand Up @@ -104,7 +104,7 @@ title: Fern's Documentation
```
</CodeBlock>

## API Definitions
## API Definitions

<AccordionGroup>
<Accordion title="OpenAPI">
Expand Down Expand Up @@ -151,7 +151,6 @@ title: Fern's Documentation
</Accordion>
</AccordionGroup>


## `fern.config.json`

The `fern.config.json` file specifies your organization name and the version of the Fern CLI used to generate the documentation. You can customize this file to reflect your organization's details.
Expand All @@ -160,7 +159,7 @@ The `fern.config.json` file specifies your organization name and the version of
```json
{
"organization": "my-organization",
"version": "<Markdown src="/products/sdks/snippets/fern-config-json-version.mdx"/>"
"version": "0.65.27"
}
```
</CodeBlock>
</CodeBlock>
Loading
Loading