0.3.0 • Published 5 years ago

@rea-jet/documentation-theme v0.3.0

Weekly downloads
4
License
CC0-1.0
Repository
github
Last release
5 years ago

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