Navigation Menu

Skip to content

Commit

Permalink
Removed information about edge vs. current so that guides always make…
Browse files Browse the repository at this point in the history
… sense in the given context.
  • Loading branch information
schof committed Mar 6, 2010
1 parent 1b78c08 commit 50e08d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 3 additions & 5 deletions source/index.erb.textile
Expand Up @@ -3,14 +3,12 @@ h2. Spree guides

These guides are designed to make you immediately productive with Spree, and to help you understand how all of the pieces fit together. They are written by the authors of Spree as well as members of the Spree community.

* "Current Release version":http://spreecommerce.com/documentation - based on the last stable release of Spree
* "Edge version":http://spreecommerce.com/documentation/edge - for unreleased code in current Spree "master branch":http://github.com/railsdog/spree/tree/master

<% end %>

<% content_for :index_section do %>
<div id="subCol">
<dl>
<dd class="warning">This documentation is based on the "edge" version of Spree. Some of the features described in this documentation are not yet available in an official Spree release (although they will likely be available soon in the next coming release.)</dd>
</dl>
</div>

h3. Start Here

Expand Down
1 change: 1 addition & 0 deletions spree_guides.rb
Expand Up @@ -21,6 +21,7 @@
require 'action_controller'
require 'action_view'
require 'redcloth'
require 'fileutils'

module Spree
autoload :Generator, "spree/generator"
Expand Down

0 comments on commit 50e08d4

Please sign in to comment.