Current section
Files
Jump to
Current section
Files
rebar.config
{erl_opts, [debug_info]}.
{deps, []}.
{project_plugins,
[ rebar3_lint,
rebar3_ex_doc
] }.
{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/etsmgr"},
{source_url, "https://github.com/fredyouhanaie/etsmgr"},
{output, "exdoc"},
{extras, [ {"gh_pages/overview.md", #{title => "Overview"}} ] },
{main, "Overview"},
{api_reference, true}
] }.
{hex, [ {doc, edoc} ]}.