Skip to content

Commit 5a6f0ad

Browse files
committed
Update HAProxy documentation (3.0.0)
Fixes #2332.
1 parent bba7c7a commit 5a6f0ad

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

lib/docs/scrapers/haproxy.rb

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,15 @@ class Haproxy < UrlScraper
1616
options[:follow_links] = false
1717

1818
options[:attribution] = <<-HTML
19-
&copy; 2023 Willy Tarreau, HAProxy contributors<br>
19+
&copy; 2024 Willy Tarreau, HAProxy contributors<br>
2020
Licensed under the GNU General Public License version 2.
2121
HTML
2222

23+
version '3.0' do
24+
self.release = '3.0.0'
25+
self.base_url = "https://docs.haproxy.org/#{self.version}/"
26+
end
27+
2328
version '2.9' do
2429
self.release = '2.9.0'
2530
self.base_url = "https://docs.haproxy.org/#{self.version}/"

0 commit comments

Comments
 (0)