Ver código fonte

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
George Barnett 2 anos atrás
pai
commit
81873c0ced
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      .spi.yml

+ 1 - 1
.spi.yml

@@ -1,4 +1,4 @@
 version: 1
 builder:
   configs:
-    - documentation_targets: [GRPC, protoc-gen-grpc-swift]
+    - documentation_targets: [GRPC, GRPCReflectionService, protoc-gen-grpc-swift]