Skip to content

Commit

Permalink
Setup ex_doc
Browse files Browse the repository at this point in the history
  • Loading branch information
zadean committed Mar 8, 2022
1 parent b995c50 commit fd0459a
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,18 @@
debug_info
]}.

{project_plugins, [erlfmt, rebar3_hex]}.
{edoc_opts, [{preprocess, true}]}.
{ex_doc, [
{homepage_url, <<"http://xqerl.org">>},
{source_url, <<"https://github.com/zadean/xqerl">>},
{logo, <<"./docs/img/Squirrel.png">>},
{extras, [<<"README.md">>, <<"LICENSE">>, <<"./docs/src/GettingStarted.md">>]},
{main, <<"readme">>}
]}.

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

{project_plugins, [erlfmt]}.

{erlfmt, [write]}.

Expand Down

0 comments on commit fd0459a

Please sign in to comment.