Update Meteor documentation (1.1.0)

pull/200/head
Thibaut 10 years ago
parent d9341e8391
commit 1ec49a3ea7

@ -6,10 +6,10 @@
dl.args { margin-left: 1rem; } dl.args { margin-left: 1rem; }
.locus { float: right; } .locus, .src-code { float: right; }
.locus, .type { .locus, .type, .src-code {
margin-left: .5em; margin-left: .5em;
font-size: .9em; font-size: .9em;
color: $textColorLight;
} }
.locus, .type { color: $textColorLight; }
} }

@ -15,6 +15,10 @@ module Docs
node.content = node.content node.content = node.content
end end
css('a.src-code').each do |node|
node.content = 'Source'
end
doc doc
end end
end end

@ -1,7 +1,7 @@
module Docs module Docs
class Meteor < UrlScraper class Meteor < UrlScraper
self.type = 'meteor' self.type = 'meteor'
self.version = '1.0.4' self.version = '1.1.0'
self.base_url = 'http://docs.meteor.com' self.base_url = 'http://docs.meteor.com'
self.root_path = '/#/full/' self.root_path = '/#/full/'
self.links = { self.links = {

Loading…
Cancel
Save