aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/index.html.erb
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-07-17 19:42:44 +0200
committerXavier Noria <fxn@hashref.com>2010-07-17 19:42:44 +0200
commitcaddee253c7a865100af157525861ab58afd4715 (patch)
tree081e904236e7240b8314031935a0f45a217ca9c5 /railties/guides/source/index.html.erb
parentc6e20586372743ce200449bf0ac21aed04c6b81e (diff)
downloadrails-caddee253c7a865100af157525861ab58afd4715.tar.gz
rails-caddee253c7a865100af157525861ab58afd4715.tar.bz2
rails-caddee253c7a865100af157525861ab58afd4715.zip
new guide: API Documentation Guidelines, ported and revised from the docrails github wiki
Diffstat (limited to 'railties/guides/source/index.html.erb')
-rw-r--r--railties/guides/source/index.html.erb16
1 files changed, 12 insertions, 4 deletions
diff --git a/railties/guides/source/index.html.erb b/railties/guides/source/index.html.erb
index a930db0f1d..254ee91ab4 100644
--- a/railties/guides/source/index.html.erb
+++ b/railties/guides/source/index.html.erb
@@ -123,10 +123,6 @@ Ruby on Rails Guides
<%= guide("Caching with Rails", 'caching_with_rails.html', :ticket => 10) do %>
<p>Various caching techniques provided by Rails.</p>
<% end %>
-
-<%= guide("Contributing to Rails", 'contributing_to_rails.html') do %>
- <p>Rails is not &quot;somebody else's framework.&quot; This guide covers a variety of ways that you can get involved in the ongoing development of Rails.</p>
-<% end %>
</dl>
<h3>Extending Rails</h3>
@@ -147,6 +143,18 @@ Ruby on Rails Guides
<% end %>
</dl>
+<h3>Contributing to Rails</h3>
+
+<dl>
+ <%= guide("Contributing to Rails", 'contributing_to_rails.html') do %>
+ <p>Rails is not &quot;somebody else's framework.&quot; This guide covers a variety of ways that you can get involved in the ongoing development of Rails.</p>
+ <% end %>
+
+ <%= guide('API Documentation Guidelines', 'api_documentation_guidelines.html') do %>
+ <p>This guide documents the Ruby on Rails API documentation guidelines.</p>
+ <% end %>
+</dl>
+
<h3>Release Notes</h3>
<dl>