|
|
@ -2,7 +2,7 @@ module Docs
|
|
|
|
class Bower < UrlScraper
|
|
|
|
class Bower < UrlScraper
|
|
|
|
self.name = 'Bower'
|
|
|
|
self.name = 'Bower'
|
|
|
|
self.type = 'bower'
|
|
|
|
self.type = 'bower'
|
|
|
|
self.release = '1.8.0'
|
|
|
|
self.release = '1.8.2'
|
|
|
|
self.base_url = 'https://bower.io/docs/'
|
|
|
|
self.base_url = 'https://bower.io/docs/'
|
|
|
|
self.root_path = 'api'
|
|
|
|
self.root_path = 'api'
|
|
|
|
self.links = {
|
|
|
|
self.links = {
|
|
|
@ -16,7 +16,7 @@ module Docs
|
|
|
|
options[:skip] = %w(tools about)
|
|
|
|
options[:skip] = %w(tools about)
|
|
|
|
|
|
|
|
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
© 2016 Bower contributors<br>
|
|
|
|
© 2017 Bower contributors<br>
|
|
|
|
Licensed under the MIT License.
|
|
|
|
Licensed under the MIT License.
|
|
|
|
HTML
|
|
|
|
HTML
|
|
|
|
end
|
|
|
|
end
|
|
|
|