Skip to content

Commit

Permalink
Add index page for gh-pages?
Browse files Browse the repository at this point in the history
  • Loading branch information
swlkr committed Jan 31, 2020
1 parent 413b226 commit b7bb89f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/index.md
@@ -0,0 +1,13 @@
These are the joy docs. I tried to separate them by "useful unit of work" or common things you do when you make a web app:

- [Introduction](introduction.md)
- [Quick Start](tutorial.md)
- [Routing](routing.md)
- [Requests and Responses](requests-and-responses.md)
- [Database Queries](database-queries.md)
- [Database Migrations](database-migrations.md)
- [HTML Rendering](html-rendering.md)
- [Form Submission](form-submission.md)
- [Middleware](middleware.md)
- [Sessions](sessions.md)
- [Authentication](authentication.md)

0 comments on commit b7bb89f

Please sign in to comment.