We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1b4531 commit 8a144f6Copy full SHA for 8a144f6
sources/academy/sidebars.js
@@ -14,7 +14,7 @@ module.exports = {
14
},
15
{
16
type: 'category',
17
- label: 'AI',
+ label: 'AI agents',
18
collapsible: false,
19
className: 'section-header',
20
items: [
sources/academy/webscraping/scraping_basics_javascript/index.md
@@ -2,6 +2,7 @@
2
title: Web scraping basics for JavaScript devs
3
description: Learn how to develop web scrapers with this comprehensive and practical course. Go from beginner to expert, all in one place.
4
sidebar_position: 1
5
+sidebar_label: Web scraping basics with JS
6
category: web scraping & automation
7
slug: /web-scraping-for-beginners
8
---
0 commit comments