I searched the Elixir website for a downloadable Elixir documentation archive as an html file, but I could not find it.
So, is this the only solution for creating it from sources, or should I get a couple of points?
Starting with Elixir v1.1.0, we include documents as part of the releases: https://github.com/elixir-lang/elixir/releases/tag/v1.2.0 . Just go to the bottom of the page and you will find a link to download them.
I also modified elixir-lang.org to offer links to documents. The change should be tomorrow when it announces 1.2 on the site.
wget https://github.com/elixir-lang/docs/archive/gh-pages.zip unzip gh-pages.zip
or
git clone https://github.com/elixir-lang/docs.git
For linux you can use Zeal (Dash for Linux)
Source: https://habr.com/ru/post/1239662/More articles:Is there a coding convention for a better place "coll" and "n" for Clojure? - coding-styleDetermine Which JavaScript Objects GC Released - javascriptCreate a provisioning profile without a physical device (archiving for TestFlight testing) - iosHow can I query an OrientDB Vertex chart object by record id in Java? - javaiso_c_binding C routine call with pointers from Fortran with arrays - cBrowse with custom Riot tags that specify type Error - javascriptWhat does this mean ?: note: unknown conversion for argument 1 of 'int to' const account & - c ++gulp pipe (gulp.dest ()) does not produce any results - javascriptHow to send JSON OBJECT as a parameter in Retrofit 2 (Android) - androidSetting the initial value of a structure field to the value of another in Go - initializationAll Articles