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' 'https://raw.githubusercontent.com/airbnb/enzyme/master/LICENSE.md'
], [ ], [
'Erlang', 'Erlang',
'2010-2020 Ericsson AB', '2010-2021 Ericsson AB',
'Apache', 'Apache',
'https://raw.githubusercontent.com/erlang/otp/maint/LICENSE.txt' '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 ```ah
mkdir --parent docs/erlang\~$VERSION/; \ 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/ bsdtar --extract --file - --directory=docs/erlang\~$VERSION/
``` ```

@ -36,10 +36,14 @@ module Docs
] ]
options[:attribution] = <<-HTML 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. Licensed under the Apache License, Version 2.0.
HTML HTML
version '24' do
self.release = '24.0'
end
version '23' do version '23' do
self.release = '23.2' self.release = '23.2'
end end

Loading…
Cancel
Save