Exclude reference pages from search for optimisation
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
---
|
||||||
|
search:
|
||||||
|
exclude: true
|
||||||
|
---
|
||||||
|
|
||||||
# Adaptor Class
|
# Adaptor Class
|
||||||
|
|
||||||
The `Adaptor` class is the core parsing engine in Scrapling that provides HTML parsing and element selection capabilities.
|
The `Adaptor` class is the core parsing engine in Scrapling that provides HTML parsing and element selection capabilities.
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
---
|
||||||
|
search:
|
||||||
|
exclude: true
|
||||||
|
---
|
||||||
|
|
||||||
# Custom Types API Reference
|
# Custom Types API Reference
|
||||||
|
|
||||||
Here's the reference information for all custom types of classes Scrapling implemented, with all their parameters, attributes, and methods.
|
Here's the reference information for all custom types of classes Scrapling implemented, with all their parameters, attributes, and methods.
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
---
|
||||||
|
search:
|
||||||
|
exclude: true
|
||||||
|
---
|
||||||
|
|
||||||
# Fetchers Classes
|
# Fetchers Classes
|
||||||
|
|
||||||
Here's the reference information for all fetcher-type classes' parameters, attributes, and methods.
|
Here's the reference information for all fetcher-type classes' parameters, attributes, and methods.
|
||||||
|
|||||||
Reference in New Issue
Block a user