We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bba7c7a commit 5a6f0adCopy full SHA for 5a6f0ad
lib/docs/scrapers/haproxy.rb
@@ -16,10 +16,15 @@ class Haproxy < UrlScraper
16
options[:follow_links] = false
17
18
options[:attribution] = <<-HTML
19
- © 2023 Willy Tarreau, HAProxy contributors<br>
+ © 2024 Willy Tarreau, HAProxy contributors<br>
20
Licensed under the GNU General Public License version 2.
21
HTML
22
23
+ version '3.0' do
24
+ self.release = '3.0.0'
25
+ self.base_url = "https://docs.haproxy.org/#{self.version}/"
26
+ end
27
+
28
version '2.9' do
29
self.release = '2.9.0'
30
self.base_url = "https://docs.haproxy.org/#{self.version}/"
0 commit comments