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 eae6ed1 commit b021cfdCopy full SHA for b021cfd
1 file changed
lib/docs/scrapers/haproxy.rb
@@ -20,6 +20,11 @@ class Haproxy < UrlScraper
20
Licensed under the GNU General Public License version 2.
21
HTML
22
23
+ version '2.9' do
24
+ self.release = '2.9.0'
25
+ self.base_url = "https://docs.haproxy.org/#{self.version}/"
26
+ end
27
+
28
version '2.8' do
29
self.release = '2.8.0'
30
self.base_url = "https://docs.haproxy.org/#{self.version}/"
0 commit comments