mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Add navigation to intro page
This commit is contained in:
parent
f18004c1ae
commit
d8215854fb
2 changed files with 6 additions and 0 deletions
|
@ -34,6 +34,7 @@
|
|||
<li class="divider"></li>
|
||||
|
||||
<h5>Task cookbook</h5>
|
||||
<!-- Also add to intro/index.markdown -->
|
||||
<li><a href="/documentation/tasks/intro/">Introduction</a></li>
|
||||
<li><a href="/documentation/tasks/rails/">Rails related tasks</a></li>
|
||||
<li class="divider"></li>
|
||||
|
|
|
@ -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
|
||||
|
||||
<!-- Also add to navigation.html -->
|
||||
* [Rails related tasks](/documentation/tasks/rails/)
|
||||
|
|
Loading…
Reference in a new issue