himedlooff / doxray-template

A handlebars.js template for Doxray
http://himedlooff.github.io/doxray-template/docs/
MIT License
0 stars 0 forks source link

Doxray-template

A handlebars.js template for Doxray

Live demo: http://himedlooff.github.io/doxray-template/docs/

Screen cap demo:

Animated screen cap

Getting started

Questions? Having trouble? File an issue.

An example using Bower and Gulp

# Download the template files
$ bower install doxray-template
// Move the template files into `docs`.
// You only need to do this after installing or updating doxray-template.
gulp.task('move-doxray-template', function() {
    return gulp.src(['bower_components/doxray-template/template/*'])
    .pipe(gulp.dest('docs'));
});

// Parse the files you want to generate documentation from.
// Saved the parsed data as `doxray-parsed-data.js` into the same folder you
// placed the template files.
gulp.task('doxray', function() {
    doxray(['my-file.less'], { jsFile: 'docs/doxray-parsed-data.js' });
});

Getting involved

Feedback and contributions are welcome. Please read CONTRIBUTING.

To file a bug please us this handy template.

Credit

Eye icon created by Edward Boatman from the Noun Project: https://thenounproject.com/search/?q=eye&i=421