Browse Source

Add protoc-gen-grpc-swift to Swift Package Index documentation (#1536)

Motivation:

This project also contains useful documentation which should be
exposed to users.

Modifications:

Add the project to the list in .spi.yml

Result:

Swift Package Index will publish extra documentation.
Peter Adams 3 years ago
parent
commit
829a936e81
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .spi.yml

+ 1 - 1
.spi.yml

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