Skip to content

Commit 9ee3087

Browse files
committed
Deployed d1c61be to head with MkDocs 1.6.1 and mike 2.1.3
1 parent e00b84c commit 9ee3087

File tree

3 files changed

+67
-1
lines changed

3 files changed

+67
-1
lines changed

head/reference/config/index.html

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7308,6 +7308,12 @@ <h2 id="eventswebhooks">events.webhooks<a class="headerlink" href="#eventswebhoo
73087308
<td><code>100</code></td>
73097309
</tr>
73107310
<tr>
7311+
<td>maxIdleConnsPerHost</td>
7312+
<td>The max number of idle connections, per unique hostname. Zero means net/http uses the default of only 2.</td>
7313+
<td><code>int</code></td>
7314+
<td><code>100</code></td>
7315+
</tr>
7316+
<tr>
73117317
<td>passthroughHeadersEnabled</td>
73127318
<td>Enable passing through the set of allowed HTTP request headers</td>
73137319
<td><code>boolean</code></td>
@@ -8703,6 +8709,12 @@ <h2 id="pluginsblockchainethereumaddressresolver">plugins.blockchain[].ethereum.
87038709
<td><code>100</code></td>
87048710
</tr>
87058711
<tr>
8712+
<td>maxIdleConnsPerHost</td>
8713+
<td>The max number of idle connections, per unique hostname. Zero means net/http uses the default of only 2.</td>
8714+
<td><code>int</code></td>
8715+
<td><code>100</code></td>
8716+
</tr>
8717+
<tr>
87068718
<td>method</td>
87078719
<td>The HTTP method to use when making requests to the Address Resolver</td>
87088720
<td><code>string</code></td>
@@ -9009,6 +9021,12 @@ <h2 id="pluginsblockchainethereumethconnect">plugins.blockchain[].ethereum.ethco
90099021
<td><code>100</code></td>
90109022
</tr>
90119023
<tr>
9024+
<td>maxIdleConnsPerHost</td>
9025+
<td>The max number of idle connections, per unique hostname. Zero means net/http uses the default of only 2.</td>
9026+
<td><code>int</code></td>
9027+
<td><code>100</code></td>
9028+
</tr>
9029+
<tr>
90129030
<td>passthroughHeadersEnabled</td>
90139031
<td>Enable passing through the set of allowed HTTP request headers</td>
90149032
<td><code>boolean</code></td>
@@ -9377,6 +9395,12 @@ <h2 id="pluginsblockchainethereumfftm">plugins.blockchain[].ethereum.fftm<a clas
93779395
<td><code>100</code></td>
93789396
</tr>
93799397
<tr>
9398+
<td>maxIdleConnsPerHost</td>
9399+
<td>The max number of idle connections, per unique hostname. Zero means net/http uses the default of only 2.</td>
9400+
<td><code>int</code></td>
9401+
<td><code>100</code></td>
9402+
</tr>
9403+
<tr>
93809404
<td>passthroughHeadersEnabled</td>
93819405
<td>Enable passing through the set of allowed HTTP request headers</td>
93829406
<td><code>boolean</code></td>
@@ -9659,6 +9683,12 @@ <h2 id="pluginsblockchainfabricfabconnect">plugins.blockchain[].fabric.fabconnec
96599683
<td><code>100</code></td>
96609684
</tr>
96619685
<tr>
9686+
<td>maxIdleConnsPerHost</td>
9687+
<td>The max number of idle connections, per unique hostname. Zero means net/http uses the default of only 2.</td>
9688+
<td><code>int</code></td>
9689+
<td><code>100</code></td>
9690+
</tr>
9691+
<tr>
96629692
<td>passthroughHeadersEnabled</td>
96639693
<td>Enable passing through the set of allowed HTTP request headers</td>
96649694
<td><code>boolean</code></td>
@@ -10045,6 +10075,12 @@ <h2 id="pluginsblockchaintezosaddressresolver">plugins.blockchain[].tezos.addres
1004510075
<td><code>100</code></td>
1004610076
</tr>
1004710077
<tr>
10078+
<td>maxIdleConnsPerHost</td>
10079+
<td>The max number of idle connections, per unique hostname. Zero means net/http uses the default of only 2.</td>
10080+
<td><code>int</code></td>
10081+
<td><code>100</code></td>
10082+
</tr>
10083+
<tr>
1004810084
<td>method</td>
1004910085
<td>The HTTP method to use when making requests to the Address Resolver</td>
1005010086
<td><code>string</code></td>
@@ -10339,6 +10375,12 @@ <h2 id="pluginsblockchaintezostezosconnect">plugins.blockchain[].tezos.tezosconn
1033910375
<td><code>100</code></td>
1034010376
</tr>
1034110377
<tr>
10378+
<td>maxIdleConnsPerHost</td>
10379+
<td>The max number of idle connections, per unique hostname. Zero means net/http uses the default of only 2.</td>
10380+
<td><code>int</code></td>
10381+
<td><code>100</code></td>
10382+
</tr>
10383+
<tr>
1034210384
<td>passthroughHeadersEnabled</td>
1034310385
<td>Enable passing through the set of allowed HTTP request headers</td>
1034410386
<td><code>boolean</code></td>
@@ -10905,6 +10947,12 @@ <h2 id="pluginsdataexchangeffdx">plugins.dataexchange[].ffdx<a class="headerlink
1090510947
<td><code>100</code></td>
1090610948
</tr>
1090710949
<tr>
10950+
<td>maxIdleConnsPerHost</td>
10951+
<td>The max number of idle connections, per unique hostname. Zero means net/http uses the default of only 2.</td>
10952+
<td><code>int</code></td>
10953+
<td><code>100</code></td>
10954+
</tr>
10955+
<tr>
1090810956
<td>passthroughHeadersEnabled</td>
1090910957
<td>Enable passing through the set of allowed HTTP request headers</td>
1091010958
<td><code>boolean</code></td>
@@ -11336,6 +11384,12 @@ <h2 id="pluginssharedstorageipfsapi">plugins.sharedstorage[].ipfs.api<a class="h
1133611384
<td><code>100</code></td>
1133711385
</tr>
1133811386
<tr>
11387+
<td>maxIdleConnsPerHost</td>
11388+
<td>The max number of idle connections, per unique hostname. Zero means net/http uses the default of only 2.</td>
11389+
<td><code>int</code></td>
11390+
<td><code>100</code></td>
11391+
</tr>
11392+
<tr>
1133911393
<td>passthroughHeadersEnabled</td>
1134011394
<td>Enable passing through the set of allowed HTTP request headers</td>
1134111395
<td><code>boolean</code></td>
@@ -11594,6 +11648,12 @@ <h2 id="pluginssharedstorageipfsgateway">plugins.sharedstorage[].ipfs.gateway<a
1159411648
<td><code>100</code></td>
1159511649
</tr>
1159611650
<tr>
11651+
<td>maxIdleConnsPerHost</td>
11652+
<td>The max number of idle connections, per unique hostname. Zero means net/http uses the default of only 2.</td>
11653+
<td><code>int</code></td>
11654+
<td><code>100</code></td>
11655+
</tr>
11656+
<tr>
1159711657
<td>passthroughHeadersEnabled</td>
1159811658
<td>Enable passing through the set of allowed HTTP request headers</td>
1159911659
<td><code>boolean</code></td>
@@ -11883,6 +11943,12 @@ <h2 id="pluginstokensfftokens">plugins.tokens[].fftokens<a class="headerlink" hr
1188311943
<td><code>100</code></td>
1188411944
</tr>
1188511945
<tr>
11946+
<td>maxIdleConnsPerHost</td>
11947+
<td>The max number of idle connections, per unique hostname. Zero means net/http uses the default of only 2.</td>
11948+
<td><code>int</code></td>
11949+
<td><code>100</code></td>
11950+
</tr>
11951+
<tr>
1188611952
<td>passthroughHeadersEnabled</td>
1188711953
<td>Enable passing through the set of allowed HTTP request headers</td>
1188811954
<td><code>boolean</code></td>

head/search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

head/sitemap.xml.gz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)