docs: Update Getting Started Document (#125)

This commit is contained in:
Justin Lane 2022-12-16 16:53:11 +13:00 committed by GitHub
parent bfefef7fd5
commit 270ad94b71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -133,6 +133,8 @@ config :helpdesk, Helpdesk.Repo,
And finally, add the repo to your application
```elixir
# in lib/helpdesk/application.ex
def start(_type, _args) do
children = [
# Starts a worker by calling: Helpdesk.Worker.start_link(arg)
@ -335,7 +337,7 @@ Take a look at the DSL documentation for more information on what you can config
#### See what is available in the DSL
{{link:ash_postgres:dsl:ashpostgres:postgres}}
{{link:ash_postgres:dsl:ash_postgres:postgres}}
#### Learn more about the underlying tools