浏览代码

Update HAProxy documentation (2.7.0)

Simon Legner 3 年之前
父节点
当前提交
8e65fcb713
共有 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.7' do
+      self.release = '2.7.0'
+      self.base_url = "https://docs.haproxy.org/#{self.version}/"
+    end
+
     version '2.6' do
       self.release = '2.6.5'
       self.base_url = "https://docs.haproxy.org/#{self.version}/"