documentation-theme-core.io
v0.1.0
Published
core.io Theme for documentation.js
Downloads
10
Readme
core.io Theme for documentation.js
This is a theme for documentationjs.

Usage
$ npm install --save-dev documentation-theme-core.io
$ npm install -g documentationThen use the theme to build your docs:
$ documentation serve --format html --theme node_modules/documentation-theme-core.ioDevelopment
To build the docs, watch, and serve live:
$npm run serve