Files
GitHawk/SwipeCellKit/build_docs.sh
2017-06-26 11:14:21 -04:00

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/ \