[devdocsgjs/main: 44/76] Update HAProxy documentation (2.5.0)




commit 02241e10f3508082d6836955f9ca2322560bdb7e
Author: Simon Legner <Simon Legner gmail com>
Date:   Thu Jun 2 22:59:06 2022 +0200

    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}/";


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]