|
|
@ -1,7 +1,7 @@
|
|
|
|
module Docs
|
|
|
|
module Docs
|
|
|
|
class Less < UrlScraper
|
|
|
|
class Less < UrlScraper
|
|
|
|
self.type = 'less'
|
|
|
|
self.type = 'less'
|
|
|
|
self.release = '2.5.3'
|
|
|
|
self.release = '2.6.1'
|
|
|
|
self.base_url = 'http://lesscss.org'
|
|
|
|
self.base_url = 'http://lesscss.org'
|
|
|
|
self.root_path = '/features'
|
|
|
|
self.root_path = '/features'
|
|
|
|
self.initial_paths = %w(/functions)
|
|
|
|
self.initial_paths = %w(/functions)
|
|
|
@ -18,7 +18,7 @@ module Docs
|
|
|
|
options[:trailing_slash] = false
|
|
|
|
options[:trailing_slash] = false
|
|
|
|
|
|
|
|
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
© 2009–2015 The Core Less Team<br>
|
|
|
|
© 2009–2016 The Core Less Team<br>
|
|
|
|
Licensed under the Creative Commons Attribution License 3.0.
|
|
|
|
Licensed under the Creative Commons Attribution License 3.0.
|
|
|
|
HTML
|
|
|
|
HTML
|
|
|
|
end
|
|
|
|
end
|
|
|
|