Explorar o código

add elixir 1.12 documentation

Stefan Breunig %!s(int64=4) %!d(string=hai) anos
pai
achega
fdfc4dd522
Modificáronse 1 ficheiros con 13 adicións e 0 borrados
  1. 13 0
      lib/docs/scrapers/elixir.rb

+ 13 - 0
lib/docs/scrapers/elixir.rb

@@ -33,6 +33,19 @@ module Docs
         "https://elixir-lang.org/getting-started/introduction.html" ]
     end
 
+    version '1.12' do
+      self.release = '1.12.0'
+      self.base_urls = [
+        "https://hexdocs.pm/elixir/#{release}/",
+        "https://hexdocs.pm/eex/#{release}/",
+        "https://hexdocs.pm/ex_unit/#{release}/",
+        "https://hexdocs.pm/iex/#{release}/",
+        "https://hexdocs.pm/logger/#{release}/",
+        "https://hexdocs.pm/mix/#{release}/",
+        'https://elixir-lang.org/getting-started/'
+      ]
+    end
+
     version '1.11' do
       self.release = '1.11.2'
       self.base_urls = [