docs: remove duplicate references to subdomain plugs (#236)

This commit is contained in:
Vasilis Spilka 2024-08-17 02:22:54 +02:00 committed by GitHub
parent 6d68aa3471
commit c5fccfcabf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,7 +27,6 @@ Add `ash_phoenix` to your list of dependencies in `mix.exs`:
- `AshPhoenix.SubdomainPlug` - A plug to determine a tenant using subdomains for multitenancy - `AshPhoenix.SubdomainPlug` - A plug to determine a tenant using subdomains for multitenancy
- `AshPhoenix.FormData.Error` - A protocol to allow errors to be rendered in forms - `AshPhoenix.FormData.Error` - A protocol to allow errors to be rendered in forms
- `Phoenix.HTML.Safe` implementations for `Ash.CiString`, `Ash.NotLoaded` and `Decimal` - `Phoenix.HTML.Safe` implementations for `Ash.CiString`, `Ash.NotLoaded` and `Decimal`
- `AshPhoenix.SubdomainPlug` for multitenant subdomain-based applications.
- `mix ash_phoenix.gen.live` for generating liveview modules - `mix ash_phoenix.gen.live` for generating liveview modules
- `mix ash_phoenix.gen.html` for generating controllers and views - `mix ash_phoenix.gen.html` for generating controllers and views