Skip to content

Commit

Permalink
Adds references to modules docs in README
Browse files Browse the repository at this point in the history
  • Loading branch information
szsoppa committed May 21, 2023
1 parent d40dd8f commit 0c39a36
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ And that's it. From now on, whenever you will cross-reference one context with a
** (RuntimeError) You can't reference App.Blog context within App.Accounts context.
```

Read more about `Contexted.Tracer` and its options in [docs](https://hexdocs.pm/contexted/Contexted.Tracer.html).

<br/>

### Dividing each context into smaller parts
Expand Down Expand Up @@ -184,6 +186,8 @@ config :contexted,

You may also want to enable it only for certain environments, like `dev`.

Read more about `Contexted.Delegator` and its options in [docs](https://hexdocs.pm/contexted/Contexted.Delegator.html).

<br/>

### Don't repeat yourself with CRUD operations
Expand Down Expand Up @@ -221,6 +225,8 @@ iex> App.Accounts.Users.__info__(:functions)
]
```

Read more about `Contexted.CRUD` and its options in [docs](https://hexdocs.pm/contexted/Contexted.CRUD.html).

<br/>

# Contributing
Expand Down

0 comments on commit 0c39a36

Please sign in to comment.