Skip to content

Commit 119ef14

Browse files
committed
feat: be more descriptive with chapter titles
Fix #949
1 parent 5e27a2b commit 119ef14

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: Browser DevTools - I
2+
title: Starting with browser DevTools
33
description: 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.
44
sidebar_position: 1
55
slug: /web-scraping-for-beginners/data-extraction/browser-devtools
66
---
77

8-
# Browser DevTools {#devtools}
8+
# Starting with browser DevTools {#devtools}
99

1010
**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.**
1111

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: Browser DevTools - III
2+
title: Extracting data with DevTools
33
description: Continue learning how to extract data from a website using browser DevTools, CSS selectors, and JavaScript via the DevTools console.
44
sidebar_position: 3
55
slug: /web-scraping-for-beginners/data-extraction/devtools-continued
66
---
77

8-
# Finish with DevTools {#finish-devtools}
8+
# Extracting data with DevTools {#finish-devtools}
99

1010
**Continue learning how to extract data from a website using browser DevTools, CSS selectors, and JavaScript via the DevTools console.**
1111

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: Node.js scraper - II
2+
title: Extracting data with Node.js
33
description: 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.
44
sidebar_position: 7
55
slug: /web-scraping-for-beginners/data-extraction/node-continued
66
---
77

8-
# Finish Node.js scraper {#finish-scraper}
8+
# Extracting data with Node.js {#finish-scraper}
99

1010
**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.**
1111

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: Node.js scraper - I
2+
title: Scraping with Node.js
33
description: 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.
44
sidebar_position: 6
55
slug: /web-scraping-for-beginners/data-extraction/node-js-scraper
66
---
77

8-
# First Node.js scraper {#first-scraper}
8+
# Scraping with Node.js {#first-scraper}
99

1010
**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.**
1111

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: Browser DevTools - II
2+
title: Finding elements with DevTools
33
description: Learn how to use browser DevTools, CSS selectors, and JavaScript via the DevTools console to extract data from a website.
44
sidebar_position: 2
55
slug: /web-scraping-for-beginners/data-extraction/using-devtools
66
---
77

8-
# Data extraction with DevTools {#devtools-data-extraction}
8+
# Finding elements with DevTools {#devtools-data-extraction}
99

1010
**Learn how to use browser DevTools, CSS selectors, and JavaScript via the DevTools console to extract data from a website.**
1111

0 commit comments

Comments
 (0)