Skip to content

Commit bca0a2e

Browse files
author
HAProxy Community
committed
Update docs for 2.4
1 parent aad197d commit bca0a2e

File tree

3 files changed

+18
-12
lines changed

3 files changed

+18
-12
lines changed

docs/2.4/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.4.29 - Configuration Manual</title>
5+
<title>HAProxy version 2.4.29-1 - 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" />
@@ -3757,7 +3757,7 @@
37573757
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
37583758
</p>
37593759
<p class="text-right">
3760-
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/04/22</b></small>
3760+
<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>
37613761
</p>
37623762
</div>
37633763
<!-- /.sidebar -->
@@ -3768,7 +3768,7 @@
37683768
<div class="text-center">
37693769
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
37703770
<h2>Configuration Manual</h2>
3771-
<p><strong>version 2.4.29</strong></p>
3771+
<p><strong>version 2.4.29-1</strong></p>
37723772
<p>
37733773
2025/04/22<br>
37743774

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

1995719957
&lt;json_path&gt; must be a valid JSON Path string as defined in
1995819958
https://datatracker.ietf.org/doc/draft-ietf-jsonpath-base/
19959+
19960+
Note: depending on the context and the underlying implementation, extraction
19961+
of duplicate JSON keys is undefined and might return the first, last,
19962+
or any other occurrence of the same key from the input content, and if
19963+
key names are passed encoded, they might not always be matched. In
19964+
short, this converter is not suitable for content sanitization.
1995919965
</pre><div class="separator">
1996019966
<span class="label label-success">Example:</span>
1996119967
<pre class="prettyprint">
@@ -24855,7 +24861,7 @@ <h2 id="chapter-11.3" data-target="11.3"><small><a class="small" href="#11.3">11
2485524861
<br>
2485624862
<hr>
2485724863
<div class="text-right">
24858-
HAProxy 2.4.29 &ndash; Configuration Manual<br>
24864+
HAProxy 2.4.29-1 &ndash; Configuration Manual<br>
2485924865
<small>, 2025/04/22</small>
2486024866
</div>
2486124867
</div>

docs/2.4/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.4.29 - Starter Guide</title>
5+
<title>HAProxy version 2.4.29-1 - 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/04/22</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.4.29</strong></p>
498+
<p><strong>version 2.4.29-1</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.4.29 &ndash; Starter Guide<br>
2518+
HAProxy 2.4.29-1 &ndash; Starter Guide<br>
25192519
<small>, </small>
25202520
</div>
25212521
</div>

docs/2.4/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.4.29 - Management Guide</title>
5+
<title>HAProxy version 2.4.29-1 - 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" />
@@ -531,7 +531,7 @@
531531
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
532532
</p>
533533
<p class="text-right">
534-
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/04/22</b></small>
534+
<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>
535535
</p>
536536
</div>
537537
<!-- /.sidebar -->
@@ -542,7 +542,7 @@
542542
<div class="text-center">
543543
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
544544
<h2>Management Guide</h2>
545-
<p><strong>version 2.4.29</strong></p>
545+
<p><strong>version 2.4.29-1</strong></p>
546546
<p>
547547
<br>
548548

@@ -4155,7 +4155,7 @@ <h2 id="chapter-9.4" data-target="9.4"><small><a class="small" href="#9.4">9.4.<
41554155
<br>
41564156
<hr>
41574157
<div class="text-right">
4158-
HAProxy 2.4.29 &ndash; Management Guide<br>
4158+
HAProxy 2.4.29-1 &ndash; Management Guide<br>
41594159
<small>, </small>
41604160
</div>
41614161
</div>

0 commit comments

Comments
 (0)