Skip to content

Commit

Permalink
Update exdoc preferences in mix.exs
Browse files Browse the repository at this point in the history
  • Loading branch information
jb3 committed Apr 19, 2024
1 parent bbf25be commit 618ebc2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ defmodule Nostrum.Mixfile do
[
main: "intro",
extras: extras(),
logo: "assets/icon.png",
groups_for_modules: groups_for_modules(),
groups_for_functions: groups_for_functions(),
groups_for_docs: groups_for_docs(),
groups_for_extras: [
Introduction: ~r"/introduction/",
Functionality: ~r"/functionality/",
Expand Down Expand Up @@ -117,7 +118,7 @@ defmodule Nostrum.Mixfile do
]
end

defp groups_for_functions,
defp groups_for_docs,
do: []

def aliases do
Expand Down

0 comments on commit 618ebc2

Please # to comment.