This repo contains the Tommy developer documentation in GitBook format.
The start the gitbook use the following command:
# install gitbook
npm install -g gitbook-cli
# start the local gitbook server
gitbook serve
# build the gitbook
gitbook build
Please contact [email protected] in order to obtain your API key.
To deploy the docs to GitHub Pages use the following command:
./publish.sh
If you find an issue with the Tommy API, SDK or documentation please post a bug report on the issue tracker
To contribute to post a modification to the Tommy documentation please follow these steps:
- Fork the repo (
git clone [email protected]:tommyassociates/tommy-docs.git
) - Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request