Skip to content

Commit

Permalink
Use ex_doc for the documentation (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
mworrell authored Jul 24, 2023
1 parent f2d006d commit 0d5b3e0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,13 @@
deprecated_function_calls]}
]}
]}.

{project_plugins, [rebar3_ex_doc]}.

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

{ex_doc, [
{source_url, <<"https://github.com/zotonic/zotonic_rdf">>},
{extras, [<<"README.md">>, <<"LICENSE">>]},
{main, <<"readme">>}
]}.

0 comments on commit 0d5b3e0

Please sign in to comment.