|
|
@ -24,10 +24,15 @@ module Docs
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
© 2012–2017 The Apache Software Foundation<br>
|
|
|
|
© 2012–2018 The Apache Software Foundation<br>
|
|
|
|
Licensed under the Apache License 2.0.
|
|
|
|
Licensed under the Apache License 2.0.
|
|
|
|
HTML
|
|
|
|
HTML
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
version '8' do
|
|
|
|
|
|
|
|
self.release = '8.1.2'
|
|
|
|
|
|
|
|
self.base_url = 'https://cordova.apache.org/docs/en/8.x/'
|
|
|
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
version '7' do
|
|
|
|
version '7' do
|
|
|
|
self.release = '7.1.0'
|
|
|
|
self.release = '7.1.0'
|
|
|
|
self.base_url = 'https://cordova.apache.org/docs/en/7.x/'
|
|
|
|
self.base_url = 'https://cordova.apache.org/docs/en/7.x/'
|
|
|
|