Update nginx documentation (1.11.10)

pull/570/merge
Thibaut Courouble 8 years ago
parent d13e96bb5e
commit ea1f7a40e3

@ -381,7 +381,7 @@ credits = [
'https://github.com/LearnBoost/mongoose/blob/master/README.md#license' 'https://github.com/LearnBoost/mongoose/blob/master/README.md#license'
], [ ], [
'nginx', 'nginx',
'2002-2016 Igor Sysoev<br>&copy; 2011-2016 Nginx, Inc.', '2002-2017 Igor Sysoev<br>&copy; 2011-2017 Nginx, Inc.',
'BSD', 'BSD',
'http://nginx.org/LICENSE' 'http://nginx.org/LICENSE'
], [ ], [

@ -2,7 +2,7 @@ module Docs
class Nginx < UrlScraper class Nginx < UrlScraper
self.name = 'nginx' self.name = 'nginx'
self.type = 'nginx' self.type = 'nginx'
self.release = '1.11.8' self.release = '1.11.10'
self.base_url = 'https://nginx.org/en/docs/' self.base_url = 'https://nginx.org/en/docs/'
self.links = { self.links = {
home: 'https://nginx.org/', home: 'https://nginx.org/',
@ -21,8 +21,8 @@ module Docs
options[:skip_patterns] = [/\/faq\//] options[:skip_patterns] = [/\/faq\//]
options[:attribution] = <<-HTML options[:attribution] = <<-HTML
&copy; 2002-2016 Igor Sysoev<br> &copy; 2002-2017 Igor Sysoev<br>
&copy; 2011-2016 Nginx, Inc.<br> &copy; 2011-2017 Nginx, Inc.<br>
Licensed under the BSD License. Licensed under the BSD License.
HTML HTML
end end

Loading…
Cancel
Save