Web3Swift icon indicating copy to clipboard operation
Web3Swift copied to clipboard

Automate jazzy to wiki

Open abdulowork opened this issue 7 years ago • 4 comments

Let's make some piece of software to import jazzy generated wiki to web3swift.io when develop branch gets updated

abdulowork avatar Jun 08 '18 13:06 abdulowork

@rockfridrich @driver733 @kondranton anyone wants to do this one?

abdulowork avatar Jun 08 '18 13:06 abdulowork

@biboran could you please describe me how this should be done (what scripts to run) and I will make a GitHub hook with deployment quite fast.

rockfridrich avatar Jun 16 '18 20:06 rockfridrich

I'm not managing zeriontech/web3swift GitHub repository, you have to contact me in Slack first, see §11

0crat avatar Jun 16 '18 20:06 0crat

jazzy \
                                                          --clean \
                                                          --sdk iphone \
                                                          --author BlockStoreApp \
                                                          --author_url http://web3swift.io \
                                                          --github_url https://github.com/BlockStoreApp/Web3Swift \
                                                          --github-file-prefix https://github.com/BlockStoreApp/Web3Swift/tree/develop \
                                                          --module-version 0.1.0 \
                                                          --xcodebuild-arguments -workspace,Web3Swift.xcworkspace,-scheme,Web3Swift \
                                                          --module Web3Swift \
                                                          --output docs/swift_output \
                                                          --theme apple

rockfridrich avatar Jul 02 '18 19:07 rockfridrich