A theme for documentationjs
It uses React server side rendering with Radium for styling components.
$ npm install --save-dev clean-documentation-theme
$ npm install --save-dev documentation
Add to your package.json
"scripts": {
"docs": "documentation build --format html --theme node_modules/clean-documentation-theme --o docs
"
...
}
and run
$ npm run docs
MIT