File tree Expand file tree Collapse file tree 5 files changed +10
-7
lines changed
scraping_basics_javascript2
scraping_basics_javascript Expand file tree Collapse file tree 5 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff 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 : [
@@ -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 : [
Original file line number Diff line number Diff line change 22title : Web scraping basics for JavaScript devs
33description : Learn how to develop web scrapers with this comprehensive and practical course. Go from beginner to expert, all in one place.
44sidebar_position : 1
5- category : web scraping & automation
5+ sidebar_label : Web scraping basics with JS
6+ category : web scraping
67slug : /web-scraping-for-beginners
78---
89
Original file line number Diff line number Diff line change 22title : Web scraping basics for JavaScript devs
33description : Learn how to use JavaScript to extract information from websites in this practical course, starting from the absolute basics.
44sidebar_position : 1.5
5- category : web scraping & automation
5+ sidebar_label : Web scraping basics with JS
6+ category : web scraping
67slug : /scraping-basics-javascript2
78unlisted : true
89---
Original file line number Diff line number Diff line change 22title : Web scraping basics for Python devs
33description : Learn how to use Python to extract information from websites in this practical course, starting from the absolute basics.
44sidebar_position : 2
5- category : web scraping & automation
5+ sidebar_label : Web scraping basics with Python
6+ category : web scraping
67slug : /scraping-basics-python
78---
89
You can’t perform that action at this time.
0 commit comments