Kite is a set of libraries, tools, examples, and documentation focused on making it easier to build applications on top of the Hadoop ecosystem.
This repository contains the Kite SDK Guide.
If you haven't already done so, install Jekyll on your system. You may also need to install Coderay for syntax highlighting:
sudo gem install coderay
Then, you can build the current version of the documentation by executing:
jekyll build
This will compile the documentation into HTML in a directory called _site.
You can view a live version of the documentation by executing:
jekyll serve --baseurl ''
and then viewing the site at localhost:4000.