fix(curriculum): add missing intro (#64704)

This commit is contained in:
majestic-owl448
2025-12-17 17:55:22 +01:00
committed by GitHub
parent 0fd59e57c1
commit df3add27db

View File

@@ -1846,7 +1846,7 @@
"git": "Git", "git": "Git",
"review-relational-databases": "Relational Databases Review", "review-relational-databases": "Relational Databases Review",
"exam-relational-databases": "Relational Databases Exam", "exam-relational-databases": "Relational Databases Exam",
"introduction-to-nodejs": "Introduction to Node.js",
"nodejs-core-libraries": "Node.js Core Libraries", "nodejs-core-libraries": "Node.js Core Libraries",
"node-package-manager": "Node Package Manager", "node-package-manager": "Node Package Manager",
"http-and-the-web-standards-model": "HTTP and the Web Standards Model", "http-and-the-web-standards-model": "HTTP and the Web Standards Model",
@@ -7362,6 +7362,7 @@
"back-end-development-and-apis-certification-exam": "Back End Development and APIs Certification Exam" "back-end-development-and-apis-certification-exam": "Back End Development and APIs Certification Exam"
}, },
"modules": { "modules": {
"introduction-to-nodejs": "Introduction to Node.js",
"nodejs-core-modules": "Node.js Core Modules", "nodejs-core-modules": "Node.js Core Modules",
"node-package-manager": "Node Package Manager", "node-package-manager": "Node Package Manager",
"http-and-the-web-standards-model": "HTTP and the Web Standards Model", "http-and-the-web-standards-model": "HTTP and the Web Standards Model",
@@ -7377,6 +7378,12 @@
"back-end-development-and-apis-certification-exam": "Back End Development and APIs Certification Exam" "back-end-development-and-apis-certification-exam": "Back End Development and APIs Certification Exam"
}, },
"module-intros": { "module-intros": {
"introduction-to-nodejs": {
"note": "Coming Late 2026",
"intro": [
"In this module, you will learn the basics of working with Node.js."
]
},
"nodejs-core-modules": { "nodejs-core-modules": {
"note": "Coming Late 2026", "note": "Coming Late 2026",
"intro": [ "intro": [