docs: add functions section

This commit is contained in:
Zach Daniel 2020-10-06 01:41:18 -04:00
parent dbd0a5f98c
commit 3a7f74d58c
No known key found for this signature in database
GPG key ID: C377365383138D4B

View file

@ -54,6 +54,7 @@ defmodule AshPostgres.MixProject do
groups_for_modules: [
"entry point": [AshPostgres],
"data layer": [AshPostgres.DataLayer],
functions: [AshPostgres.Functions.TrigramSimilarity],
repo: [AshPostgres.Repo],
migrations: [AshPostgres.MigrationGenerator],
"filter predicates": ~r/AshPostgres.Predicates/