mirror of
https://github.com/zhigang1992/GitHawk.git
synced 2026-05-10 12:54:15 +08:00
12 lines
314 B
Bash
Executable File
12 lines
314 B
Bash
Executable File
#!/bin/bash
|
|
|
|
jazzy \
|
|
--clean \
|
|
--author 'Jeremy Koch' \
|
|
--author_url 'https://twitter.com/jerkoch' \
|
|
--github_url 'https://github.com/jerkoch/SwipeCellKit' \
|
|
--module 'SwipeCellKit' \
|
|
--source-directory . \
|
|
--readme 'README.md' \
|
|
--documentation 'Guides/*.md' \
|
|
--output docs/ \ |