Skip to content

Commit c9fa09a

Browse files
author
HAProxy Community
committed
Update docs for dev
1 parent c9545be commit c9fa09a

File tree

3 files changed

+15
-17
lines changed

3 files changed

+15
-17
lines changed

docs/dev/configuration.html

Lines changed: 7 additions & 9 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.1-dev9-15 - Configuration Manual</title>
5+
<title>HAProxy version 3.1-dev9-20 - 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" />
@@ -4390,7 +4390,7 @@
43904390
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
43914391
</p>
43924392
<p class="text-right">
4393-
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2024/10/04</b></small>
4393+
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2024/10/10</b></small>
43944394
</p>
43954395
</div>
43964396
<!-- /.sidebar -->
@@ -4401,7 +4401,7 @@
44014401
<div class="text-center">
44024402
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
44034403
<h2>Configuration Manual</h2>
4404-
<p><strong>version 3.1-dev9-15</strong></p>
4404+
<p><strong>version 3.1-dev9-20</strong></p>
44054405
<p>
44064406
2024/10/03<br>
44074407

@@ -9370,11 +9370,9 @@ <h3 id="chapter-3.3.1" data-target="3.3.1"><small><a class="small" href="#3.3.1"
93709370
section. Most of the time these will be errors and warnings, but certain
93719371
incomplete commands might list permissible choices. This command is not meant
93729372
for regular use, it will generally only be suggested by developers along
9373-
complex debugging sessions. Note that these directives are parsed on the fly,
9374-
so referencing a ring buffer that is only declared further will not work. It
9375-
is important to keep in mind that depending on the trace level and details,
9376-
enabling traces can severely degrade the global performance. Please refer to
9377-
the management manual for the statements syntax.
9373+
complex debugging sessions. It is important to keep in mind that depending on
9374+
the trace level and details, enabling traces can severely degrade the global
9375+
performance. Please refer to the management manual for the statements syntax.
93789376
</pre><div class="separator">
93799377
<span class="label label-success">Example:</span>
93809378
<pre class="prettyprint">
@@ -31104,7 +31102,7 @@ <h2 id="chapter-11.3" data-target="11.3"><small><a class="small" href="#11.3">11
3110431102
<br>
3110531103
<hr>
3110631104
<div class="text-right">
31107-
HAProxy 3.1-dev9-15 &ndash; Configuration Manual<br>
31105+
HAProxy 3.1-dev9-20 &ndash; Configuration Manual<br>
3110831106
<small>, 2024/10/03</small>
3110931107
</div>
3111031108
</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.1-dev9-15 - Starter Guide</title>
5+
<title>HAProxy version 3.1-dev9-20 - 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>2024/10/04</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>2024/10/10</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.1-dev9-15</strong></p>
498+
<p><strong>version 3.1-dev9-20</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.1-dev9-15 &ndash; Starter Guide<br>
2518+
HAProxy 3.1-dev9-20 &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.1-dev9-15 - Management Guide</title>
5+
<title>HAProxy version 3.1-dev9-20 - 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" />
@@ -646,7 +646,7 @@
646646
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
647647
</p>
648648
<p class="text-right">
649-
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2024/10/04</b></small>
649+
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2024/10/10</b></small>
650650
</p>
651651
</div>
652652
<!-- /.sidebar -->
@@ -657,7 +657,7 @@
657657
<div class="text-center">
658658
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
659659
<h2>Management Guide</h2>
660-
<p><strong>version 3.1-dev9-15</strong></p>
660+
<p><strong>version 3.1-dev9-20</strong></p>
661661
<p>
662662
<br>
663663

@@ -5339,7 +5339,7 @@ <h2 id="chapter-13.1" data-target="13.1"><small><a class="small" href="#13.1">13
53395339
<br>
53405340
<hr>
53415341
<div class="text-right">
5342-
HAProxy 3.1-dev9-15 &ndash; Management Guide<br>
5342+
HAProxy 3.1-dev9-20 &ndash; Management Guide<br>
53435343
<small>, </small>
53445344
</div>
53455345
</div>

0 commit comments

Comments
 (0)