mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-18 10:07:11 +01:00
Update Cordova documentation (3.6.0)
This commit is contained in:
parent
a3dbd867e9
commit
231fe77c96
2 changed files with 4 additions and 4 deletions
|
@ -104,7 +104,7 @@ credits = [
|
|||
'https://raw.github.com/jashkenas/coffee-script/master/LICENSE'
|
||||
], [
|
||||
'Cordova',
|
||||
'2012 The Apache Software Foundation',
|
||||
'2012-2014 The Apache Software Foundation',
|
||||
'Apache',
|
||||
'https://raw.githubusercontent.com/apache/cordova-docs/master/LICENSE'
|
||||
], [
|
||||
|
|
|
@ -2,8 +2,8 @@ module Docs
|
|||
class Cordova < UrlScraper
|
||||
self.name = 'Cordova'
|
||||
self.type = 'cordova'
|
||||
self.version = '3.5.0'
|
||||
self.base_url = 'http://cordova.apache.org/docs/en/3.5.0/'
|
||||
self.version = '3.6.0'
|
||||
self.base_url = 'http://cordova.apache.org/docs/en/3.6.0/'
|
||||
self.root_path = 'index.html'
|
||||
|
||||
html_filters.push 'cordova/clean_html', 'cordova/entries', 'title'
|
||||
|
@ -14,7 +14,7 @@ module Docs
|
|||
options[:skip] = %w(_index.html guide_support_index.md.html)
|
||||
|
||||
options[:attribution] = <<-HTML
|
||||
© 2012 The Apache Software Foundation<br>
|
||||
© 2012-2014 The Apache Software Foundation<br>
|
||||
Licensed under the Apache License 2.0.
|
||||
HTML
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue