improvement: don't index Internals category

This commit is contained in:
Zach Daniel 2023-01-18 00:03:28 -05:00
parent 3c6b5bbe4e
commit 167b70b575

View file

@ -620,6 +620,11 @@ all_modules =
acc =
mix_project.project[:docs][:groups_for_modules]
|> Enum.reject(fn {"Internals", _} ->
true
_ ->
false
end)
|> Enum.reduce(acc, fn {category, modules}, acc ->
modules =
Utils.modules_for(all_modules, modules)