Skip to content

DennisDawson/kite-docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kite SDK Guide

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.

Building

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.

Debugging

You can view a live version of the documentation by executing:

jekyll serve --baseurl ''

and then viewing the site at localhost:4000.

About

Kite documentation and tutorials

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 100.0%