Skip to content

Commit e8ce3ba

Browse files
committed
add title=generators.yml
1 parent ea53363 commit e8ce3ba

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

fern/products/sdks/overview/csharp/configuration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Configuration options for the Fern .NET SDK.
55

66
You can customize the behavior of the C#/.NET SDK generator in `generators.yml`:
77

8-
```yml {7-8}
8+
```yml {7-8} title="generators.yml"
99
default-group: local
1010
groups:
1111
local:

fern/products/sdks/overview/go/configuration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Use this option if you plan to depend on the generated Go SDK from within your p
4545
You can generate the Go SDK code into a `gen/go/api` package with the following `generators.yml`
4646
configuration:
4747

48-
```yaml {7-8}
48+
```yaml {7-8} title="generators.yml"
4949
default-group: local
5050
groups:
5151
local:

fern/products/sdks/overview/java/configuration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Configuration options for the Fern Java SDK.
44
---
55
You can customize the behavior of the Java SDK generator in `generators.yml`:
66

7-
```yaml {7-9}
7+
```yaml {7-9} title="generators.yml"
88
default-group: local
99
groups:
1010
local:

fern/products/sdks/overview/php/configuration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Configuration options for the Fern PHP SDK.
55

66
You can customize the behavior of the PHP SDK generator in `generators.yml`:
77

8-
```yaml {7-8}
8+
```yaml {7-8} title="generators.yml"
99
default-group: local
1010
groups:
1111
local:

fern/products/sdks/overview/python/configuration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Configuration options for the Fern Python SDK.
55

66
You can customize the behavior of the Python SDK generator in `generators.yml`:
77

8-
```yaml {7-16}
8+
```yaml {7-16} title="generators.yml"
99
default-group: local
1010
groups:
1111
local:

fern/products/sdks/overview/ruby/configuration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Configuration options for the Fern Ruby SDK.
55

66
You can customize the behavior of the Ruby SDK generator in `generators.yml`:
77

8-
```yaml {7-8}
8+
```yaml {7-8} title="generators.yml"
99
default-group: local
1010
groups:
1111
local:

fern/products/sdks/overview/typescript/configuration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Configuration options for the Fern TypeScript SDK.
55

66
You can customize the behavior of the TypeScript SDK generator in `generators.yml`:
77

8-
```yml {7-8}
8+
```yml {7-8} title="generators.yml"
99
default-group: local
1010
groups:
1111
local:

0 commit comments

Comments
 (0)