Skip to content

Commit 3586a09

Browse files
committed
Update Elixir documentation (1.8.1 & 1.7.4)
1 parent 2eb8654 commit 3586a09

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

lib/docs/scrapers/elixir.rb

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,21 @@ def initial_urls
3333
"https://elixir-lang.org/getting-started/introduction.html" ]
3434
end
3535

36+
version '1.8' do
37+
self.release = '1.8.1'
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.7' do
37-
self.release = '1.7.3'
50+
self.release = '1.7.4'
3851
self.base_urls = [
3952
"https://hexdocs.pm/elixir/#{release}/",
4053
"https://hexdocs.pm/eex/#{release}/",

0 commit comments

Comments
 (0)