File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed
assets/javascripts/templates/pages Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ credits = [
232232 ' https://raw.githubusercontent.com/electron/electron/master/LICENSE'
233233 ], [
234234 ' Elixir' ,
235- ' 2012-2017 Plataformatec' ,
235+ ' 2012 Plataformatec' ,
236236 ' Apache' ,
237237 ' https://raw.githubusercontent.com/elixir-lang/elixir/master/LICENSE'
238238 ], [
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ class Elixir < UrlScraper
1919 options [ :root_title ] = 'Elixir'
2020
2121 options [ :attribution ] = <<-HTML
22- © 2012–2017 Plataformatec< br >
22+ © 2012 Plataformatec< br >
2323 Licensed under the Apache License, Version 2.0.
2424 HTML
2525
@@ -33,8 +33,21 @@ def initial_urls
3333 "https://elixir-lang.org/getting-started/introduction.html" ]
3434 end
3535
36+ version '1.6' do
37+ self . release = '1.6.0'
38+ self . base_urls = [
39+ "https://hexdocs.pm/elixir/#{ release } /" ,
40+ "https://hexdocs.pm/eex/#{ release } /" ,
41+ "https://hexdocs.pm/ex_unit/#{ release } /" ,
42+ "https://hexdocs.pm/iex/#{ release } /" ,
43+ "https://hexdocs.pm/logger/#{ release } /" ,
44+ "https://hexdocs.pm/mix/#{ release } /" ,
45+ 'https://elixir-lang.org/getting-started/'
46+ ]
47+ end
48+
3649 version '1.5' do
37- self . release = '1.5.2 '
50+ self . release = '1.5.3 '
3851 self . base_urls = [
3952 "https://hexdocs.pm/elixir/#{ release } /" ,
4053 "https://hexdocs.pm/eex/#{ release } /" ,
You can’t perform that action at this time.
0 commit comments