Skip to content

Commit

Permalink
Add some hex docs stuff to rebar.config
Browse files Browse the repository at this point in the history
  • Loading branch information
choptastic committed Mar 27, 2023
1 parent 337ac1e commit 73536d6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@
{"win32", compile, "escript.exe priv\\compat.escript"}
]}.

{project_plugins, [rebar3_ex_doc]}.

{hex, [{doc, ex_doc}]}.

{ex_doc, [
{source_url, <<"https://github.com/nitrogen/simple_bridge">>},
{extras, [<<"README.markdown">>, <<"CHANGELOG.markdown">>, <<"LICENSE.markdown">>]},
{main, <<"readme">>}
]}.

{profiles, [
{cowboy, [
{deps, [ibrowse, cowboy]}
Expand Down

0 comments on commit 73536d6

Please sign in to comment.