Skip to content

Commit fdfc4dd

Browse files
committed
add elixir 1.12 documentation
1 parent 591c300 commit fdfc4dd

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

lib/docs/scrapers/elixir.rb

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,19 @@ def initial_urls
3333
"https://elixir-lang.org/getting-started/introduction.html" ]
3434
end
3535

36+
version '1.12' do
37+
self.release = '1.12.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.11' do
3750
self.release = '1.11.2'
3851
self.base_urls = [

0 commit comments

Comments
 (0)