[
    {project_plugins, [
        rebar3_hex,
        rebar3_ex_doc
    ]},

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

    %% https://www.erlang.org/doc/man/edoc.html#run-2
    {edoc_opts, [
        {preprocess, true}
        % {hidden, true},
        % {private, true},
        % {todo, true}
    ]},

    {ex_doc, [
        {extras, ["README.md", "LICENSE"]},
        {main, "README.md"},
        {source_ref, "master"},
        {source_url, "https://github.com/maxnordlund/neo"},
        {deps, [
            {eon, "https://github.com/kivra/eon"}
        ]},
        {skip_code_autolink_to, [
            <<"eon">>
        ]}
    ]}
    | CONFIG
].
