{erl_opts, [debug_info]}.

{deps,
 [
  etsmgr,
  observer_cli
 ]}.

{dialyzer, [ {plt_extra_mods, [etsmgr]} ]}.

{project_plugins,
 [ rebar3_hex,
   rebar3_ex_doc
 ]}.

{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"},
   {extras, [ {"gh_pages/overview.md", #{title => "Overview"}} ] },
   {main, "Overview"},
   {api_reference, true}
 ]}.

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