chore: clear documentation out for a fresh start

This commit is contained in:
Zach Daniel 2022-03-28 20:20:08 -04:00
parent 49727a0447
commit 2094c37272
5 changed files with 0 additions and 25 deletions

View file

@ -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

View file

@ -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,

View file

@ -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

View file

@ -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

View file

@ -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,