Skip to content

Commit

Permalink
Rank API link higher on the documentation list.
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Rozet <simon@rozet.name>
  • Loading branch information
Dylan Egan authored and sr committed Aug 17, 2009
1 parent 645d686 commit 5ccfd07
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions documentation.markdown
Expand Up @@ -20,6 +20,13 @@ in `#sinatra`.
Detailed documentation on all of Sinatra's built-in options and using `set`,
`enable`, and `disable` to configure them.

### [API Documentation](/api/index.html)

Generated from Sinatra's source with RDoc. The
[Rack API docs](http://rack.rubyforge.org/doc/) should also be consulted.

Also available with an alternate template at <http://railsapi.com/sinatra>.

### [Testing Sinatra with Rack::Test](testing.html)

Guide to testing Sinatra apps.
Expand All @@ -33,13 +40,6 @@ How to add new functionality to Sinatra using the extension APIs.
Detailed change log for each Sinatra release generated from the `CHANGES`
file.

### [API Documentation](/api/index.html)

Generated from Sinatra's source with RDoc. The
[Rack API docs](http://rack.rubyforge.org/doc/) should also be consulted.

Also available with an alternate template at <http://railsapi.com/sinatra>.

### [In the Wild](/wild.html)

List of applications, libraries, websites and companies using Sinatra.
Expand All @@ -52,7 +52,6 @@ List of Sinatra extensions, typically available as gems.

An in-depth look at building and deploying Sinatra applications.


<!--
### [Routes](book.html#routes) and [Filters](book.html#filters)
Expand Down

0 comments on commit 5ccfd07

Please sign in to comment.