Skip to content

Commit

Permalink
Use ex_doc instead of edoc
Browse files Browse the repository at this point in the history
  • Loading branch information
eproxus committed Dec 13, 2024
1 parent 474651c commit 29360b2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 29 deletions.
5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,4 @@ logs
_build
.idea
rebar3.crashdump
doc/*.html
doc/edoc-info
doc/erlang.png
doc/stylesheet.css
doc
25 changes: 0 additions & 25 deletions doc/overview.edoc

This file was deleted.

10 changes: 10 additions & 0 deletions rebar.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{minimum_otp_vsn, "25.0"}.

{project_plugins, [rebar3_ex_doc]}.

{profiles, [
{test, [
{deps, [unite]},
Expand Down Expand Up @@ -34,3 +36,11 @@
error_handling
]}
]}.

{hex, [{doc, ex_doc}]}.
{ex_doc, [
{source_url, <<"https://github.com/eproxus/meck">>},
{extras, [<<"README.md">>, <<"LICENSE">>]},
{main, <<"readme">>},
{prefix_ref_vsn_with_v, false}
]}.

0 comments on commit 29360b2

Please sign in to comment.