Skip to content

Commit cf00f8a

Browse files
authored
Merge pull request #1102 from yim-lee/patch-1
Add .spi.yml for Swift Package Index DocC support
2 parents 7c5f387 + 5cf750a commit cf00f8a

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.spi.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# This is manifest file for the Swift Package Index for it to
2+
# auto-generate and host DocC documentation.
3+
# For reference see https://swiftpackageindex.com/swiftpackageindex/spimanifest/documentation/spimanifest/commonusecases#Host-DocC-documentation-in-the-Swift-Package-Index.
4+
5+
version: 1
6+
builder:
7+
configs:
8+
- documentation_targets:
9+
# First item in the list is the "landing" (default) target
10+
- SwiftSyntax
11+
- IDEUtils
12+
- SwiftBasicFormat
13+
- SwiftCompilerSupport
14+
- SwiftDiagnostics
15+
- SwiftOperators
16+
- SwiftParser
17+
- SwiftParserDiagnostics
18+
- SwiftRefactor
19+
- SwiftSyntaxBuilder
20+
- SwiftSyntaxParser

0 commit comments

Comments
 (0)