Merge pull request #1878 from ClasherKasten/minor/erlang

Update Erlang (25.1.2)
pull/1896/head
Simon Legner 2 years ago committed by GitHub
commit 4c30622780
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -65,7 +65,7 @@ Go to https://www.erlang.org/downloads and download the HTML documentation file.
```ah ```ah
mkdir --parent docs/erlang\~$VERSION/; \ mkdir --parent docs/erlang\~$VERSION/; \
curl http://erlang.org/download/otp_doc_html_$RELEASE.tar.gz | \ curl -L https://github.com/erlang/otp/releases/download/OTP-$RELEASE/otp_doc_html_$RELEASE.tar.gz | \
bsdtar --extract --file - --directory=docs/erlang\~$VERSION/ bsdtar --extract --file - --directory=docs/erlang\~$VERSION/
``` ```

@ -2,7 +2,7 @@ module Docs
class Erlang class Erlang
class CleanHtmlFilter < Filter class CleanHtmlFilter < Filter
def call def call
@doc = at_css('#content') @doc = at_css('#content .innertube', '#content')
# frontpage # frontpage

@ -41,7 +41,7 @@ module Docs
HTML HTML
version '25' do version '25' do
self.release = '25.0' self.release = '25.1'
end end
version '24' do version '24' do

Loading…
Cancel
Save