Skip to content

Commit 447f3df

Browse files
committed
Add TOC.
1 parent 536b83d commit 447f3df

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

index.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# jsonapi-rb
2+
3+
Efficient, convenient, flexible [JSON API](http://jsonapi.org) framework for ruby.
4+
5+
## Guides
6+
7+
* [Introduction](guides/introduction.md)
8+
* [Getting started](guides/getting_started/index.md)
9+
* [Producing](guides/getting_started/producing.md)
10+
* [Defining serializable resources](guides/getting_started/producing.md#definition)
11+
* [Rendering documents](guides/getting_started/producing.md#rendering)
12+
* [Consuming](guides/getting_started/consuming.md)
13+
* [Defining deserializable resources](guides/getting_started/consuming.md#definition)
14+
* [Deserializing payloads](guides/getting_started/consuming.md#deserializing)
15+
* [Rails integration](guides/rails.md)
16+
* [Hanami integration](guides/hanami.md)

0 commit comments

Comments
 (0)