The most recent compiled version of documentation is available at http://platform.tether.to/
This repository contains source files only. Feel free to submit pull requests with additions, examples and corrections to documentation.
Please report errors in API clients to the corresponding issue tracker on Bitbucket:
- Tether API Ruby client
- Tether API PHP client (planned)
- Tether API Python client (planned)
The documentation is powered by Slate.
You're going to need:
- Linux or OS X — Windows may work, but is unsupported.
- Ruby, version 1.9.3 or newer
- Bundler — If Ruby is already installed, but the
bundle
command doesn't work, just rungem install bundler
in a terminal.
- Clone the repository to your hard drive with
git clone git@github.com:WebLogicNow/tether-api-docs.git
cd tether-api-docs
- Install all dependencies:
bundle install
- Start the test server:
bundle exec middleman server
You can now see the docs at http://localhost:4567. Whoa! That was fast!
Now that Slate is all set up your machine, you'll probably want to learn more about editing Slate markdown, or how to publish your docs.