From d8215854fbc783e6475c4024ed2e6e6f4e0a2f2e Mon Sep 17 00:00:00 2001 From: William Johnston Date: Tue, 10 Oct 2017 06:37:10 -0500 Subject: [PATCH] Add navigation to intro page --- docs/_includes/navigation.html | 1 + docs/documentation/tasks/intro/index.markdown | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/docs/_includes/navigation.html b/docs/_includes/navigation.html index 7febddf9..e64bcfe8 100644 --- a/docs/_includes/navigation.html +++ b/docs/_includes/navigation.html @@ -34,6 +34,7 @@
  • Task cookbook
    +
  • Introduction
  • Rails related tasks
  • diff --git a/docs/documentation/tasks/intro/index.markdown b/docs/documentation/tasks/intro/index.markdown index 52be00d7..8fd66694 100644 --- a/docs/documentation/tasks/intro/index.markdown +++ b/docs/documentation/tasks/intro/index.markdown @@ -8,3 +8,8 @@ These pages document common custom tasks for specific use cases. It is hoped tha 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. + +### Pages + + +* [Rails related tasks](/documentation/tasks/rails/)