@rea-jet/documentation-theme
v0.3.0
Published
Theme for documentation.js
Downloads
45
Keywords
Readme
REA Theme for documentation.js
This is a theme for documentationjs.
Usage
$ npm install --save-dev @rea-jet/documentation-theme
$ npm install -g documentation
Then use the theme to build your docs:
$ documentation serve --format html --theme node_modules/@rea-jet/documentation-theme
Development
To build:
$ npm run build
To build and watch:
$ npm run watch