Skip to content

Commit 3ebed49

Browse files
committed
remove local config
1 parent 27aea72 commit 3ebed49

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ api:
9090
- proto:
9191
root: proto
9292
target: proto/your-package/v1/your_service.proto
93-
local-generation: true
9493
```
9594

9695
### 4. Configure Proto Sources
@@ -107,9 +106,6 @@ api:
107106
# Optional: specific proto file to generate docs for
108107
# Omit to generate docs for all proto files in root
109108
target: proto/your-package/v1/service.proto
110-
111-
# Whether to compile protos locally (default: false)
112-
local-generation: true
113109
```
114110

115111
### 5. Customize Documentation Appearance

fern/generators.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ api:
33
- proto:
44
root: proto
55
target: proto/plantstore/v1/plant_service.proto
6-
local-generation: true
76
- proto:
87
root: proto
98
target: proto/plantstore/v1/order_service.proto
10-
local-generation: true

0 commit comments

Comments
 (0)