mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update Less documentation to 1.6.0
This commit is contained in:
parent
3fae3fc829
commit
aea338a089
2 changed files with 3 additions and 3 deletions
|
@ -125,7 +125,7 @@ credits = [
|
|||
'https://raw.github.com/jquery/api.jqueryui.com/master/LICENSE-MIT.txt'
|
||||
], [
|
||||
'Less',
|
||||
'2009-2013 Alexis Sellier & The Core Less Team',
|
||||
'2009-2014 Alexis Sellier & The Core Less Team',
|
||||
'Apache v2',
|
||||
'https://raw.github.com/less/less.js/master/LICENSE'
|
||||
], [
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
module Docs
|
||||
class Less < UrlScraper
|
||||
self.type = 'less'
|
||||
self.version = '1.5.0'
|
||||
self.version = '1.6.0'
|
||||
self.base_url = 'http://lesscss.org'
|
||||
|
||||
html_filters.push 'less/clean_html', 'less/entries', 'title'
|
||||
|
@ -11,7 +11,7 @@ module Docs
|
|||
options[:skip_links] = true
|
||||
|
||||
options[:attribution] = <<-HTML
|
||||
© 2009–2013 Alexis Sellier & The Core Less Team<br>
|
||||
© 2009–2014 Alexis Sellier & The Core Less Team<br>
|
||||
Licensed under the Apache License v2.0.
|
||||
HTML
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue