We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d714094 commit b0a2e9fCopy full SHA for b0a2e9f
docs/README.md
@@ -0,0 +1,26 @@
1
+# Docs - ActiveModel::Serializer 0.10.x
2
+
3
+This is the documentation of AMS, it's focused on **0.10.x version.**
4
5
+-----
6
7
+## General
8
9
+- [Getting Started](general/getting_started.md)
10
+- [Adapters](general/adapters.md)
11
12
+## How to
13
14
+- [How to use add root key](howto/add_root_key.md)
15
16
+## Getting Help
17
18
+If you find a bug, please report an [Issue](https://github.com/rails-api/active_model_serializers/issues/new).
19
20
+If you have a question, please [post to Stack Overflow](http://stackoverflow.com/questions/tagged/active-model-serializers).
21
22
+Thanks!
23
24
+## Contributing
25
26
+See [CONTRIBUTING.md](https://github.com/rails-api/active_model_serializers/blob/master/CONTRIBUTING.md)
0 commit comments