Files
GitHawk/Local Pods/SwipeCellKit/build_docs.sh
James Sherlock c28c088629 Initial repository spring clean (#415)
* Move SwipeCellKit & SlackTextViewController to Local Pods directory

* Move playgrounds to own folder

* Create podspec for MMMarkdown and move to Local Pods
2017-09-24 18:35:05 -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/ \