Skip to content

Commit

Permalink
Make default ex_doc page the README
Browse files Browse the repository at this point in the history
Rather than the JOSE module which is less useful
  • Loading branch information
adamu committed Apr 7, 2024
1 parent 5ccff06 commit e8b32f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ defmodule JOSE.Mixfile do

[
source_ref: ref,
main: "JOSE",
main: "readme",
extras: ["README.md", "CHANGELOG.md", "examples/KEY-GENERATION.md", "ALGORITHMS.md"],
groups_for_modules: ["Elixir": [~r/JOSE/], Erlang: [~r/jose/]]
]
Expand Down

0 comments on commit e8b32f3

Please sign in to comment.