Current section
Files
Jump to
Current section
Files
rebar.config
{erl_opts, [debug_info]}.
{hex, [{doc, #{provider => ex_doc}}]}.
{plugins, [rebar_erl_vsn, rebar3_ex_doc, rebar3_hex]}.
{project_plugins, [rebar3_format, rebar3_lint]}.
{provider_hooks, [{pre, [{compile, {default, erl_vsn}}]}]}.
{ex_doc,
[{source_url, <<"https://codeberg.org/cevado/boto">>},
{extras,
[{"README.md", #{title => "Overview"}},
{"CHANGELOG.md", #{title => "Changelog"}},
{"CODE_OF_CONDUCT.md", #{title => "Code of Conduct"}},
{"LICENSE", #{title => "Licensse"}}]},
{main, "README.md"}]}.
{hex, [{doc, #{provider => ex_doc}}]}.
{deps, []}.