## Devseed Theme for documentation.js

[![CircleCI](https://circleci.com/gh/developmentseed/documentation-devseed-theme.svg?style=svg)](https://circleci.com/gh/developmentseed/documentation-devseed-theme)
[![npm version](https://badge.fury.io/js/documentation-devseed-theme.svg)](http://badge.fury.io/js/documentation-devseed-theme)


This is a theme for [documentationjs](https://github.com/documentationjs/documentation).

![screenshot](screenshot.png)

Live version: https://devseed.com/kes

### Usage

```
$ npm install --save-dev documentation-devseed-theme
$ npm install -g documentation
```

Then use the theme to build your docs:

    $ documentation serve --format html --theme node_modules/documentation-devseed-theme

### Development

To build:

    $ npm run build

To build and watch:

    $ npm run watch

