documentation-theme-light
Version:
light theme for Documentation.js
19 lines (11 loc) • 658 B
Markdown
# documentation-theme-light
An alternative theme for [documentation.js](https://github.com/documentationjs/documentation).
[**Demo**](https://ur300.github.io/documentation-theme-light/)
[<img src="https://github.com/ur300/documentation-theme-light/raw/master/screenshot.png" alt="documentation-theme-light demo" />](https://ur300.github.io/documentation-theme-light/)
Based on [Maya Gao](https://github.com/mayagao) work.
## Usage
1. Install theme: `npm install documentation-theme-light`
2. Use theme in documentation.js call. For instance:
```
documentation build index.js -f html -o docs --theme node_modules/documentation-theme-light
```