Docs: Redirect users to new Getting Started guides · gulpjs/gulp@53e9727

Skip to content

Navigation Menu

Sign in

Appearance settings

Commit 53e9727

Docs: Redirect users to new Getting Started guides

File tree

2 files changed

lines changed

2 files changed

lines changed

Lines changed: 1 addition & 1 deletion

Original file line numberDiff line numberDiff line change

@@ -7,7 +7,7 @@ sidebar_label: Docs

77
88

# gulp documentation

99
10-

* [Getting Started](getting-started.md) - Get started with gulp

10+

* [Getting Started](getting-started/) - Get started with gulp

1111

* [API documentation](API.md) - The programming interface, defined

1212

* [CLI documentation](CLI.md) - Learn how to call tasks and use compilers

1313

* [Writing a Plugin](writing-a-plugin/) - The essentials of writing a gulp plugin

Lines changed: 5 additions & 0 deletions

Original file line numberDiff line numberDiff line change

@@ -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