Skip to content

Commit

Permalink
rebar.config: documentation provider
Browse files Browse the repository at this point in the history
  • Loading branch information
sorki committed Jan 16, 2024
1 parent 53ba640 commit 32c4116
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -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">>}]}.

0 comments on commit 32c4116

Please sign in to comment.