From 438a103b17c9f7afb6587ff2dfc9cd00a856c820 Mon Sep 17 00:00:00 2001 From: Yaoda Liu Date: Sun, 3 Aug 2025 14:33:10 +0800 Subject: [PATCH] Fix typos in examples.md --- docs/md_v2/core/examples.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/md_v2/core/examples.md b/docs/md_v2/core/examples.md index 4bc6f248..25186de6 100644 --- a/docs/md_v2/core/examples.md +++ b/docs/md_v2/core/examples.md @@ -28,11 +28,8 @@ This page provides a comprehensive list of example scripts that demonstrate vari | Example | Description | Link | |---------|-------------|------| | Deep Crawling | An extensive tutorial on deep crawling capabilities, demonstrating BFS and BestFirst strategies, stream vs. non-stream execution, filters, scorers, and advanced configurations. | [View Code](https://github.com/unclecode/crawl4ai/blob/main/docs/examples/deepcrawl_example.py) | -<<<<<<< HEAD | Virtual Scroll | Comprehensive examples for handling virtualized scrolling on sites like Twitter, Instagram. Demonstrates different scrolling scenarios with local test server. | [View Code](https://github.com/unclecode/crawl4ai/blob/main/docs/examples/virtual_scroll_example.py) | -======= | Adaptive Crawling | Demonstrates intelligent crawling that automatically determines when sufficient information has been gathered. | [View Code](https://github.com/unclecode/crawl4ai/blob/main/docs/examples/adaptive_crawling/) | ->>>>>>> feature/progressive-crawling | Dispatcher | Shows how to use the crawl dispatcher for advanced workload management. | [View Code](https://github.com/unclecode/crawl4ai/blob/main/docs/examples/dispatcher_example.py) | | Storage State | Tutorial on managing browser storage state for persistence. | [View Guide](https://github.com/unclecode/crawl4ai/blob/main/docs/examples/storage_state_tutorial.md) | | Network Console Capture | Demonstrates how to capture and analyze network requests and console logs. | [View Code](https://github.com/unclecode/crawl4ai/blob/main/docs/examples/network_console_capture_example.py) | @@ -117,4 +114,4 @@ Some examples may require: ## Contributing New Examples -If you've created an interesting example that demonstrates a unique use case or feature of Crawl4AI, we encourage you to contribute it to our examples collection. Please see our [contribution guidelines](https://github.com/unclecode/crawl4ai/blob/main/CONTRIBUTORS.md) for more information. \ No newline at end of file +If you've created an interesting example that demonstrates a unique use case or feature of Crawl4AI, we encourage you to contribute it to our examples collection. Please see our [contribution guidelines](https://github.com/unclecode/crawl4ai/blob/main/CONTRIBUTORS.md) for more information.