From b764543fcc2b8a512a771ac104babaa2e4451c44 Mon Sep 17 00:00:00 2001 From: Shawn Erquhart Date: Mon, 9 Nov 2015 20:59:53 -0500 Subject: [PATCH] Docs: Update table of contents for API --- docs/API.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/docs/API.md b/docs/API.md index a420c0405..201114b6d 100644 --- a/docs/API.md +++ b/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])