akhamoth/rebar.config
wires 1c5e487e61
start writing up some docs
mostly to help me remember what the plan is
2025-03-11 23:02:07 -04:00

12 lines
313 B
Erlang

{erl_opts, [debug_info]}.
{project_plugins, [rebar3_ex_doc]}.
{deps, []}.
{ex_doc, [
{extras, [
{"README.md", #{title => <<"Overview">>}},
"pages/syntax_reference.md"
]},
{main, "README.md"},
{source_url, "https://git.wires.systems/wires/akhamoth"},
{api_reference, false}
]}.