docs: update latest docs

This commit is contained in:
Zach Daniel 2020-07-07 20:30:49 -04:00
parent 0127f48304
commit 482433a28c
No known key found for this signature in database
GPG key ID: C377365383138D4B
2 changed files with 6 additions and 0 deletions

View file

@ -136,6 +136,10 @@ actions do
end
```
## Add front end extensions
- `AshJsonApi` - can be used to build a spec compliant JSON:API
## See Ash documentation for the rest
- `Ash.Api` for what you can do with your resources.

View file

@ -44,6 +44,8 @@ defmodule Ash do
end
```
See the [getting started guide](getting_started.html) for more information.
For those looking to add ash extensions:
* see `Ash.Dsl.Extension` for adding configuration.