Skip to content

Commit 8a144f6

Browse files
authored
expand AI to AI agents, fix old course label
1 parent a1b4531 commit 8a144f6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

sources/academy/sidebars.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module.exports = {
1414
},
1515
{
1616
type: 'category',
17-
label: 'AI',
17+
label: 'AI agents',
1818
collapsible: false,
1919
className: 'section-header',
2020
items: [

sources/academy/webscraping/scraping_basics_javascript/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Web scraping basics for JavaScript devs
33
description: Learn how to develop web scrapers with this comprehensive and practical course. Go from beginner to expert, all in one place.
44
sidebar_position: 1
5+
sidebar_label: Web scraping basics with JS
56
category: web scraping & automation
67
slug: /web-scraping-for-beginners
78
---

0 commit comments

Comments
 (0)