Update Erlang documentation (24.0)

pull/1546/head
Simon Legner 4 years ago
parent 5ab83e5760
commit fd1cd2fcbd

@ -283,7 +283,7 @@ credits = [
'https://raw.githubusercontent.com/airbnb/enzyme/master/LICENSE.md'
], [
'Erlang',
'2010-2020 Ericsson AB',
'2010-2021 Ericsson AB',
'Apache',
'https://raw.githubusercontent.com/erlang/otp/maint/LICENSE.txt'
], [

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

@ -36,10 +36,14 @@ module Docs
]
options[:attribution] = <<-HTML
&copy; 2010&ndash;2020 Ericsson AB<br>
&copy; 2010&ndash;2021 Ericsson AB<br>
Licensed under the Apache License, Version 2.0.
HTML
version '24' do
self.release = '24.0'
end
version '23' do
self.release = '23.2'
end

Loading…
Cancel
Save