소스 검색

Update HAProxy documentation (2.9.0)

Simon Legner 1 년 전
부모
커밋
b021cfd42e
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      lib/docs/scrapers/haproxy.rb

+ 5 - 0
lib/docs/scrapers/haproxy.rb

@@ -20,6 +20,11 @@ module Docs
       Licensed under the GNU General Public License version 2.
     HTML
 
+    version '2.9' do
+      self.release = '2.9.0'
+      self.base_url = "https://docs.haproxy.org/#{self.version}/"
+    end
+
     version '2.8' do
       self.release = '2.8.0'
       self.base_url = "https://docs.haproxy.org/#{self.version}/"