Skip to content

Commit b764543

Browse files
Shawn Erquhartphated
authored andcommitted
Docs: Update table of contents for API
1 parent d0ced75 commit b764543

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

docs/API.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
## gulp API docs
22

3-
Jump to:
4-
[gulp.src](#gulpsrcglobs-options) |
5-
[gulp.dest](#gulpdestpath-options) |
6-
[gulp.task](#gulptaskname--deps--fn) |
7-
[gulp.watch](#gulpwatchglob--opts-tasks-or-gulpwatchglob--opts-cb)
3+
* [gulp.src](#gulpsrcglobs-options) - Emit files matching one or more globs
4+
* [gulp.dest](#gulpdestpath-options) - Write files to directories
5+
* [gulp.symlink](#gulpsymlinkfolder-options) - Write files to symlinks
6+
* [gulp.task](#gulptaskname-fn) - Define tasks
7+
* [gulp.lastRun](#gulplastruntaskname-timeresolution) - Get timestamp of last successful run
8+
* [gulp.parallel](#gulpparalleltasks) - Run tasks in parallel
9+
* [gulp.series](#gulpseriestasks) - Run tasks in series
10+
* [gulp.watch](#gulpwatchglob-opts-fn) - Do something when a file changes
11+
* [gulp.tree](#gulptreeoptions) - Get the tree of tasks
12+
* [gulp.registry](#gulpregistryregistry) - Get or set the task registry
813

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

0 commit comments

Comments
 (0)