Documentation polish 🧽 (#280)

This commit is contained in:
De Wet Blomerus 2023-09-22 23:14:31 -04:00 committed by GitHub
parent 3594f16586
commit 33fe39d24f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,6 +58,7 @@ We can make our life easier and the code more consistent by adding formatters to
:phoenix,
# add these lines -->
:ash,
:ash_authentication,
:ash_authentication_phoenix,
:ash_postgres
# <-- add these lines
@ -203,6 +204,7 @@ At the end we should have the following directory structure:
lib/example
├── accounts
| ├── accounts.ex
| ├── secrets.ex
| └── resources
│   ├── token.ex
|   └── user.ex