diff --git a/fern/products/sdks/overview/dotnet/configuration.mdx b/fern/products/sdks/overview/dotnet/configuration.mdx index 93b333976..5c5b501ff 100644 --- a/fern/products/sdks/overview/dotnet/configuration.mdx +++ b/fern/products/sdks/overview/dotnet/configuration.mdx @@ -3,6 +3,74 @@ title: .NET Configuration description: Configuration options for the Fern .NET SDK. --- -Discover how to configure the Fern .NET SDK for your project. +You can customize the behavior of the C#/.NET SDK generator in `generators.yml`: -This page is a WIP, please refer to our previous [documentation](https://buildwithfern.com/learn/sdks/reference/configuration). \ No newline at end of file +```yml {7-8} +default-group: local +groups: + local: + generators: + - name: fernapi/fern-typescript-sdk + version: + config: + client_class_name: YourApiClient +``` + +## SDK configuration options + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file