From caddee253c7a865100af157525861ab58afd4715 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Sat, 17 Jul 2010 19:42:44 +0200 Subject: new guide: API Documentation Guidelines, ported and revised from the docrails github wiki --- railties/guides/source/index.html.erb | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'railties/guides/source/index.html.erb') 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 %>

Various caching techniques provided by Rails.

<% end %> - -<%= guide("Contributing to Rails", 'contributing_to_rails.html') do %> -

Rails is not "somebody else's framework." This guide covers a variety of ways that you can get involved in the ongoing development of Rails.

-<% end %>

Extending Rails

@@ -147,6 +143,18 @@ Ruby on Rails Guides <% end %> +

Contributing to Rails

+ +
+ <%= guide("Contributing to Rails", 'contributing_to_rails.html') do %> +

Rails is not "somebody else's framework." This guide covers a variety of ways that you can get involved in the ongoing development of Rails.

+ <% end %> + + <%= guide('API Documentation Guidelines', 'api_documentation_guidelines.html') do %> +

This guide documents the Ruby on Rails API documentation guidelines.

+ <% end %> +
+

Release Notes

-- cgit v1.2.3