documentation-theme-core.io
v0.1.0
Published
core.io Theme for documentation.js
Downloads
11
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 documentation
Then use the theme to build your docs:
$ documentation serve --format html --theme node_modules/documentation-theme-core.io
Development
To build the docs, watch, and serve live:
$npm run serve