mirror of
https://github.com/kean/Pulse.git
synced 2026-04-30 21:02:27 +00:00
9 lines
164 B
Bash
Executable File
9 lines
164 B
Bash
Executable File
#!/bin/sh
|
|
|
|
version=$1
|
|
|
|
swift doc generate ./Sources \
|
|
--module-name Pulse \
|
|
--format html \
|
|
--base-url "https://kean-org.github.io/docs/pulse/$version"
|