Skip to content

Commit

Permalink
Updating the README
Browse files Browse the repository at this point in the history
hunvreus committed Feb 1, 2013

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent 951aafa commit f633272
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -48,6 +48,22 @@ layout: nil

We then describe the request and response (or whatever else you wish to talk about) in the body of our post. Check the placeholders present in the `_posts` folder to get an idea of what it can look like.

### Grouping calls

Adding a category to your YAML header will allows you to group methods in the navigation. It is particularly helpful as you start having a lot of methods and need to organize them. For example:


```
---
category: Stuff
path: '/stuff/:id'
title: 'Delete a thing'
type: 'DELETE'
layout: nil
---
```

### Edit the design

The default UI is mostly described through the `css/style.css` file and a couple short jQuery scripts in the `/_layouts/default.html` layout. Hack it to oblivion.

0 comments on commit f633272

Please sign in to comment.