We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c4f71d commit 2c96165Copy full SHA for 2c96165
lib/docs/scrapers/elixir.rb
@@ -33,6 +33,19 @@ def initial_urls
33
"https://elixir-lang.org/getting-started/introduction.html" ]
34
end
35
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
+
49
version '1.6' do
50
self.release = '1.6.5'
51
self.base_urls = [
0 commit comments