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.