We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bd75d0 commit 53e9727Copy full SHA for 53e9727
docs/README.md
@@ -7,7 +7,7 @@ sidebar_label: Docs
7
8
# gulp documentation
9
10
-* [Getting Started](getting-started.md) - Get started with gulp
+* [Getting Started](getting-started/) - Get started with gulp
11
* [API documentation](API.md) - The programming interface, defined
12
* [CLI documentation](CLI.md) - Learn how to call tasks and use compilers
13
* [Writing a Plugin](writing-a-plugin/) - The essentials of writing a gulp plugin
docs/getting-started.md
@@ -0,0 +1,5 @@
1
+## This documentation has moved!
2
+
3
+You can find the new documentation in our [Quick Start](getting-started/1-quick-start.md) guide.
4
5
+While you are there, check out our expanded [Getting Started](getting-started/) documentation.
0 commit comments