Skip to content

Instantly share code, notes, and snippets.

@elis
Created July 28, 2015 13:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elis/6092f821f184a7cb1cf5 to your computer and use it in GitHub Desktop.
Save elis/6092f821f184a7cb1cf5 to your computer and use it in GitHub Desktop.
docular: {
useHtml5Mode: true, //Use angular's html5 mode? true/false.
docular_webapp_target: 'docs', //The place where the docs will be generated
showAngularDocs: true,
showDocularDocs: false,
examples: {}, //instructions for how to run the sandboxed examples
groups: [
{
groupTitle: 'App Stuff',
groupId: 'app',
groupIcon: 'book',
groups: [
{
id: "app",
title:"App",
files: grunt.file.expand(['client/app/**/*.js', '!client/app/**/*.spec.js', '!client/app/**/lib/**/*.js'])
}
]
}
] //groups of documentation to parse
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment