From e8b32f39fa98769b2b57398ab8136132f450ef7e Mon Sep 17 00:00:00 2001 From: Adam Millerchip Date: Sun, 7 Apr 2024 22:52:25 +0900 Subject: [PATCH] Make default ex_doc page the README Rather than the JOSE module which is less useful --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 6185553..ef47639 100644 --- a/mix.exs +++ b/mix.exs @@ -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/]] ]