Skip to content

Commit 2c96165

Browse files
committed
Update Elixir documentation (1.7.2)
1 parent 7c4f71d commit 2c96165

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.7' do
37+
self.release = '1.7.2'
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.6' do
3750
self.release = '1.6.5'
3851
self.base_urls = [

0 commit comments

Comments
 (0)