diff --git a/lib/ash/api/dsl.ex b/lib/ash/api/dsl.ex index f5d61ace..66d23652 100644 --- a/lib/ash/api/dsl.ex +++ b/lib/ash/api/dsl.ex @@ -123,11 +123,6 @@ defmodule Ash.Api.Dsl do but if at all possible you should define an `Ash.Registry` if you are using an extension that requires a list of resources. For example, most extensions look for two application environment variables called `:ash_apis` and `:ash_registries` to find any potential registries - - # Table of Contents - #{Ash.Dsl.Extension.doc_index(@sections)} - - #{Ash.Dsl.Extension.doc(@sections)} """ use Ash.Dsl.Extension, sections: @sections diff --git a/lib/ash/flow/dsl.ex b/lib/ash/flow/dsl.ex index 5d9508fd..023c4596 100644 --- a/lib/ash/flow/dsl.ex +++ b/lib/ash/flow/dsl.ex @@ -277,11 +277,6 @@ defmodule Ash.Flow.Dsl do @moduledoc """ The built in flow DSL. - - # Table of Contents - #{Ash.Dsl.Extension.doc_index(@sections)} - - #{Ash.Dsl.Extension.doc(@sections)} """ use Ash.Dsl.Extension, diff --git a/lib/ash/notifier/pub_sub/pub_sub.ex b/lib/ash/notifier/pub_sub/pub_sub.ex index 4c9644e0..314de64b 100644 --- a/lib/ash/notifier/pub_sub/pub_sub.ex +++ b/lib/ash/notifier/pub_sub/pub_sub.ex @@ -127,11 +127,6 @@ defmodule Ash.Notifier.PubSub do @moduledoc """ A pubsub notifier extension - - # Table of Contents - #{Ash.Dsl.Extension.doc_index(@sections)} - - #{Ash.Dsl.Extension.doc(@sections)} """ use Ash.Dsl.Extension, sections: @sections diff --git a/lib/ash/registry/dsl.ex b/lib/ash/registry/dsl.ex index 6caad400..4ac4eb8f 100644 --- a/lib/ash/registry/dsl.ex +++ b/lib/ash/registry/dsl.ex @@ -40,11 +40,6 @@ defmodule Ash.Registry.Dsl do @moduledoc """ A small DSL for declaring an `Ash.Registry`. - - # Table of Contents - #{Ash.Dsl.Extension.doc_index(@sections)} - - #{Ash.Dsl.Extension.doc(@sections)} """ use Ash.Dsl.Extension, sections: @sections diff --git a/lib/ash/resource/dsl.ex b/lib/ash/resource/dsl.ex index 49ff6b4b..cd11e2b4 100644 --- a/lib/ash/resource/dsl.ex +++ b/lib/ash/resource/dsl.ex @@ -1115,11 +1115,6 @@ defmodule Ash.Resource.Dsl do @moduledoc """ The built in resource DSL. - - # Table of Contents - #{Ash.Dsl.Extension.doc_index(@sections)} - - #{Ash.Dsl.Extension.doc(@sections)} """ use Ash.Dsl.Extension,