dns_erlang icon indicating copy to clipboard operation
dns_erlang copied to clipboard

Broken documentation

Open bortzmeyer opened this issue 2 years ago • 1 comments

The link "Online documentation" on Hex yields 404.

bortzmeyer avatar Jun 14 '23 09:06 bortzmeyer

Hi @bortzmeyer, I researched the issue a bit and it unfortunately seems a common issue for most -- if not all -- Erlang projects published on Hex using rebar (or not using Mix).

Mix has a task to build the docs. rebar doesn't, and Hex doesn't check whether the project has docs or not. I'm afraid it's not an easy fix as there's no option we can turn on/off. It will require to find a way to publish the docs, or change release process.

weppos avatar Jul 11 '23 09:07 weppos