mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Add Elixir v1.13.4
This commit is contained in:
parent
b687444315
commit
10e2893f9f
1 changed files with 13 additions and 0 deletions
|
@ -33,6 +33,19 @@ module Docs
|
|||
"https://elixir-lang.org/getting-started/introduction.html" ]
|
||||
end
|
||||
|
||||
version '1.13' do
|
||||
self.release = '1.13.4'
|
||||
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.12' do
|
||||
self.release = '1.12.0'
|
||||
self.base_urls = [
|
||||
|
|
Loading…
Reference in a new issue