Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

documentation-devseed-theme

developmentseed4.6kCC0-1.00.1.7

Devseed Theme for documentation.js

readme

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