File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
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 : [
You can’t perform that action at this time.
0 commit comments