Skip to content

Commit 9e74f30

Browse files
fix: remove old stuff from navigation
1 parent 3a90cdb commit 9e74f30

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

apps/site/i18n/locales/en.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
"anIntroductionToTheNpmPackageManager": "An introduction to the npm package manager",
3636
"ecmascript2015Es6AndBeyond": "ECMAScript 2015 (ES6) and beyond",
3737
"nodejsTheDifferenceBetweenDevelopmentAndProduction": "Node.js, the difference between development and production",
38-
"nodejsWithTypescript": "Node.js with TypeScript",
3938
"nodejsWithWebassembly": "Node.js with WebAssembly",
4039
"debugging": "Debugging Node.js",
4140
"profiling": "Profiling Node.js Applications",

apps/site/navigation.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,6 @@
163163
"link": "/learn/getting-started/nodejs-the-difference-between-development-and-production",
164164
"label": "components.navigation.learn.gettingStarted.links.nodejsTheDifferenceBetweenDevelopmentAndProduction"
165165
},
166-
"nodejsWithTypescript": {
167-
"link": "/learn/getting-started/nodejs-with-typescript",
168-
"label": "components.navigation.learn.gettingStarted.links.nodejsWithTypescript"
169-
},
170166
"nodejsWithWebassembly": {
171167
"link": "/learn/getting-started/nodejs-with-webassembly",
172168
"label": "components.navigation.learn.gettingStarted.links.nodejsWithWebassembly"

0 commit comments

Comments
 (0)