diff --git a/fern/products/sdks/overview/ruby/configuration.mdx b/fern/products/sdks/overview/ruby/configuration.mdx index a270dc4f7..ad2e673d5 100644 --- a/fern/products/sdks/overview/ruby/configuration.mdx +++ b/fern/products/sdks/overview/ruby/configuration.mdx @@ -3,6 +3,35 @@ title: Ruby Configuration description: Configuration options for the Fern Ruby SDK. --- -Discover how to configure the Fern Ruby SDK for your project. +You can customize the behavior of the Ruby SDK generator in `generators.yml`: -This page is a WIP, please refer to our previous [documentation](https://buildwithfern.com/learn/sdks/reference/configuration). +```yaml {7-8} +default-group: local +groups: + local: + generators: + - name: fernapi/fern-python + version: + config: + clientName: YourClientName +``` + +## SDK Configuration Options + + + + + + + + + + + + + + + + + + \ No newline at end of file