diff --git a/documentation/dsls/DSL:-AshPostgres.DataLayer.md b/documentation/dsls/DSL:-AshPostgres.DataLayer.md index 2262d16c..af2b1853 100644 --- a/documentation/dsls/DSL:-AshPostgres.DataLayer.md +++ b/documentation/dsls/DSL:-AshPostgres.DataLayer.md @@ -257,7 +257,6 @@ end |------|------|---------|------| | [`polymorphic_on_delete`](#postgres-references-polymorphic_on_delete){: #postgres-references-polymorphic_on_delete } | `:delete \| :nilify \| :nothing \| :restrict` | | For polymorphic resources, configures the on_delete behavior of the automatically generated foreign keys to source tables. | | [`polymorphic_on_update`](#postgres-references-polymorphic_on_update){: #postgres-references-polymorphic_on_update } | `:update \| :nilify \| :nothing \| :restrict` | | For polymorphic resources, configures the on_update behavior of the automatically generated foreign keys to source tables. | -| [`polymorphic_name`](#postgres-references-polymorphic_name){: #postgres-references-polymorphic_name } | `:update \| :nilify \| :nothing \| :restrict` | | For polymorphic resources, configures the on_update behavior of the automatically generated foreign keys to source tables. | diff --git a/mix.exs b/mix.exs index 15c11cb4..b1e88c24 100644 --- a/mix.exs +++ b/mix.exs @@ -241,7 +241,7 @@ defmodule AshPostgres.MixProject do "sobelow --skip -i Config.Secrets --ignore-files lib/migration_generator/migration_generator.ex", credo: "credo --strict", docs: [ - # "spark.cheat_sheets", + "spark.cheat_sheets", "docs", "spark.replace_doc_links", "spark.cheat_sheets_in_search"