Skip to content

Commit

Permalink
docs: clean up hexdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Jan 12, 2024
1 parent 2170205 commit b4d9fd1
Showing 1 changed file with 4 additions and 21 deletions.
25 changes: 4 additions & 21 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -133,26 +133,10 @@ defmodule AshPostgres.MixProject do
"""
end
end,
spark: [
mix_tasks: [
Postgres: [
Mix.Tasks.AshPostgres.GenerateMigrations,
Mix.Tasks.AshPostgres.Create,
Mix.Tasks.AshPostgres.Drop,
Mix.Tasks.AshPostgres.Migrate,
Mix.Tasks.AshPostgres.Rollback
]
],
extensions: [
%{
module: AshPostgres.DataLayer,
name: "AshPostgres",
target: "Ash.Resource",
type: "DataLayer"
}
]
],
groups_for_extras: groups_for_extras(),
nest_modules_by_prefix: [
AshPostgres.Functions
],
groups_for_modules: [
AshPostgres: [
AshPostgres,
Expand Down Expand Up @@ -191,8 +175,7 @@ defmodule AshPostgres.MixProject do
AshPostgres.Functions.ILike,
AshPostgres.Functions.Like,
AshPostgres.Functions.VectorCosineDistance
],
Internals: ~r/.*/
]
]
]
end
Expand Down

0 comments on commit b4d9fd1

Please sign in to comment.