Skip to content

Commit 9ac3c43

Browse files
authored
Add .spi file to generate documentation (#1178)
## Motivation The Swift Package Index is capable of hosting documentation. `swift-foundation` is currently not publishing documentation there but it would be really helpful to understand what types are available in the `FoundationEssentials` and `FoundationInternationalization` modules. ## Modification This PR adds an `.spi` file to trigger the generation of documentation by the Swift Package Index. ## Result Publicly hosted documentation for the products provided by `swift-foundation`
1 parent 8a7adf2 commit 9ac3c43

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.spi.yml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
version: 1
2+
builder:
3+
configs:
4+
- documentation_targets: [FoundationEssentials, FoundationInternationalization]

0 commit comments

Comments
 (0)