docs: organize docs

This commit is contained in:
Zach Daniel 2021-02-22 20:57:27 -05:00
parent e4dac5e230
commit 89c1432deb

View file

@ -137,9 +137,13 @@ defmodule Ash.MixProject do
engine: [
~r/Ash.Engine/
],
miscellaneous: [
Ash.NotLoaded,
errors: [
Ash.Error.Stacktrace,
Ash.Error.Exception
],
miscellaneous: [
Ash.UUID,
Ash.NotLoaded,
Ash.Query.Aggregate,
Ash.Query.Type
],