Karim shoair commited on
Commit ·
445ca76
1
Parent(s): 569de2a
Exclude reference pages from search for optimisation
Browse files
docs/api-reference/adaptor.md
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Adaptor Class
|
| 2 |
|
| 3 |
The `Adaptor` class is the core parsing engine in Scrapling that provides HTML parsing and element selection capabilities.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
search:
|
| 3 |
+
exclude: true
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
# Adaptor Class
|
| 7 |
|
| 8 |
The `Adaptor` class is the core parsing engine in Scrapling that provides HTML parsing and element selection capabilities.
|
docs/api-reference/custom-types.md
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Custom Types API Reference
|
| 2 |
|
| 3 |
Here's the reference information for all custom types of classes Scrapling implemented, with all their parameters, attributes, and methods.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
search:
|
| 3 |
+
exclude: true
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
# Custom Types API Reference
|
| 7 |
|
| 8 |
Here's the reference information for all custom types of classes Scrapling implemented, with all their parameters, attributes, and methods.
|
docs/api-reference/fetchers.md
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Fetchers Classes
|
| 2 |
|
| 3 |
Here's the reference information for all fetcher-type classes' parameters, attributes, and methods.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
search:
|
| 3 |
+
exclude: true
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
# Fetchers Classes
|
| 7 |
|
| 8 |
Here's the reference information for all fetcher-type classes' parameters, attributes, and methods.
|