erlef / rebar3_hex

Rebar3 Hex library
Apache License 2.0
101 stars 49 forks source link

Add a new docs provider #288

Open starbelly opened 2 years ago

starbelly commented 2 years ago

We should add a docs provider ala mix hex.docs. Said provider should be capable of fetching docs for the users application, but also any dependencies the application declares.

In addition, the provider should offer convienence functions for opening the documentation in both online and offline form, as well as providing options around which format to fetch.

See https://hexdocs.pm/hex/Mix.Tasks.Hex.Docs.html for an example.