use case docs reorder (#10074)

This commit is contained in:
Bagatur
2023-09-05 15:11:16 -07:00
committed by GitHub
parent 334bd8ebbe
commit c732d8fffd
5 changed files with 1 additions and 13 deletions
@@ -0,0 +1 @@
position: 0
@@ -1,7 +1,3 @@
---
sidebar_position: 3
---
# Web Scraping
Web scraping has historically been a challenging endeavor due to the ever-changing nature of website structures, making it tedious for developers to maintain their scraping scripts. Traditional methods often rely on specific HTML tags and patterns which, when altered, can disrupt data extraction processes.