Skip to content

Commit

Permalink
Add simple jazzy.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
beltex committed Dec 19, 2014
1 parent ce09867 commit a0a987e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
15 changes: 2 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,10 @@
IGNORE THIS BRANCH
====
==================

This is the [GitHub Pages](https://pages.github.com) branch for the project,
used to host the assets (API doc, etc.) that are linked in the master branch
README.md

### [jazzy](https://github.com/realm/jazzy)

jazzy is used to generate the API document for SMCKit.

- Version in use: **0.0.16**

```bash
# Command used to generate doc
jazzy -a beltex
-u https://github.com/beltex/
-m SMCKit
-g http://github.com/beltex/SMCKit
-x -project,SMCKit.xcodeproj
```
jazzy is used to generate the API document for SMCKit. See `jazzy.sh`.
9 changes: 9 additions & 0 deletions jazzy.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash
# WHAT: Script to generate API document using jazzy (v0.0.17)

AUTHOR=beltex
AUTHOR_URL=https://github.com/beltex/
MODULE_NAME=SMCKit
GITHUB_URL=http://github.com/beltex/SMCKit

jazzy -a $AUTHOR -u $AUTHOR_URL -m $MODULE_NAME -g $GITHUB_URL

1 comment on commit a0a987e

@beltex
Copy link
Owner Author

@beltex beltex commented on a0a987e Dec 24, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

May have a replacement for the jazzy.sh script based off of this - realm/jazzy#58

Please sign in to comment.