Skip to content

Commit 67bccb8

Browse files
authored
Merge pull request #393 from apify/fix-nums
Fix numbering
2 parents d463504 + 74d0579 commit 67bccb8

16 files changed

+16
-16
lines changed

content/academy/anti_scraping/mitigation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Mitigation
33
description: After learning about the various different anti-scraping techniques websites use, learn how to mitigate them with a few different techniques.
4-
menuWeight: 4.2
4+
menuWeight: 3.2
55
paths:
66
- anti-scraping/mitigation
77
---

content/academy/anti_scraping/techniques.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Anti-scraping techniques
33
description: Understand the various common (and obscure) anti-scraping techniques used by websites to prevent bots from accessing their content.
4-
menuWeight: 4.1
4+
menuWeight: 3.1
55
paths:
66
- anti-scraping/techniques
77
---

content/academy/api_scraping/general_api_scraping.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: General API scraping
33
description: Learn the benefits and drawbacks of API scraping, how to locate an API, how to utilize its features, and how to work around common roadblocks.
4-
menuWeight: 2.1
4+
menuWeight: 4.1
55
paths:
66
- api-scraping/general-api-scraping
77
---

content/academy/api_scraping/graphql_scraping.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: GraphQL scraping
33
description: Dig into the topic of scraping APIs which use the latest and greatest API technology - GraphQL. GraphQL APIs are very different from regular REST APIs.
4-
menuWeight: 2.2
4+
menuWeight: 4.2
55
paths:
66
- api-scraping/graphql-scraping
77
---

content/academy/puppeteer_playwright/browser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: I - Launching a browser
33
description: Understand what the Browser object is in Puppeteer/Playwright, how to create one, and a bit about how to interact with one.
4-
menuWeight: 7.1
4+
menuWeight: 2.1
55
paths:
66
- puppeteer-playwright/browser
77
---

content/academy/puppeteer_playwright/browser_contexts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: VI - Creating multiple browser contexts
33
description: Learn what a browser context is, how to create one, how to emulate devices, and how to use browser contexts to automate multiple sessions at one time.
4-
menuWeight: 7.6
4+
menuWeight: 2.6
55
paths:
66
- puppeteer-playwright/browser-contexts
77
---

content/academy/puppeteer_playwright/executing_scripts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: III - Executing scripts
33
description: Understand the two different contexts which your code can be run in, and how to run custom scripts in the context of the browser.
4-
menuWeight: 7.3
4+
menuWeight: 2.3
55
paths:
66
- puppeteer-playwright/executing-scripts
77
---

content/academy/puppeteer_playwright/page.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: II - Opening & controlling a page
33
description: Learn how to create and open a Page with a Browser, and how to use it to visit and programmatically interact with a website.
4-
menuWeight: 7.2
4+
menuWeight: 2.2
55
paths:
66
- puppeteer-playwright/page
77
---

content/academy/puppeteer_playwright/proxies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: V - Using proxies
33
description: Understand how to use proxies in your Puppeteer and Playwright requests, as well as a couple of the most common use cases for proxies.
4-
menuWeight: 7.5
4+
menuWeight: 2.5
55
paths:
66
- puppeteer-playwright/proxies
77
---

content/academy/puppeteer_playwright/reading_intercepting_requests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: IV - Reading & intercepting requests
33
description: You can use DevTools, but did you know that you can do all the same stuff (plus more) programmatically? Read and intercept requests in Puppeteer/Playwright.
4-
menuWeight: 7.4
4+
menuWeight: 2.4
55
paths:
66
- puppeteer-playwright/reading-intercepting-requests
77
---

0 commit comments

Comments
 (0)