diff --git a/gulpfile.js b/gulpfile.js index 9a3f6784a02..1786bc2664a 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) {