Update HAProxy documentation (2.8.0)

pull/2027/head
Simon Legner 1 year ago
parent 150f24be5e
commit 58446f23fb

@ -34,7 +34,7 @@ module Docs
node.css('.keyword').each do |n|
name = n.at_css('b').content
id = n['id']
entries << [name, URI.escape(id), REPLACE_TYPE[type] || type]
entries << [name, id, REPLACE_TYPE[type] || type]
end
end
end

@ -16,10 +16,15 @@ module Docs
options[:follow_links] = false
options[:attribution] = <<-HTML
&copy; 2022 Willy Tarreau, HAProxy contributors<br>
&copy; 2023 Willy Tarreau, HAProxy contributors<br>
Licensed under the GNU General Public License version 2.
HTML
version '2.8' do
self.release = '2.8.0'
self.base_url = "https://docs.haproxy.org/#{self.version}/"
end
version '2.7' do
self.release = '2.7.0'
self.base_url = "https://docs.haproxy.org/#{self.version}/"

Loading…
Cancel
Save