Skip to content

Commit e18b118

Browse files
committed
Visual Editor: Update
1 parent 90b500c commit e18b118

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

fern/products/sdks/guides/configure-readme.mdx

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@ title: Customize README
33
description: Guide to configuring the README in your SDK
44
---
55

6-
By default, the README for your SDKs is generated programmatically. You can override this by configuring the `readme` section in `generators.yml` to control the content and structure of generated README files across all your SDKs.
7-
You can add custom introductions, showcase key endpoints, and organize your SDK documentation with feature sections.
6+
By default, the README for your SDKs is generated programmatically. You can override this by configuring the `readme` section in `generators.yml` to control the content and structure of generated README files across all your SDKs. You can add custom introductions, showcase key endpoints, and organize your SDK documentation with feature sections.
7+
8+
We also include templates for README generation
9+
10+
> The readme is super customizable
811
912
```yaml title="generators.yml"
1013
readme:
@@ -22,4 +25,4 @@ readme:
2225
path: "/users"
2326
```
2427
25-
For more detailed information on `readme` configuration, see the [`generators.yml` documentation](/sdks/reference/generators-yml#readme)
28+
For more detailed information on `readme` configuration, see the `generators.yml`[ documentation](/sdks/reference/generators-yml#readme)

0 commit comments

Comments
 (0)