Skip to content

Commit

Permalink
Merge pull request gulpjs#1114 from erquhart/master
Browse files Browse the repository at this point in the history
add quick links to api docs
  • Loading branch information
contra committed Jun 23, 2015
2 parents 08c4170 + 87e8364 commit 796989a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/API.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## gulp API docs

Jump to:
[gulp.src](#gulpsrcglobs-options) |
[gulp.dest](#gulpdestpath-options) |
[gulp.task](#gulptaskname-deps-fn) |
[gulp.watch](#gulpwatchglob--opts-tasks-or-gulpwatchglob--opts-cb)

### gulp.src(globs[, options])

Emits files matching provided glob or an array of globs.
Expand Down

0 comments on commit 796989a

Please sign in to comment.