From 168ec0ec2ad31964bc928ce8e791fa114cef43b7 Mon Sep 17 00:00:00 2001 From: "L. Preston Sego III" Date: Fri, 30 Oct 2015 13:58:42 -0400 Subject: [PATCH] begin integration docs --- docs/README.md | 5 ++++- docs/{howto => integrations}/ember-and-json-api.md | 2 +- docs/integrations/grape.md | 3 +++ 3 files changed, 8 insertions(+), 2 deletions(-) rename docs/{howto => integrations}/ember-and-json-api.md (98%) create mode 100644 docs/integrations/grape.md diff --git a/docs/README.md b/docs/README.md index a1e9d908..e1b44750 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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 diff --git a/docs/howto/ember-and-json-api.md b/docs/integrations/ember-and-json-api.md similarity index 98% rename from docs/howto/ember-and-json-api.md rename to docs/integrations/ember-and-json-api.md index b132aabf..85cf3f8b 100644 --- a/docs/howto/ember-and-json-api.md +++ b/docs/integrations/ember-and-json-api.md @@ -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) diff --git a/docs/integrations/grape.md b/docs/integrations/grape.md new file mode 100644 index 00000000..3ae97fd6 --- /dev/null +++ b/docs/integrations/grape.md @@ -0,0 +1,3 @@ +# Integration with Grape + +TODO: details on how to integrate with grape