/documentation-devseed-theme

A Devseed Theme for Documentationjs

Primary LanguageJavaScript

Devseed Theme for documentation.js

CircleCI npm version

This is a theme for documentationjs.

screenshot

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