diff options
author | Frederick Cheung <frederick.cheung@gmail.com> | 2009-01-04 01:37:15 +0000 |
---|---|---|
committer | Frederick Cheung <frederick.cheung@gmail.com> | 2009-01-04 01:37:15 +0000 |
commit | 25183221971c8b75051d9e6d19d204a53dec55e4 (patch) | |
tree | 408a7e7b0dd0783689e8a740cab1cd654049ed7d /railties/doc/guides/html/index.html | |
parent | 33fe26ef3622b2411ef79b8c7c8a481157471534 (diff) | |
parent | 0230a3e00289b3a6fbfd2de0bb88da734536a12d (diff) | |
download | rails-25183221971c8b75051d9e6d19d204a53dec55e4.tar.gz rails-25183221971c8b75051d9e6d19d204a53dec55e4.tar.bz2 rails-25183221971c8b75051d9e6d19d204a53dec55e4.zip |
Merge branch 'master' of git@github.com:lifo/docrails
* 'master' of git@github.com:lifo/docrails:
Complete draft of configuring guide; add configuring guide to index; regenerate HTML.
FIx bad date in Guide changelog.
Update table syntax in guides to fix deprecation warnings during build.
Regenarate html
Diffstat (limited to 'railties/doc/guides/html/index.html')
-rw-r--r-- | railties/doc/guides/html/index.html | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/railties/doc/guides/html/index.html b/railties/doc/guides/html/index.html index 78dcf7194c..38e1b310d7 100644 --- a/railties/doc/guides/html/index.html +++ b/railties/doc/guides/html/index.html @@ -179,7 +179,7 @@ ul#navMain { </style> </head> <body> - <div id="header" > + <div id="header" class="notoc"> <div id="logo"> <a href="index.html" title="Ruby on Rails"><img src="images/rails_logo_remix.gif" alt="Rails" height="140" width="110" /></a> </div> @@ -193,13 +193,7 @@ ul#navMain { </ul> </div> - <div id="container"> - - <div id="sidebar"> - <h2>Chapters</h2> - <ol> - </ol> - </div> + <div id="container" class="notoc"> <div id="content"> <h1>Ruby on Rails Guides</h1> @@ -383,6 +377,11 @@ of your code.</p></div> </div>
<div class="paragraph"><p>This guide introduces you to the basic concepts and features of the Rails I18n API and shows you how to localize your application.</p></div>
</div></div>
+<div class="sidebarblock">
+<div class="sidebar-content">
+<div class="sidebar-title"><a href="configuring.html">Configuring Rails Applications</a></div>
+<div class="paragraph"><p>This guide covers the basic configuration settings for a Rails application.</p></div>
+</div></div>
<div class="paragraph"><p>Authors who have contributed to complete guides are listed <a href="authors.html">here</a>.</p></div>
<div class="paragraph"><p>This work is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 License</a></p></div>
</div>
|