clean-documentation-theme
v0.5.2
Published
Theme for documentation.js
Downloads
476
Maintainers
Readme
Clean Documentation Theme
A theme for documentationjs
Preview
- http://libp2p.github.io/js-peer-id/
It uses React server side rendering with Radium for styling components.
Usage
$ 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
License
MIT