Skip to content

Commit c3e8592

Browse files
author
HAProxy Community
committed
Update docs for dev
1 parent 116f5dd commit c3e8592

3 files changed

Lines changed: 16 additions & 15 deletions

File tree

docs/dev/configuration.html

Lines changed: 8 additions & 7 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 3.4-dev0-1 - Configuration Manual</title>
5+
<title>HAProxy version 3.4-dev0-2 - 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" />
@@ -4699,7 +4699,7 @@
46994699
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
47004700
</p>
47014701
<p class="text-right">
4702-
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/11/26</b></small>
4702+
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/11/30</b></small>
47034703
</p>
47044704
</div>
47054705
<!-- /.sidebar -->
@@ -4710,7 +4710,7 @@
47104710
<div class="text-center">
47114711
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
47124712
<h2>Configuration Manual</h2>
4713-
<p><strong>version 3.4-dev0-1</strong></p>
4713+
<p><strong>version 3.4-dev0-2</strong></p>
47144714
<p>
47154715
2025/11/26<br>
47164716

@@ -21402,9 +21402,10 @@ <h2 id="chapter-5.1" data-target="5.1"><small><a class="small" href="#5.1">5.1.<
2140221402
See https://datatracker.ietf.org/doc/draft-ietf-tls-esni/
2140321403

2140421404
This is an experimental feature, which requires the
21405-
&quot;<a href="#expose-experimental-directives">expose-experimental-directives</a>&quot; option in the global section. It also
21406-
necessitates an OpenSSL version that supports ECH, and HAProxy must be
21407-
compiled with USE_ECH=1.
21405+
&quot;<a href="#expose-experimental-directives">expose-experimental-directives</a>&quot; option in the global section.
21406+
It also necessitates an OpenSSL version that supports ECH
21407+
( https://github.com/openssl/openssl/tree/feature/ech), and HAProxy must be
21408+
compiled with USE_ECH=1. The ECH API of AWS-LC is not supported.
2140821409
</pre><div class="separator">
2140921410
<span class="label label-success">Example:</span>
2141021411
<pre class="prettyprint">
@@ -33818,7 +33819,7 @@ <h2 id="chapter-12.8" data-target="12.8"><small><a class="small" href="#12.8">12
3381833819
<br>
3381933820
<hr>
3382033821
<div class="text-right">
33821-
HAProxy 3.4-dev0-1 &ndash; Configuration Manual<br>
33822+
HAProxy 3.4-dev0-2 &ndash; Configuration Manual<br>
3382233823
<small>, 2025/11/26</small>
3382333824
</div>
3382433825
</div>

docs/dev/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 3.4-dev0-1 - Starter Guide</title>
5+
<title>HAProxy version 3.4-dev0-2 - 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/11/26</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/11/30</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 3.4-dev0-1</strong></p>
498+
<p><strong>version 3.4-dev0-2</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 3.4-dev0-1 &ndash; Starter Guide<br>
2518+
HAProxy 3.4-dev0-2 &ndash; Starter Guide<br>
25192519
<small>, </small>
25202520
</div>
25212521
</div>

docs/dev/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 3.4-dev0-1 - Management Guide</title>
5+
<title>HAProxy version 3.4-dev0-2 - 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" />
@@ -680,7 +680,7 @@
680680
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
681681
</p>
682682
<p class="text-right">
683-
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/11/26</b></small>
683+
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/11/30</b></small>
684684
</p>
685685
</div>
686686
<!-- /.sidebar -->
@@ -691,7 +691,7 @@
691691
<div class="text-center">
692692
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
693693
<h2>Management Guide</h2>
694-
<p><strong>version 3.4-dev0-1</strong></p>
694+
<p><strong>version 3.4-dev0-2</strong></p>
695695
<p>
696696
<br>
697697

@@ -5769,7 +5769,7 @@ <h2 id="chapter-13.1" data-target="13.1"><small><a class="small" href="#13.1">13
57695769
<br>
57705770
<hr>
57715771
<div class="text-right">
5772-
HAProxy 3.4-dev0-1 &ndash; Management Guide<br>
5772+
HAProxy 3.4-dev0-2 &ndash; Management Guide<br>
57735773
<small>, </small>
57745774
</div>
57755775
</div>

0 commit comments

Comments
 (0)