0.5.2 • Published 7 years ago

clean-documentation-theme v0.5.2

Weekly downloads
239
License
MIT
Repository
github
Last release
7 years ago

Clean Documentation Theme

npm.io npm.io Build Status Coverage Status Dependency Status js-standard-style npm.io npm.io

A theme for documentationjs

npm.io

Preview

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