Skip to content

Commit

Permalink
docs: Removed and redirected how-to-install-nodejs to downloads page … (
Browse files Browse the repository at this point in the history
#7283)

* docs: Removed and redirected how-to-install-nodejs to downloads page (#7184)

* docs: Removed i18n keys for issue (#7283)

* docs: added download link to introduction-to-nodejs

* Update apps/site/pages/en/learn/getting-started/introduction-to-nodejs.md

Co-authored-by: Augustin Mauroy <[email protected]>
Signed-off-by: Brian Muenzenmeyer <[email protected]>

---------

Signed-off-by: Brian Muenzenmeyer <[email protected]>
Co-authored-by: Brian Muenzenmeyer <[email protected]>
Co-authored-by: Augustin Mauroy <[email protected]>
  • Loading branch information
3 people authored Dec 20, 2024
1 parent ed481ac commit 53ce0b3
Show file tree
Hide file tree
Showing 12 changed files with 6 additions and 29 deletions.
4 changes: 0 additions & 4 deletions apps/site/navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,6 @@
"link": "/learn/getting-started/introduction-to-nodejs",
"label": "components.navigation.learn.gettingStarted.links.introductionToNodejs"
},
"howToInstallNodejs": {
"link": "/learn/getting-started/how-to-install-nodejs",
"label": "components.navigation.learn.gettingStarted.links.howToInstallNodejs"
},
"howMuchJavascriptDoYouNeedToKnowToUseNodejs": {
"link": "/learn/getting-started/how-much-javascript-do-you-need-to-know-to-use-nodejs",
"label": "components.navigation.learn.gettingStarted.links.howMuchJavascriptDoYouNeedToKnowToUseNodejs"
Expand Down
17 changes: 0 additions & 17 deletions apps/site/pages/en/learn/getting-started/how-to-install-nodejs.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,5 @@ and we close the response, adding the content as an argument to `end()`:
```js
res.end('Hello World\n');
```

If you haven't already done so, [download](https://nodejs.org/en/download) Node.js.
4 changes: 4 additions & 0 deletions apps/site/redirects.json
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,10 @@
{
"source": "/:locale/learn/getting-started/nodejs-with-typescript",
"destination": "/:locale/learn/typescript/introduction"
},
{
"source": "/:locale/learn/getting-started/how-to-install-nodejs",
"destination": "/en/download/package-manager"
}
],
"internal": []
Expand Down
1 change: 0 additions & 1 deletion packages/i18n/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"links": {
"gettingStarted": "Getting Started",
"introductionToNodejs": "Introduction to Node.js",
"howToInstallNodejs": "How to install Node.js",
"howMuchJavascriptDoYouNeedToKnowToUseNodejs": "How much JavaScript do you need to know to use Node.js?",
"differencesBetweenNodejsAndTheBrowser": "Differences between Node.js and the Browser",
"theV8JavascriptEngine": "The V8 JavaScript Engine",
Expand Down
1 change: 0 additions & 1 deletion packages/i18n/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"links": {
"gettingStarted": "Bien démarrer",
"introductionToNodejs": "Introduction à Node.js",
"howToInstallNodejs": "Comment installer Node.js",
"howMuchJavascriptDoYouNeedToKnowToUseNodejs": "À quel point avez-vous besoin de connaître JavaScript pour savoir utiliser Node.js ?",
"differencesBetweenNodejsAndTheBrowser": "Différences entre Node.js et le navigateur",
"theV8JavascriptEngine": "Le moteur JavaScript V8",
Expand Down
1 change: 0 additions & 1 deletion packages/i18n/locales/id.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"links": {
"gettingStarted": "Memulai",
"introductionToNodejs": "Pengantar Node.js",
"howToInstallNodejs": "Instruksi Pemasangan Node.js",
"howMuchJavascriptDoYouNeedToKnowToUseNodejs": "Seberapa banyak JavaScript yang anda perlu tahu untuk menggunakan Node.js?",
"differencesBetweenNodejsAndTheBrowser": "Perbedaan Node.js dengan Browser",
"theV8JavascriptEngine": "V8 JavaScript Engine",
Expand Down
1 change: 0 additions & 1 deletion packages/i18n/locales/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"links": {
"gettingStarted": "Começar",
"introductionToNodejs": "Introdução ao Node.js",
"howToInstallNodejs": "Como instalar o Node.js",
"howMuchJavascriptDoYouNeedToKnowToUseNodejs": "Quanto JavaScript precisas de saber para usar o Node.js?",
"differencesBetweenNodejsAndTheBrowser": "Diferenças entre o Node.js e o Navegador",
"theV8JavascriptEngine": "O Motor de JavaScript V8",
Expand Down
1 change: 0 additions & 1 deletion packages/i18n/locales/tr.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"links": {
"gettingStarted": "Başlarken",
"introductionToNodejs": "Node.js'e Giriş",
"howToInstallNodejs": "Node.js nasıl kurulur",
"howMuchJavascriptDoYouNeedToKnowToUseNodejs": "Node.js kullanabilmek için ne kadar JavaScript bilmelisiniz?",
"differencesBetweenNodejsAndTheBrowser": "Node.js ile Tarayıcı Arasındaki Farklar",
"theV8JavascriptEngine": "V8 JavaScript Motoru",
Expand Down
1 change: 0 additions & 1 deletion packages/i18n/locales/uk.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"links": {
"gettingStarted": "Початок роботи",
"introductionToNodejs": "Вступ до Node.js",
"howToInstallNodejs": "Як установити Node.js",
"howMuchJavascriptDoYouNeedToKnowToUseNodejs": "Як добре треба знати JavaScript, щоб використовувати Node.js?",
"differencesBetweenNodejsAndTheBrowser": "Різниця між Node.js і браузером",
"theV8JavascriptEngine": "Рушій JavaScript V8",
Expand Down
1 change: 0 additions & 1 deletion packages/i18n/locales/zh-cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"links": {
"gettingStarted": "快速上手",
"introductionToNodejs": "Node.js 介绍",
"howToInstallNodejs": "如何安装 Node.js",
"howMuchJavascriptDoYouNeedToKnowToUseNodejs": "使用Node.js需要了解多少JavaScript?",
"differencesBetweenNodejsAndTheBrowser": "Node.js 与浏览器的区别",
"theV8JavascriptEngine": "JavaScript V8 引擎",
Expand Down
1 change: 0 additions & 1 deletion packages/i18n/locales/zh-tw.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"links": {
"gettingStarted": "開始入門",
"introductionToNodejs": "Node.js 介紹",
"howToInstallNodejs": "如何安裝 Node.js",
"howMuchJavascriptDoYouNeedToKnowToUseNodejs": "使用 Node.js 前,需要掌握多少 JavaScript 知識?",
"differencesBetweenNodejsAndTheBrowser": "Node.js 與瀏覽器的差別",
"theV8JavascriptEngine": "JavaScript V8 引擎",
Expand Down

0 comments on commit 53ce0b3

Please sign in to comment.