mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-23 06:16:50 +00:00
fix typo fix intra-document links fix spelling error in nested resources toc link add example for post collection Update ember-and-json-api.md fix typo
31 lines
920 B
Markdown
31 lines
920 B
Markdown
# Docs - ActiveModel::Serializer 0.10.x
|
|
|
|
This is the documentation of AMS, it's focused on the **0.10.x version.**
|
|
|
|
-----
|
|
|
|
## General
|
|
|
|
- [Getting Started](general/getting_started.md)
|
|
- [Adapters](general/adapters.md)
|
|
- [Configuration Options](general/configuration_options.md)
|
|
|
|
## How to
|
|
|
|
- [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)
|
|
|
|
## Getting Help
|
|
|
|
If you find a bug, please report an [Issue](https://github.com/rails-api/active_model_serializers/issues/new).
|
|
|
|
If you have a question, please [post to Stack Overflow](http://stackoverflow.com/questions/tagged/active-model-serializers).
|
|
|
|
Thanks!
|
|
|
|
## Contributing
|
|
|
|
See [CONTRIBUTING.md](https://github.com/rails-api/active_model_serializers/blob/master/CONTRIBUTING.md)
|