|
|
@ -2,8 +2,8 @@ module Docs
|
|
|
|
class Handlebars < UrlScraper
|
|
|
|
class Handlebars < UrlScraper
|
|
|
|
self.name = 'Handlebars.js'
|
|
|
|
self.name = 'Handlebars.js'
|
|
|
|
self.slug = 'handlebars'
|
|
|
|
self.slug = 'handlebars'
|
|
|
|
self.type = 'handlebars'
|
|
|
|
self.type = 'simple'
|
|
|
|
self.release = '4.0.11'
|
|
|
|
self.release = '4.0.12'
|
|
|
|
self.base_url = 'https://handlebarsjs.com/'
|
|
|
|
self.base_url = 'https://handlebarsjs.com/'
|
|
|
|
self.links = {
|
|
|
|
self.links = {
|
|
|
|
home: 'https://handlebarsjs.com/',
|
|
|
|
home: 'https://handlebarsjs.com/',
|
|
|
@ -16,7 +16,7 @@ module Docs
|
|
|
|
options[:root_title] = 'Handlebars.js'
|
|
|
|
options[:root_title] = 'Handlebars.js'
|
|
|
|
|
|
|
|
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
© 2011-2017 by Yehuda Katz<br>
|
|
|
|
© 2011–2017 by Yehuda Katz<br>
|
|
|
|
Licensed under the MIT License.
|
|
|
|
Licensed under the MIT License.
|
|
|
|
HTML
|
|
|
|
HTML
|
|
|
|
end
|
|
|
|
end
|
|
|
|