Skip to content

Commit 9e5dcc3

Browse files
committed
small reorder
1 parent 9d68933 commit 9e5dcc3

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

content/academy/api_scraping.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: API scraping
33
description: Learn all about how the professionals scrape various types of APIs with various configurations, parameters, and requirements.
4-
menuWeight: 2
4+
menuWeight: 4
55
category: courses
66
paths:
7-
- api-scraping
7+
- api-scraping
88
---
99

1010
# API scraping
@@ -56,6 +56,7 @@ Many APIs will require the session cookie, an API key, or some other special val
5656
For complex APIs that require certain headers and/or payloads in order to make a successful request, return encoded data, have rate limits, or that use modern technologies such as GraphQL, there can be a slight overhead in figuring out how to utilize them in a scraper.
5757

5858
<!-- These will be articles in the future -->
59+
5960
## [](#extra-challenges) Extra challenges
6061

6162
### 1. Different data formats

content/academy/apify_platform.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Apify platform
3-
description: Learn all about the Apify platform, all of the tools it offers, and how it can improve your overall developement experience.
4-
menuWeight: 4
3+
description: Learn all about the Apify platform, all of the tools it offers, and how it can improve your overall development experience.
4+
menuWeight: 5
55
category: courses
66
paths:
77
- apify-platform

content/academy/expert_scraping_with_apify.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Expert scraping with Apify
33
description: After learning the basics of actors, learn to develop pro-level scrapers on the Apify platform with this advanced course.
4-
menuWeight: 5
4+
menuWeight: 6
55
category: courses
66
paths:
77
- expert-scraping-with-apify

content/academy/puppeteer_playwright.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Puppeteer & Playwright
33
description: Learn in-depth how to use two of the most popular Node.js libraries for controlling a headless browser - Puppeteer and Playwright.
4-
menuWeight: 6
4+
menuWeight: 2
55
category: courses
66
paths:
77
- puppeteer-playwright

0 commit comments

Comments
 (0)