Exclude reference pages from search for optimisation

This commit is contained in:
Karim shoair
2025-04-08 22:46:20 +02:00
parent 083f9d8ff7
commit 7264318604
3 changed files with 15 additions and 0 deletions
+5
View File
@@ -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.
+5
View File
@@ -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.
+5
View File
@@ -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.