Skip to content

Commit 82c462d

Browse files
committed
Deployed a16770f with MkDocs version: 1.6.1
1 parent ec02ce7 commit 82c462d

File tree

20 files changed

+1309
-21
lines changed

20 files changed

+1309
-21
lines changed

404.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -547,6 +547,27 @@
547547

548548

549549

550+
<li class="md-nav__item">
551+
<a href="/api/output-types/" class="md-nav__link">
552+
553+
554+
<span class="md-ellipsis">
555+
Output types
556+
</span>
557+
558+
559+
</a>
560+
</li>
561+
562+
563+
564+
565+
566+
567+
568+
569+
570+
550571
<li class="md-nav__item">
551572
<a href="/api/proxy/" class="md-nav__link">
552573

api/cookies/index.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -560,6 +560,27 @@
560560

561561

562562

563+
<li class="md-nav__item">
564+
<a href="../output-types/" class="md-nav__link">
565+
566+
567+
<span class="md-ellipsis">
568+
Output types
569+
</span>
570+
571+
572+
</a>
573+
</li>
574+
575+
576+
577+
578+
579+
580+
581+
582+
583+
563584
<li class="md-nav__item">
564585
<a href="../proxy/" class="md-nav__link">
565586

api/getting-started/index.html

Lines changed: 26 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<link rel="prev" href="../../features/docker/">
1717

1818

19-
<link rel="next" href="../proxy/">
19+
<link rel="next" href="../output-types/">
2020

2121

2222
<link rel="icon" href="../../icon.ico">
@@ -720,6 +720,27 @@
720720

721721

722722

723+
<li class="md-nav__item">
724+
<a href="../output-types/" class="md-nav__link">
725+
726+
727+
<span class="md-ellipsis">
728+
Output types
729+
</span>
730+
731+
732+
</a>
733+
</li>
734+
735+
736+
737+
738+
739+
740+
741+
742+
743+
723744
<li class="md-nav__item">
724745
<a href="../proxy/" class="md-nav__link">
725746

@@ -1018,7 +1039,7 @@ <h3 id="generate"><code>generate</code></h3>
10181039
<td><code>attributes</code></td>
10191040
<td><code>object</code></td>
10201041
<td>-</td>
1021-
<td>A map of <code>name</code> - <code>description</code> pairs of data fields to extract from the webpage</td>
1042+
<td>A map of <code>name</code> - <code>description</code> pairs of data fields to extract from the webpage. Also, you can specify <a href="../output-types/">Output Types</a>.</td>
10221043
</tr>
10231044
<tr>
10241045
<td><code>proxy_country</code></td>
@@ -1153,7 +1174,7 @@ <h3 id="extract"><code>extract</code></h3>
11531174
<td><code>attributes</code></td>
11541175
<td><code>object</code></td>
11551176
<td>-</td>
1156-
<td>A map of <code>name</code> - <code>description</code> pairs of data fields to extract from the webpage</td>
1177+
<td>A map of <code>name</code> - <code>description</code> pairs of data fields to extract from the webpage. Also, you can specify <a href="../output-types/">Output Types</a></td>
11571178
</tr>
11581179
<tr>
11591180
<td><code>mode</code></td>
@@ -1210,7 +1231,7 @@ <h3 id="parse"><code>parse</code></h3>
12101231
<td><code>attributes</code></td>
12111232
<td><code>object</code></td>
12121233
<td>-</td>
1213-
<td>A map of <code>name</code> - <code>description</code> pairs of data fields to extract from the webpage</td>
1234+
<td>A map of <code>name</code> - <code>description</code> pairs of data fields to extract from the webpage. Also, you can specify <a href="../output-types/">Output Types</a></td>
12141235
</tr>
12151236
<tr>
12161237
<td><code>mode</code></td>
@@ -1271,6 +1292,7 @@ <h3 id="swagger-doc">Swagger doc</h3>
12711292
<h2 id="more-features">More features</h2>
12721293
<p>Check out further documentation to explore more features:</p>
12731294
<ul>
1295+
<li><a href="../output-types/">Specify Output Types</a></li>
12741296
<li><a href="../proxy/">Setting proxy</a></li>
12751297
<li><a href="../cookies/">Setting cookies</a></li>
12761298
<li><a href="../precision-mode/">Precision mode</a></li>

0 commit comments

Comments
 (0)