We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77f4a47 commit 02241e1Copy full SHA for 02241e1
1 file changed
lib/docs/scrapers/haproxy.rb
@@ -6,7 +6,7 @@ class Haproxy < UrlScraper
6
self.initial_paths = %w(intro.html configuration.html management.html)
7
self.links = {
8
home: 'https://www.haproxy.org/',
9
- code: 'https://github.com/haproxy/haproxy/'
+ code: 'https://github.com/haproxy/haproxy'
10
}
11
12
html_filters.push 'haproxy/clean_html', 'haproxy/entries'
@@ -20,6 +20,11 @@ class Haproxy < UrlScraper
20
Licensed under the GNU General Public License version 2.
21
HTML
22
23
+ version '2.5' do
24
+ self.release = '2.5.0'
25
+ self.base_url = "https://cbonte.github.io/haproxy-dconv/#{self.version}/"
26
+ end
27
+
28
version '2.4' do
29
self.release = '2.4.0'
30
self.base_url = "https://cbonte.github.io/haproxy-dconv/#{self.version}/"
0 commit comments