You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/README.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
# gulp documentation
2
2
3
-
*[Getting Started](getting-started.md) - How to get going with gulp
4
-
*[API documentation](API.md) - Learn the ins and outs of using gulp
3
+
*[Getting Started](getting-started.md) - Get started with gulp
4
+
*[API documentation](API.md) - The programming interface, defined
5
5
*[CLI documentation](CLI.md) - Learn how to call tasks and use compilers
6
-
*[Writing a Plugin](writing-a-plugin/README.md) - So you're writing a gulp plugin? Go here for the essential dos and don'ts.
7
-
*[Why Use Pump?](why-use-pump/README.md) - Why you should use the `pump` module instead of calling `.pipe` yourself.
8
-
*[Simplified Chinese documentation][SimplifiedChineseDocs] - gulp 简体中文文档.
9
-
*[Korean documentation][KoreanDocs] - gulp 한국어 참조 문서.
6
+
*[Writing a Plugin](writing-a-plugin/) - The essentials of writing a gulp plugin
7
+
*[Why Use Pump?](why-use-pump/README.md) - Why to use the `pump` module instead of calling `.pipe` yourself
8
+
*[Simplified Chinese documentation][SimplifiedChineseDocs] - gulp 简体中文文档
9
+
*[Korean documentation][KoreanDocs] - gulp 한국어 참조 문서
10
10
11
11
12
12
## FAQ
@@ -21,7 +21,7 @@ The community has written [recipes](recipes#recipes) for common gulp use-cases.
21
21
22
22
## Still got questions?
23
23
24
-
Post on [StackOverflow with a #gulp tag](http://stackoverflow.com/questions/tagged/gulp), or come chat with us in [#gulpjs](http://webchat.freenode.net/?channels=gulpjs) on [Freenode](http://freenode.net/).
24
+
Post on [StackOverflow with a #gulp tag](http://stackoverflow.com/questions/tagged/gulp) or come chat with us in [#gulpjs](http://webchat.freenode.net/?channels=gulpjs) on [Freenode](http://freenode.net/).
0 commit comments