JSPM

clean-documentation-theme

0.5.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 60
  • Score
    100M100P100Q72184F
  • License MIT

Theme for documentation.js

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

Build Status Coverage Status Dependency Status js-standard-style

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