public
Description: Tutorial + Cookbook
Homepage: http://sinatra-book.gittr.com
Clone URL: git://github.com/cschneid/sinatra-book.git
sinatra-book / book-order.txt
100644 19 lines (16 sloc) 0.43 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# This file is to define the order of the markdown files that make up the book.
# Use this approach rather than than naming the files with 1_, 2_, and so on to force
# a sort order.
 
TOC.markdown
Introduction.markdown
Routes.markdown
Handlers.markdown
Filters.markdown
Views.markdown
Models.markdown
Helpers.markdown
RackMiddleware.markdown
ErrorHandling.markdown
Configuration.markdown
Deployment.markdown
Contributing.markdown