There was an error while loading. Please reload this page.
1 parent 27aea72 commit 3ebed49Copy full SHA for 3ebed49
2 files changed
README.md
@@ -90,7 +90,6 @@ api:
90
- proto:
91
root: proto
92
target: proto/your-package/v1/your_service.proto
93
- local-generation: true
94
```
95
96
### 4. Configure Proto Sources
@@ -107,9 +106,6 @@ api:
107
106
# Optional: specific proto file to generate docs for
108
# Omit to generate docs for all proto files in root
109
target: proto/your-package/v1/service.proto
110
-
111
- # Whether to compile protos locally (default: false)
112
113
114
115
### 5. Customize Documentation Appearance
fern/generators.yml
@@ -3,8 +3,6 @@ api:
3
4
5
target: proto/plantstore/v1/plant_service.proto
6
7
8
9
target: proto/plantstore/v1/order_service.proto
10
0 commit comments