core.io Theme for documentation.js
npm install documentation-theme-core.io
This is a theme for documentationjs.
```
$ 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
To build the docs, watch, and serve live:
```
$npm run serve