Skip to content

Commit

Permalink
Docs: Update table of contents for API
Browse files Browse the repository at this point in the history
  • Loading branch information
Shawn Erquhart authored and phated committed Dec 31, 2017
1 parent d0ced75 commit b764543
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions docs/API.md
@@ -1,10 +1,15 @@
## 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](#gulpsrcglobs-options) - Emit files matching one or more globs
* [gulp.dest](#gulpdestpath-options) - Write files to directories
* [gulp.symlink](#gulpsymlinkfolder-options) - Write files to symlinks
* [gulp.task](#gulptaskname-fn) - Define tasks
* [gulp.lastRun](#gulplastruntaskname-timeresolution) - Get timestamp of last successful run
* [gulp.parallel](#gulpparalleltasks) - Run tasks in parallel
* [gulp.series](#gulpseriestasks) - Run tasks in series
* [gulp.watch](#gulpwatchglob-opts-fn) - Do something when a file changes
* [gulp.tree](#gulptreeoptions) - Get the tree of tasks
* [gulp.registry](#gulpregistryregistry) - Get or set the task registry

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

Expand Down

0 comments on commit b764543

Please sign in to comment.