aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/documents.yaml
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2011-12-31 22:55:25 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2012-01-01 23:04:37 +0530
commit6e9cd3846811718611543dae049c000076319587 (patch)
tree86b45a9d5fb66305319aae685170799c450f97b9 /railties/guides/source/documents.yaml
parent8be9d92c8b8a213c7830d5ba130514f9e207cbfe (diff)
downloadrails-6e9cd3846811718611543dae049c000076319587.tar.gz
rails-6e9cd3846811718611543dae049c000076319587.tar.bz2
rails-6e9cd3846811718611543dae049c000076319587.zip
DRY up guides index page
Use the list of guides available in documents.yaml to fill in the menu in the index page instead of duplicating the list again. Also, remove WIP guides from the menu.
Diffstat (limited to 'railties/guides/source/documents.yaml')
-rw-r--r--railties/guides/source/documents.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/documents.yaml b/railties/guides/source/documents.yaml
index dccfefb4fb..58713a08a8 100644
--- a/railties/guides/source/documents.yaml
+++ b/railties/guides/source/documents.yaml
@@ -84,7 +84,7 @@
url: configuring.html
description: This guide covers the basic configuration settings for a Rails application.
-
- name: Rails Command Line Tools and Rake tasks
+ name: Rails Command Line Tools and Rake Tasks
url: command_line.html
description: This guide covers the command line tools and rake tasks provided by Rails.
-