docs: use ash docs replacements for hex versions (#67)

This commit is contained in:
Zach Daniel 2022-12-07 22:09:48 -05:00 committed by GitHub
parent 8b94e5413b
commit d781b78d5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 5 deletions

View file

@ -15,13 +15,11 @@ Bring in the `ash_authentication` dependency:
defp deps()
[
# ...
{:ash_authentication, "~> x.x"}
____mix_dep_ash_authentication____
]
end
```
Use `mix hex.info ash_authentication` to quickly find the latest version.
## Choosing your extensions, strategies and add-ons
Ash Authentication supports many different features, each provided by different

View file

@ -21,7 +21,7 @@ dependency:
defp deps()
[
# ...
{:ash_authentication_phoenix, "~> x.x"}
____mix_dep_ash_authentication_phoenix____
]
end
```

View file

@ -156,6 +156,7 @@ defmodule AshAuthentication.MixProject do
"hex.audit",
"test"
],
docs: ["docs", "ash.replace_doc_links"],
test: ["ecto.create --quiet", "ecto.migrate --quiet", "test"]
]
end