From e287a126b40de124aaae062d697f715f15e62894 Mon Sep 17 00:00:00 2001 From: Brujo Benavides Date: Fri, 28 Jan 2022 18:02:41 +0100 Subject: [PATCH] Add hex (#37) * Add hex docs * Add hex config --- rebar.config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rebar.config b/rebar.config index a04bfdf..b09c44d 100644 --- a/rebar.config +++ b/rebar.config @@ -47,3 +47,5 @@ [{test, [compile, format, lint, hank, dialyzer, {ct, "--verbose"}, cover, edoc]}]}. {format, [{files, ["src/**/*.app.src", "src/**/*.erl", "test/**/*.erl", "*.config"]}]}. + +{hex, [{doc, #{provider => edoc}}, {repos, [#{name => <<"hexpm:nextroll">>}]}]}.