Mix task for saving/updating configurable list of Hexdocs packages
LocalHexdocs is a Mix task for easily saving and updating Hexdocs files locally on your machine so you always have the most recent documentation for any Elixir, Erlang, or Gleam packages you might want to view.
Clone this repository, create a /packages
subdirectory, then list your desired Hexdocs packages (one per line) in one or more files (named anything you wish) inside this /packages
subdirectory, then fetch the lastest Hexdocs for all packages to your local machine with:
mix run local_docs.exs get
Read next MinHeap implementation