Skip to content

Commit

Permalink
chore: fix docs generation
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Dec 11, 2024
1 parent e563097 commit 6a5f303
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .formatter.exs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ macro_locals_without_parens = [

[
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"],
import_deps: [:phoenix, :phoenix_html],
import_deps: [:phoenix],
locals_without_parens: spark_locals_without_parens ++ macro_locals_without_parens,
plugins: [Phoenix.LiveView.HTMLFormatter],
export: [
Expand Down
1 change: 1 addition & 0 deletions documentation/dsls/DSL-AshAdmin.Resource.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Configure the admin dashboard for a given resource.
| [`relationship_display_fields`](#admin-relationship_display_fields){: #admin-relationship_display_fields } | `list(atom)` | | The list of attributes to render when this resource is shown as a relationship on another resource's datatable. |
| [`resource_group`](#admin-resource_group){: #admin-resource_group } | `atom` | | The group in the top resource dropdown that the resource appears in. |
| [`show_sensitive_fields`](#admin-show_sensitive_fields){: #admin-show_sensitive_fields } | `list(atom)` | | The list of fields that should not be redacted in the admin UI even if they are marked as sensitive. |
| [`show_calculations`](#admin-show_calculations){: #admin-show_calculations } | `list(atom)` | | A list of calculation that can be calculate when this resource is shown. By default, all calculations are included. |


## admin.form
Expand Down

0 comments on commit 6a5f303

Please sign in to comment.