Browse Source

Allow Swift Package Index to generate documentation (#1535)

Motivation:

Having all swift documentation available in one place makes
a better user experience.

Modifications:

Add a .spi.yml to describe what documentation to generate.

Result:

Swift Package Index will generate documentation.
Peter Adams 3 years ago
parent
commit
2dc64986c6
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .spi.yml

+ 4 - 0
.spi.yml

@@ -0,0 +1,4 @@
+version: 1
+builder:
+  configs:
+    - documentation_targets: [GRPC]