documentation-devseed-theme
v0.1.7
Published
Devseed Theme for documentation.js
Downloads
3,766
Readme
Devseed Theme for documentation.js
This is a theme for documentationjs.
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