From 32c41160da767404d9f04e94e718a8356ff1e098 Mon Sep 17 00:00:00 2001 From: sorki Date: Tue, 16 Jan 2024 09:58:32 +0100 Subject: [PATCH] rebar.config: documentation provider --- rebar.config | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/rebar.config b/rebar.config index f2e6910..d9b4848 100644 --- a/rebar.config +++ b/rebar.config @@ -14,3 +14,12 @@ rebar3_hex, { rebar3_nix, ".*", {git, "https://github.com/erlang-nix/rebar3_nix.git", {tag, "v0.1.1"}}} ]}. + +{project_plugins, [rebar3_ex_doc]}. + +{hex, [{doc, ex_doc}]}. + +{ex_doc, [ + {source_url, <<"https://github.com/blockfrost/blockfrost-erlang">>}, + {extras, [<<"README.md">>, <<"LICENSE">>]}, + {main, <<"readme">>}]}.