Stephen Celis 2022-06-08 09:58:04 -04:00 committed by GitHub
parent f07b4d7618
commit af51d22a48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 0 deletions

4
.spi.yml Normal file
View File

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

View File

@ -34,3 +34,10 @@ let package = Package(
),
]
)
#if swift(>=5.6)
// Add the documentation compiler plugin if possible
package.dependencies.append(
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0")
)
#endif