diff --git a/docs/README.md b/docs/README.md index d1b9f8c28..f90cabc91 100644 --- a/docs/README.md +++ b/docs/README.md @@ -7,7 +7,7 @@ sidebar_label: Docs # gulp documentation -* [Getting Started](getting-started.md) - Get started with gulp +* [Getting Started](getting-started/) - Get started with gulp * [API documentation](API.md) - The programming interface, defined * [CLI documentation](CLI.md) - Learn how to call tasks and use compilers * [Writing a Plugin](writing-a-plugin/) - The essentials of writing a gulp plugin diff --git a/docs/getting-started.md b/docs/getting-started.md new file mode 100644 index 000000000..c3ec6e468 --- /dev/null +++ b/docs/getting-started.md @@ -0,0 +1,5 @@ +## This documentation has moved! + +You can find the new documentation in our [Quick Start](getting-started/1-quick-start.md) guide. + +While you are there, check out our expanded [Getting Started](getting-started/) documentation.