diff --git a/docs/api-reference/adaptor.md b/docs/api-reference/adaptor.md index 9d63c44..ab4df5b 100644 --- a/docs/api-reference/adaptor.md +++ b/docs/api-reference/adaptor.md @@ -1,3 +1,8 @@ +--- +search: + exclude: true +--- + # Adaptor Class The `Adaptor` class is the core parsing engine in Scrapling that provides HTML parsing and element selection capabilities. diff --git a/docs/api-reference/custom-types.md b/docs/api-reference/custom-types.md index 9a3d58d..805e0d4 100644 --- a/docs/api-reference/custom-types.md +++ b/docs/api-reference/custom-types.md @@ -1,3 +1,8 @@ +--- +search: + exclude: true +--- + # Custom Types API Reference Here's the reference information for all custom types of classes Scrapling implemented, with all their parameters, attributes, and methods. diff --git a/docs/api-reference/fetchers.md b/docs/api-reference/fetchers.md index dff2ade..7199eae 100644 --- a/docs/api-reference/fetchers.md +++ b/docs/api-reference/fetchers.md @@ -1,3 +1,8 @@ +--- +search: + exclude: true +--- + # Fetchers Classes Here's the reference information for all fetcher-type classes' parameters, attributes, and methods.