If you're into Erlang check out docsh - it allows to see function and type documentation directly in the Erlang shell. If you're a library author, use rebar3_docsh
to embed the docs at compile time directly into .beam
files, so it's available in any system after deployment.