Skip to content

Commit

Permalink
Update documentation script
Browse files Browse the repository at this point in the history
  • Loading branch information
pronebird committed Apr 15, 2018
1 parent 9cddbf4 commit 54e862b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 13 deletions.
16 changes: 16 additions & 0 deletions .jazzy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
author: Andrej Mihajlov
copyright: Copyright (c) 2013-present Andrej Mihajlov
author_url: http://codeispoetry.ru/
github_url: https://github.com/pronebird/UIScrollView-InfiniteScroll
github_file_prefix: https://github.com/pronebird/UIScrollView-InfiniteScroll/tree/9cddbf4d89

module: UIScrollView_InfiniteScroll
module_version: 1.1.0

clean: true
theme: fullwidth
objc: true
sdk: iphonesimulator

framework_root: Classes
umbrella_header: Classes/UIScrollView+InfiniteScroll.h
14 changes: 1 addition & 13 deletions publish-docs.sh
Original file line number Diff line number Diff line change
@@ -1,18 +1,6 @@
#!/bin/sh

jazzy \
--clean \
--objc \
--sdk iphoneos \
--theme fullwidth \
--author 'Andrei Mihailov' \
--author_url http://codeispoetry.ru/ \
--github_url https://github.com/pronebird/UIScrollView-InfiniteScroll \
--github-file-prefix https://github.com/pronebird/UIScrollView-InfiniteScroll/tree/1.0.0 \
--module-version 1.0.0 \
--umbrella-header Classes/UIScrollView+InfiniteScroll.h \
--framework-root Classes \
--module UIScrollView_InfiniteScroll
jazzy --config .jazzy.yml

git add docs && git commit -m "Update docs subtree commit"
git push origin `git subtree split --prefix docs master`:gh-pages --force
Expand Down

0 comments on commit 54e862b

Please sign in to comment.