Update Elixir documentation (1.2.5)

pull/421/merge
Thibaut Courouble 9 years ago
parent 41d631539c
commit 3efaa3c165

@ -1,6 +0,0 @@
#= require views/pages/base
class app.views.ElixirPage extends app.views.BasePage
prepare: ->
@highlightCode @findAllByTag('pre'), 'elixir'
return

@ -8,6 +8,7 @@ class app.views.SimplePage extends app.views.BasePage
app.views.AngularPage =
app.views.CakephpPage =
app.views.ElixirPage =
app.views.EmberPage =
app.views.ExpressPage =
app.views.GoPage =

@ -30,6 +30,10 @@ module Docs
node.before(node.children).remove
end
css('pre').each do |node|
node['data-language'] = 'elixir'
end
doc
end
end

@ -2,7 +2,7 @@ module Docs
class Elixir < UrlScraper
self.name = 'Elixir'
self.type = 'elixir'
self.release = '1.2.4'
self.release = '1.2.5'
self.base_url = 'http://elixir-lang.org/docs/stable/'
self.root_path = 'elixir/api-reference.html'
self.initial_paths = %w(

Loading…
Cancel
Save