Current section
Files
Jump to
Current section
Files
rebar.config
{deps, []}.
{project_plugins, [
rebar3_hex,
rebar3_ex_doc
]}.
{hex, [
{doc, #{provider => ex_doc}}
]}.
{ex_doc, [
{source_url, "https://github.com/tristanbell/glee_sorbet"},
{extras, ["README.md"]},
{main, "README.md"},
{api_reference, true}
]}.