Skip to content

Commit 9410fdf

Browse files
authored
docs: update menu items
1 parent 9651b98 commit 9410fdf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

sources/academy/homepage_content.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"Beginner courses": [
33
{
4-
"title": "Web scraping basics for JavaScript devs",
4+
"title": "Web scraping basics with JS",
55
"link": "/academy/web-scraping-for-beginners",
66
"description": "Learn how to use JavaScript to extract information from websites in this practical course, starting from the absolute basics.",
77
"imageUrl": "/img/academy/intro.svg"
88
},
99
{
10-
"title": "Web scraping basics for Python devs",
10+
"title": "Web scraping basics with Python",
1111
"link": "/academy/scraping-basics-python",
1212
"description": "Learn how to use Python to extract information from websites in this practical course, starting from the absolute basics.",
1313
"imageUrl": "/img/academy/intro.svg"

sources/academy/sidebars.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module.exports = {
22
courses: [
33
{
44
type: 'category',
5-
label: 'Web scraping & Automation',
5+
label: 'Web scraping',
66
collapsible: false,
77
className: 'section-header',
88
items: [

0 commit comments

Comments
 (0)