Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Removed and redirected how-to-install-nodejs to downloads page … #7283

Merged
merged 4 commits into from
Dec 20, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions apps/site/navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,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"
AugustinMauroy marked this conversation as resolved.
Show resolved Hide resolved
},
"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

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');
```

[Download node.js](https://nodejs.org/en/download/package-manager)
bmuenzenmeyer marked this conversation as resolved.
Show resolved Hide resolved
4 changes: 4 additions & 0 deletions apps/site/redirects.json
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,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 @@ -29,7 +29,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 @@ -28,7 +28,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 @@ -28,7 +28,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 @@ -28,7 +28,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
Loading