Skip to content

Commit 81873c0

Browse files
authored
Add reflection service to .spi.yml (#1742)
Motivation: No docs are generated on Swift Package Index for the reflection service as it isn't included in the configuration. Modifications: Add reflection service to .spi.yml Result: Docs generate for the reflection service
1 parent 6ade19f commit 81873c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.spi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
version: 1
22
builder:
33
configs:
4-
- documentation_targets: [GRPC, protoc-gen-grpc-swift]
4+
- documentation_targets: [GRPC, GRPCReflectionService, protoc-gen-grpc-swift]

0 commit comments

Comments
 (0)