File tree Expand file tree Collapse file tree
assets/javascripts/templates/pages Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -579,7 +579,7 @@ credits = [
579579 ' https://github.com/LearnBoost/mongoose/blob/master/README.md#license'
580580 ], [
581581 ' nginx' ,
582- ' 2002-2021 Igor Sysoev<br>© 2011-2021 Nginx, Inc.' ,
582+ ' 2002-2021 Igor Sysoev<br>© 2011-2022 Nginx, Inc.' ,
583583 ' BSD' ,
584584 ' http://nginx.org/LICENSE'
585585 ], [
Original file line number Diff line number Diff line change @@ -21,6 +21,8 @@ def additional_entries
2121 css ( 'h1 + ul a' ) . each_with_object [ ] do |node , entries |
2222 name = node . content . strip
2323 next if name =~ /\A [A-Z]/ || name . start_with? ( '/' )
24+ mod = get_name
25+ name = "#{ name } (#{ mod } )" unless mod . match? ( /ngx_http/ )
2426
2527 id = node [ 'href' ] . remove ( '#' )
2628 next if id . blank?
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module Docs
22 class Nginx < UrlScraper
33 self . name = 'nginx'
44 self . type = 'nginx'
5- self . release = '1.21 .0'
5+ self . release = '1.22 .0'
66 self . base_url = 'https://nginx.org/en/docs/'
77 self . links = {
88 home : 'https://nginx.org/' ,
@@ -23,7 +23,7 @@ class Nginx < UrlScraper
2323 # http://nginx.org/LICENSE
2424 options [ :attribution ] = <<-HTML
2525 © 2002-2021 Igor Sysoev< br >
26- © 2011-2021 Nginx, Inc.< br >
26+ © 2011-2022 Nginx, Inc.< br >
2727 Licensed under the BSD License.
2828 HTML
2929
You can’t perform that action at this time.
0 commit comments