Current section

Files

Jump to
espace rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps,
[
etsmgr,
observer_cli
]}.
{plugins, [ rebar3_hex ]}.
{shell, [ {config, "config/shell.config"} ]}.
{profiles,
[ {dev, [ {edoc_opts, [{private, true}]} ]},
{chunks, [ {edoc_opts, [{doclet, edoc_doclet_chunks},
{layout, edoc_layout_chunks},
{preprocess, true}
]} ]}
]}.
{ex_doc,
[ {homepage_url, "https://fredyouhanaie.github.io/espace"},
{source_url, "https://github.com/fredyouhanaie/espace"},
{output, "exdoc"},
{api_reference, true}
]}.