Skip to content

Commit 756c6ca

Browse files
authored
Support DocC generation in Swift Package Index (swiftwasm#205)
This allows documentation for our products to be generated and hosted automatically by [Swift Package Index](https://swiftpackageindex.com/swiftwasm/JavaScriptKit).
1 parent 36c672b commit 756c6ca

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.spi.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
version: 1
2+
builder:
3+
configs:
4+
- documentation_targets:
5+
- JavaScriptKit
6+
- JavaScriptEventLoop
7+
- JavaScriptBigIntSupport

0 commit comments

Comments
 (0)