From 02241e10f3508082d6836955f9ca2322560bdb7e Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Thu, 2 Jun 2022 22:59:06 +0200 Subject: [PATCH] Update HAProxy documentation (2.5.0) --- lib/docs/scrapers/haproxy.rb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lib/docs/scrapers/haproxy.rb b/lib/docs/scrapers/haproxy.rb index 6c354787..db558563 100644 --- a/lib/docs/scrapers/haproxy.rb +++ b/lib/docs/scrapers/haproxy.rb @@ -6,7 +6,7 @@ module Docs self.initial_paths = %w(intro.html configuration.html management.html) self.links = { home: 'https://www.haproxy.org/', - code: 'https://github.com/haproxy/haproxy/' + code: 'https://github.com/haproxy/haproxy' } html_filters.push 'haproxy/clean_html', 'haproxy/entries' @@ -20,6 +20,11 @@ module Docs Licensed under the GNU General Public License version 2. HTML + version '2.5' do + self.release = '2.5.0' + self.base_url = "https://cbonte.github.io/haproxy-dconv/#{self.version}/" + end + version '2.4' do self.release = '2.4.0' self.base_url = "https://cbonte.github.io/haproxy-dconv/#{self.version}/"