Update Ramda documentation (0.21.0)

pull/384/head
Thibaut Courouble 9 years ago
parent 9f3f2a75e0
commit 617cec46e0

@ -26,7 +26,6 @@ app.views.MomentPage =
app.views.MongoosePage = app.views.MongoosePage =
app.views.NodePage = app.views.NodePage =
app.views.PhaserPage = app.views.PhaserPage =
app.views.RamdaPage =
app.views.SinonPage = app.views.SinonPage =
app.views.UnderscorePage = app.views.UnderscorePage =
app.views.WebpackPage = app.views.WebpackPage =

@ -7,6 +7,7 @@ class app.views.SimplePage extends app.views.BasePage
return return
app.views.MeteorPage = app.views.MeteorPage =
app.views.RamdaPage =
app.views.ReactPage = app.views.ReactPage =
app.views.RethinkdbPage = app.views.RethinkdbPage =
app.views.TypescriptPage = app.views.TypescriptPage =

@ -32,6 +32,7 @@ module Docs
# Remove code highlighting # Remove code highlighting
css('pre').each do |node| css('pre').each do |node|
node['data-language'] = 'javascript'
node.content = node.content node.content = node.content
end end

@ -1,7 +1,7 @@
module Docs module Docs
class Ramda < UrlScraper class Ramda < UrlScraper
self.type = 'ramda' self.type = 'ramda'
self.release = '0.20.1' self.release = '0.21.0'
self.base_url = "http://ramdajs.com/#{release}/docs/" self.base_url = "http://ramdajs.com/#{release}/docs/"
self.links = { self.links = {
home: 'http://ramdajs.com/', home: 'http://ramdajs.com/',

Loading…
Cancel
Save