Skip to content

Commit

Permalink
begin integration docs
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Oct 30, 2015
1 parent fee37d5 commit 168ec0e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ This is the documentation of AMS, it's focused on the **0.10.x version.**
- [How to add root key](howto/add_root_key.md)
- [How to add pagination links](howto/add_pagination_links.md)
- [Using AMS Outside Of Controllers](howto/outside_controller_use.md)
- [How to use JSON API with Ember](howto/ember-and-json-api.md)

## Integrations
- [Ember with JSON API](integrations/ember-and-json-api.md)
- [Grape](integrations/grape.md)

## Getting Help

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# How to use JSON API Query Parameters with Ember
# Integrating with Ember and JSON API

- [Preparation](./ember-and-json-api.md#preparation)
- [Adapter Changes](./ember-and-json-api.md#adapter-changes)
Expand Down
3 changes: 3 additions & 0 deletions docs/integrations/grape.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Integration with Grape

TODO: details on how to integrate with grape

0 comments on commit 168ec0e

Please sign in to comment.