erlef / rebar3_hex

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

add support for configuring docs provider #185

Closed starbelly closed 3 years ago

starbelly commented 4 years ago

This provides the minimal amount of support to fulfil #57 and support #181 . It can be extended to support edoc opts, maybe that should be done here in this PR, but I figured just go with the MVP. Other cases will arise and we can add support for them as needed (i.e., other providers, options, shell commands, etc.).

starbelly commented 3 years ago

I have reverted back to the original support, but with support for both global and repo specific config. The moduledoc will not be published ofc, but I think it helps review and will serve as a base template for updating the docs on rebar3.org.

I think a re-review is in order at this point.