File tree Expand file tree Collapse file tree 1 file changed +17
-2
lines changed
Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,27 @@ class Haproxy < UrlScraper
1616 options [ :follow_links ] = false
1717
1818 options [ :attribution ] = <<-HTML
19- © 2024 Willy Tarreau, HAProxy contributors< br >
19+ © 2025 Willy Tarreau, HAProxy contributors< br >
2020 Licensed under the GNU General Public License version 2.
2121 HTML
2222
23+ version '3.3' do
24+ self . release = '3.3.0'
25+ self . base_url = "https://docs.haproxy.org/#{ self . version } /"
26+ end
27+
28+ version '3.2' do
29+ self . release = '3.2.9'
30+ self . base_url = "https://docs.haproxy.org/#{ self . version } /"
31+ end
32+
33+ version '3.1' do
34+ self . release = '3.1.10'
35+ self . base_url = "https://docs.haproxy.org/#{ self . version } /"
36+ end
37+
2338 version '3.0' do
24- self . release = '3.0.0 '
39+ self . release = '3.0.12 '
2540 self . base_url = "https://docs.haproxy.org/#{ self . version } /"
2641 end
2742
You can’t perform that action at this time.
0 commit comments