Skeleton API docs

This commit is contained in:
Rashid Khan
2013-12-02 12:43:39 -07:00
parent e95503fef3
commit aec9a42ee1
31 changed files with 1253 additions and 274 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
// Lint and build CSS
module.exports = function(grunt) {
grunt.registerTask('default', ['jshint:source', 'less:src', 'docs']);
grunt.registerTask('default', ['docs','jshint:source', 'less:src']);
};
+1 -1
View File
@@ -2,7 +2,7 @@ module.exports = function(config) {
return {
docs: {
src: ['src/app/**/*.js','src/config.js'],
dest: config.docsDir,
dest: config.docsDir+"/kibana",
options: {
unslash: true,
extension: '.asciidoc',