From 48c3150cf962e50737ad2e00e16ca5b79a7bec76 Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Wed, 26 Mar 2014 09:34:30 -0500 Subject: [PATCH] search index /docs/api/ --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 9a3f6784a0..1786bc2664 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -57,7 +57,7 @@ gulp.task('docs-index', function() { var ref = {}; return gulp.src([ - 'tmp/ionic-site/docs/{components,guide,overview,angularjs}/**/*.{md,html}', + 'tmp/ionic-site/docs/{components,guide,overview,api}/**/*.{md,html}', 'tmp/ionic-site/tutorials/**/*.{md,html}' ]) .pipe(es.map(function(file, callback) {