From 5a6f0ad16c2eeacbab5796d7cefd3d1550a1d13c Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Thu, 10 Oct 2024 22:32:33 +0200 Subject: [PATCH] Update HAProxy documentation (3.0.0) Fixes #2332. --- lib/docs/scrapers/haproxy.rb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lib/docs/scrapers/haproxy.rb b/lib/docs/scrapers/haproxy.rb index 9135f4d7..5f871687 100644 --- a/lib/docs/scrapers/haproxy.rb +++ b/lib/docs/scrapers/haproxy.rb @@ -16,10 +16,15 @@ module Docs options[:follow_links] = false options[:attribution] = <<-HTML - © 2023 Willy Tarreau, HAProxy contributors
+ © 2024 Willy Tarreau, HAProxy contributors
Licensed under the GNU General Public License version 2. HTML + version '3.0' do + self.release = '3.0.0' + self.base_url = "https://docs.haproxy.org/#{self.version}/" + end + version '2.9' do self.release = '2.9.0' self.base_url = "https://docs.haproxy.org/#{self.version}/"