Package Exports
- clean-documentation-theme
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (clean-documentation-theme) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Clean Documentation Theme
A theme for documentationjs
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