-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdocs.sh
More file actions
27 lines (23 loc) · 918 Bytes
/
docs.sh
File metadata and controls
27 lines (23 loc) · 918 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#!/bin/sh
swift package --allow-writing-to-directory docs \
generate-documentation --target SwiftRawJson \
--transform-for-static-hosting \
--hosting-base-path swift-rawjson \
--output-path docs \
--include-extended-types
# swift package --allow-writing-to-directory docs \
# generate-documentation --target SwiftTracing \
# --transform-for-static-hosting \
# --hosting-base-path swift-tracing \
# --output-path docs \
# --include-extended-types
# swift package --allow-writing-to-directory docs \
# generate-documentation --target SwiftTaskToolbox \
# --transform-for-static-hosting \
# --hosting-base-path swift-tracing \
# --output-path docs
# swift package --allow-writing-to-directory docs \
# generate-documentation --target SwiftThreading \
# --transform-for-static-hosting \
# --hosting-base-path swift-tracing \
# --output-path docs