docs: include all components in component docs.

This commit is contained in:
James Harton 2023-01-27 09:42:08 +13:00
parent 2a3afaa60d
commit 5298adcb09
2 changed files with 5 additions and 10 deletions

View file

@ -16,11 +16,11 @@ defmodule AshAuthentication.Phoenix.Components.Banner do
Can show either an image or some text, depending on the provided overrides.
#{AshAuthentication.Phoenix.Overrides.Overridable.generate_docs()}
## Props
* `overrides` - A list of override modules.
#{AshAuthentication.Phoenix.Overrides.Overridable.generate_docs()}
"""
use Phoenix.LiveComponent

View file

@ -44,12 +44,7 @@ defmodule AshAuthentication.Phoenix.MixProject do
],
Components: [
AshAuthentication.Phoenix.SignInLive,
AshAuthentication.Phoenix.Components.SignIn,
AshAuthentication.Phoenix.Components.OAuth2,
AshAuthentication.Phoenix.Components.Password,
AshAuthentication.Phoenix.Components.Password.SignInForm,
AshAuthentication.Phoenix.Components.Password.RegisterForm,
AshAuthentication.Phoenix.Components.Password.Input
~r/^AshAuthentication\.Phoenix\.Components/
],
Internals: ~r/.*/
]