Skip to content

Commit aad197d

Browse files
author
HAProxy Community
committed
Update docs for 2.6
1 parent aa304df commit aad197d

3 files changed

Lines changed: 18 additions & 12 deletions

File tree

docs/2.6/configuration.html

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<title>HAProxy version 2.6.22-27 - Configuration Manual</title>
5+
<title>HAProxy version 2.6.22-28 - Configuration Manual</title>
66
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" />
77
<link href="https://raw.githubusercontent.com/thomaspark/bootswatch/v3.3.7/cerulean/bootstrap.min.css" rel="stylesheet" />
88
<link href="../css/page.css?0.4.2-15" rel="stylesheet" />
@@ -4145,7 +4145,7 @@
41454145
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
41464146
</p>
41474147
<p class="text-right">
4148-
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/05/28</b></small>
4148+
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/10/02</b></small>
41494149
</p>
41504150
</div>
41514151
<!-- /.sidebar -->
@@ -4156,7 +4156,7 @@
41564156
<div class="text-center">
41574157
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
41584158
<h2>Configuration Manual</h2>
4159-
<p><strong>version 2.6.22-27</strong></p>
4159+
<p><strong>version 2.6.22-28</strong></p>
41604160
<p>
41614161
2025/04/22<br>
41624162

@@ -21009,6 +21009,12 @@ <h3 id="chapter-7.3.1" data-target="7.3.1"><small><a class="small" href="#7.3.1"
2100921009

2101021010
&lt;json_path&gt; must be a valid JSON Path string as defined in
2101121011
https://datatracker.ietf.org/doc/draft-ietf-jsonpath-base/
21012+
21013+
Note: depending on the context and the underlying implementation, extraction
21014+
of duplicate JSON keys is undefined and might return the first, last,
21015+
or any other occurrence of the same key from the input content, and if
21016+
key names are passed encoded, they might not always be matched. In
21017+
short, this converter is not suitable for content sanitization.
2101221018
</pre><div class="separator">
2101321019
<span class="label label-success">Example:</span>
2101421020
<pre class="prettyprint">
@@ -26530,7 +26536,7 @@ <h2 id="chapter-11.3" data-target="11.3"><small><a class="small" href="#11.3">11
2653026536
<br>
2653126537
<hr>
2653226538
<div class="text-right">
26533-
HAProxy 2.6.22-27 &ndash; Configuration Manual<br>
26539+
HAProxy 2.6.22-28 &ndash; Configuration Manual<br>
2653426540
<small>, 2025/04/22</small>
2653526541
</div>
2653626542
</div>

docs/2.6/intro.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<title>HAProxy version 2.6.22-27 - Starter Guide</title>
5+
<title>HAProxy version 2.6.22-28 - Starter Guide</title>
66
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" />
77
<link href="https://raw.githubusercontent.com/thomaspark/bootswatch/v3.3.7/cerulean/bootstrap.min.css" rel="stylesheet" />
88
<link href="../css/page.css?0.4.2-15" rel="stylesheet" />
@@ -484,7 +484,7 @@
484484
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
485485
</p>
486486
<p class="text-right">
487-
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/05/28</b></small>
487+
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/10/02</b></small>
488488
</p>
489489
</div>
490490
<!-- /.sidebar -->
@@ -495,7 +495,7 @@
495495
<div class="text-center">
496496
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
497497
<h2>Starter Guide</h2>
498-
<p><strong>version 2.6.22-27</strong></p>
498+
<p><strong>version 2.6.22-28</strong></p>
499499
<p>
500500
<br>
501501

@@ -2515,7 +2515,7 @@ <h2 id="chapter-4.4" data-target="4.4"><small><a class="small" href="#4.4">4.4.<
25152515
<br>
25162516
<hr>
25172517
<div class="text-right">
2518-
HAProxy 2.6.22-27 &ndash; Starter Guide<br>
2518+
HAProxy 2.6.22-28 &ndash; Starter Guide<br>
25192519
<small>, </small>
25202520
</div>
25212521
</div>

docs/2.6/management.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<title>HAProxy version 2.6.22-27 - Management Guide</title>
5+
<title>HAProxy version 2.6.22-28 - Management Guide</title>
66
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" />
77
<link href="https://raw.githubusercontent.com/thomaspark/bootswatch/v3.3.7/cerulean/bootstrap.min.css" rel="stylesheet" />
88
<link href="../css/page.css?0.4.2-15" rel="stylesheet" />
@@ -592,7 +592,7 @@
592592
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
593593
</p>
594594
<p class="text-right">
595-
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/05/28</b></small>
595+
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/10/02</b></small>
596596
</p>
597597
</div>
598598
<!-- /.sidebar -->
@@ -603,7 +603,7 @@
603603
<div class="text-center">
604604
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
605605
<h2>Management Guide</h2>
606-
<p><strong>version 2.6.22-27</strong></p>
606+
<p><strong>version 2.6.22-28</strong></p>
607607
<p>
608608
<br>
609609

@@ -4716,7 +4716,7 @@ <h3 id="chapter-9.4.1" data-target="9.4.1"><small><a class="small" href="#9.4.1"
47164716
<br>
47174717
<hr>
47184718
<div class="text-right">
4719-
HAProxy 2.6.22-27 &ndash; Management Guide<br>
4719+
HAProxy 2.6.22-28 &ndash; Management Guide<br>
47204720
<small>, </small>
47214721
</div>
47224722
</div>

0 commit comments

Comments
 (0)