|
|
|
@ -19,14 +19,20 @@ module Docs
|
|
|
|
|
writing-packages.html
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
options[:fix_urls] = ->(url) {
|
|
|
|
|
url.sub! 'https://docs.meteor.com/api/blaze.html', 'http://blazejs.org/api/blaze.html'
|
|
|
|
|
url.sub! 'https://docs.meteor.com/api/templates.html', 'http://blazejs.org/api/templates.html'
|
|
|
|
|
url
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
|
© 2011–2016 Meteor Development Group<br>
|
|
|
|
|
Licensed under the MIT License.
|
|
|
|
|
HTML
|
|
|
|
|
|
|
|
|
|
version '1.4' do
|
|
|
|
|
self.release = '1.4.0'
|
|
|
|
|
self.base_urls = ['https://docs.meteor.com/', 'https://guide.meteor.com/']
|
|
|
|
|
self.release = '1.4.1'
|
|
|
|
|
self.base_urls = ['https://docs.meteor.com/', 'https://guide.meteor.com/', 'http://blazejs.org/']
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
version '1.3' do
|
|
|
|
|