docs: add new api references

This commit is contained in:
Karim shoair
2026-02-14 17:07:55 +02:00
parent a8f701f8ab
commit dddb179c50
4 changed files with 82 additions and 1 deletions
+4 -1
View File
@@ -54,7 +54,10 @@ nav = [
{Selector = "api-reference/selector.md"},
{Fetchers = "api-reference/fetchers.md"},
{"MCP Server" = "api-reference/mcp-server.md"},
{"Custom Types" = "api-reference/custom-types.md"}
{"Custom Types" = "api-reference/custom-types.md"},
{Response = "api-reference/response.md"},
{Spiders = "api-reference/spiders.md"},
{"Proxy Rotation" = "api-reference/proxy-rotation.md"}
]},
{"Writing your retrieval system" = "development/adaptive_storage_system.md"},
{"Using Scrapling's custom types" = "development/scrapling_custom_types.md"}