This is a theme for documentationjs.
Live version: https://devseed.com/kes
$ npm install --save-dev documentation-devseed-theme
$ npm install -g documentation
Then use the theme to build your docs:
$ documentation serve --format html --theme node_modules/documentation-devseed-theme
To build:
$ npm run build
To build and watch:
$ npm run watch