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

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',