Merge pull request #1746 from opie4624/patch-1

Add Elixir v1.13.4
pull/1754/head
Simon Legner 3 years ago committed by GitHub
commit f8b0c100fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,7 +5,7 @@ module Docs
css('h1 .app-vsn').remove
if current_url.path.start_with?('/getting-started')
at_css('h1').content.strip.remove(/\.\z/)
(at_css('h1 > span') or at_css('h1')).content.strip.remove(/\.\z/)
else
name = at_css('h1').content.strip
name = name.split(' ').first unless name.start_with?('mix ') # ecto

@ -33,6 +33,19 @@ module Docs
"https://elixir-lang.org/getting-started/introduction.html" ]
end
version '1.13' do
self.release = '1.13.4'
self.base_urls = [
"https://hexdocs.pm/elixir/#{release}/",
"https://hexdocs.pm/eex/#{release}/",
"https://hexdocs.pm/ex_unit/#{release}/",
"https://hexdocs.pm/iex/#{release}/",
"https://hexdocs.pm/logger/#{release}/",
"https://hexdocs.pm/mix/#{release}/",
'https://elixir-lang.org/getting-started/'
]
end
version '1.12' do
self.release = '1.12.0'
self.base_urls = [

Loading…
Cancel
Save