Skip to content

Commit 168ec0e

Browse files
committed
begin integration docs
1 parent fee37d5 commit 168ec0e

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

docs/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ This is the documentation of AMS, it's focused on the **0.10.x version.**
1515
- [How to add root key](howto/add_root_key.md)
1616
- [How to add pagination links](howto/add_pagination_links.md)
1717
- [Using AMS Outside Of Controllers](howto/outside_controller_use.md)
18-
- [How to use JSON API with Ember](howto/ember-and-json-api.md)
18+
19+
## Integrations
20+
- [Ember with JSON API](integrations/ember-and-json-api.md)
21+
- [Grape](integrations/grape.md)
1922

2023
## Getting Help
2124

docs/howto/ember-and-json-api.md renamed to docs/integrations/ember-and-json-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# How to use JSON API Query Parameters with Ember
1+
# Integrating with Ember and JSON API
22

33
- [Preparation](./ember-and-json-api.md#preparation)
44
- [Adapter Changes](./ember-and-json-api.md#adapter-changes)

docs/integrations/grape.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Integration with Grape
2+
3+
TODO: details on how to integrate with grape

0 commit comments

Comments
 (0)