From 052b0027aa68e354d3dea56f01e114da7e4b95b7 Mon Sep 17 00:00:00 2001 From: "fern-api[bot]" <115122769+fern-api[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 17:29:58 +0000 Subject: [PATCH] Fern Editor: Update --- fern/products/sdks/project-structure.mdx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/fern/products/sdks/project-structure.mdx b/fern/products/sdks/project-structure.mdx index 10c5d882d..1331c631f 100644 --- a/fern/products/sdks/project-structure.mdx +++ b/fern/products/sdks/project-structure.mdx @@ -3,6 +3,12 @@ title: Project structure description: Learn how to structure your SDK project with Fern. Set up multi-repo architecture, configure generators.yml, and organize API definitions. --- + + Content + + + + Before generating SDKs with Fern, set up the proper GitHub repository structure to house your API definitions and SDK code so it's intuitive for you and your users to access, maintain, and update code. ## Repository architecture @@ -131,4 +137,4 @@ See [Project structure (API Definitions)](/api-definitions/overview/project-stru 1. **Create repositories**: Set up your source repository, plus one repository for each SDK 2. **Install Fern GitHub App**: Install the [Fern GitHub App](https://github.com/apps/fern-api) on all repositories -3. **Configure `generators.yml`**: In your `generators.yml`, add a reference to each SDK repository. +3. **Configure **`generators.yml`: In your `generators.yml`, add a reference to each SDK repository.