docs: don't include readme.md on ash_hq (#79)

* docs: don't include readme.md on ash_hq

* chore: format
This commit is contained in:
Zach Daniel 2023-01-25 17:50:22 -05:00 committed by GitHub
parent d1c86a4d11
commit 0660a895dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,11 @@ defmodule AshAuthentication.Phoenix.MixProject do
],
docs: [
main: "readme",
extras: ["README.md"],
extras: [
"README.md": [
ash_hq: false
]
],
formatters: ["html"],
filter_modules: ~r/^Elixir.AshAuthentication.Phoenix/,
source_url_pattern: