diff --git a/docs/_includes/navigation.html b/docs/_includes/navigation.html
index cb1c4e69..7febddf9 100644
--- a/docs/_includes/navigation.html
+++ b/docs/_includes/navigation.html
@@ -31,7 +31,11 @@
Local Tasks
Before / After Hooks
Authentication & Authorisation
- Task Cookbook
+
+
+ Task cookbook
+ Introduction
+ Rails related tasks
Advanced Features
diff --git a/docs/documentation/tasks/intro/index.markdown b/docs/documentation/tasks/intro/index.markdown
new file mode 100644
index 00000000..52be00d7
--- /dev/null
+++ b/docs/documentation/tasks/intro/index.markdown
@@ -0,0 +1,10 @@
+---
+title: Task Cookbook
+layout: default
+---
+
+These pages document common custom tasks for specific use cases. It is hoped that these will be copied and modified for your use case, and also provide a basis for understanding how to extend Capistrano for your own usage.
+
+You can also look in most Capistrano repositories (including core) for rake tasks to see further example of how it works.
+
+Feel free to contribute more via a Pull Request.
diff --git a/docs/documentation/getting-started/cookbook/index.markdown b/docs/documentation/tasks/rails/index.markdown
similarity index 75%
rename from docs/documentation/getting-started/cookbook/index.markdown
rename to docs/documentation/tasks/rails/index.markdown
index 050f897a..72c2f63b 100644
--- a/docs/documentation/getting-started/cookbook/index.markdown
+++ b/docs/documentation/tasks/rails/index.markdown
@@ -1,16 +1,8 @@
---
-title: Task Cookbook
+title: Custom Rails Tasks
layout: default
---
-This page documents common custom tasks for specific use cases. It is hoped that these will be copied and modified for your use case, and also provide a basis for understanding how to extend Capistrano for your own usage.
-
-You can also look in most Capistrano repositories (including core) for rake tasks to see further example of how it works.
-
-Feel free to contribute more via a Pull Request.
-
-## Rails
-
Many of these tasks probably require [Capistrano::Rails](https://github.com/capistrano/rails).
### Run arbitrary rake tasks from environment variables