فهرست منبع

Update nginx documentation (1.29.0)

Simon Legner 5 ماه پیش
والد
کامیت
0fbfafc865
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      lib/docs/scrapers/nginx.rb

+ 2 - 2
lib/docs/scrapers/nginx.rb

@@ -2,7 +2,7 @@ module Docs
   class Nginx < UrlScraper
     self.name = 'nginx'
     self.type = 'nginx'
-    self.release = '1.27.1'
+    self.release = '1.29.0'
     self.base_url = 'https://nginx.org/en/docs/'
     self.links = {
       home: 'https://nginx.org/',
@@ -23,7 +23,7 @@ module Docs
     # http://nginx.org/LICENSE
     options[:attribution] = <<-HTML
       &copy; 2002-2021 Igor Sysoev<br>
-      &copy; 2011-2024 Nginx, Inc.<br>
+      &copy; 2011-2025 Nginx, Inc.<br>
       Licensed under the BSD License.
     HTML