Skip to content

Commit dbbda9f

Browse files
committed
refactor: use implicit titles, drop anchor overrides
Discussed at #1017 (comment)
1 parent e032e58 commit dbbda9f

File tree

5 files changed

+0
-10
lines changed

5 files changed

+0
-10
lines changed

sources/academy/webscraping/web_scraping_for_beginners/data_extraction/browser_devtools.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ sidebar_position: 1
55
slug: /web-scraping-for-beginners/data-extraction/browser-devtools
66
---
77

8-
# Starting with browser DevTools {#devtools}
9-
108
**Learn about browser DevTools, a valuable tool in the world of web scraping, and how you can use them to extract data from a website.**
119

1210
---

sources/academy/webscraping/web_scraping_for_beginners/data_extraction/devtools_continued.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ sidebar_position: 3
55
slug: /web-scraping-for-beginners/data-extraction/devtools-continued
66
---
77

8-
# Extracting data with DevTools {#finish-devtools}
9-
108
**Continue learning how to extract data from a website using browser DevTools, CSS selectors, and JavaScript via the DevTools console.**
119

1210
---

sources/academy/webscraping/web_scraping_for_beginners/data_extraction/node_continued.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ sidebar_position: 7
55
slug: /web-scraping-for-beginners/data-extraction/node-continued
66
---
77

8-
# Extracting data with Node.js {#finish-scraper}
9-
108
**Continue learning how to create a web scraper with Node.js and Cheerio. Learn how to parse HTML and print the results of the data your scraper has collected.**
119

1210
---

sources/academy/webscraping/web_scraping_for_beginners/data_extraction/node_js_scraper.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ sidebar_position: 6
55
slug: /web-scraping-for-beginners/data-extraction/node-js-scraper
66
---
77

8-
# Scraping with Node.js {#first-scraper}
9-
108
**Learn how to use JavaScript and Node.js to create a web scraper, plus take advantage of the Cheerio and Got-scraping libraries to make your job easier.**
119

1210
---

sources/academy/webscraping/web_scraping_for_beginners/data_extraction/using_devtools.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ sidebar_position: 2
55
slug: /web-scraping-for-beginners/data-extraction/using-devtools
66
---
77

8-
# Finding elements with DevTools {#devtools-data-extraction}
9-
108
**Learn how to use browser DevTools, CSS selectors, and JavaScript via the DevTools console to extract data from a website.**
119

1210
---

0 commit comments

Comments
 (0)