From 0660a895ddec80ca0de0d31417fdf042fbe523ee Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Wed, 25 Jan 2023 17:50:22 -0500 Subject: [PATCH] docs: don't include readme.md on ash_hq (#79) * docs: don't include readme.md on ash_hq * chore: format --- mix.exs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index e102a6e..c551468 100644 --- a/mix.exs +++ b/mix.exs @@ -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: