Skip to content

Commit aada54c

Browse files
sotayamashitafhemberger
authored andcommitted
remove FAQ (#1254)
1 parent 83485c5 commit aada54c

File tree

17 files changed

+1
-172
lines changed

17 files changed

+1
-172
lines changed

locale/ca/site.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,6 @@
8080
"link": "docs/es6",
8181
"text": "ES6 i més enllà"
8282
},
83-
"faq": {
84-
"link": "docs/faq",
85-
"text": "FAQ"
86-
},
8783
"inspector": {
8884
"link": "docs/inspector",
8985
"text": "Inspector"
@@ -174,4 +170,4 @@
174170
"changelog": "Canvis"
175171
}
176172
}
177-
}
173+
}

locale/de/docs/index.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ Auf dieser Webseite gibt es verschiedene Arten von Dokumentationen:
1111

1212
* API-Referenz
1313
* ES6 Funktionalitäten
14-
* FAQ - Häufig gefragt
1514
* Anleitungen
1615

1716
### API-Referenz
@@ -44,12 +43,6 @@ standardmäßig in Node.js eingeschaltet sind. Zudem gibt es Links zu weiteren
4443
Erklärungen. Dort finden sich auch Informationen, welche Version von V8 in
4544
welcher Node.js-Version enthalten ist.
4645

47-
### FAQ - Häufig gefragt
48-
49-
Der [FAQ-Bereich](/en/docs/faq/) beschreibt, wie man an Node.js mitwirken kann,
50-
den Verhaltenskodex und das Governance-Modell, wie man über GitHub und IRC Kontakt
51-
aufnehmen kann und wie man helfen kann Fehler ausfindig zu machen.
52-
5346
### Anleitungen
5447

5548
Unter Anleitungen finden sich ausführliche Artikel über technische

locale/de/site.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,6 @@
7676
"link": "docs/es6",
7777
"text": "ES6 und darüber hinaus"
7878
},
79-
"faq": {
80-
"link": "docs/faq",
81-
"text": "FAQ"
82-
},
8379
"api-lts": {
8480
"link": "/dist/latest-%ver-major%/docs/api",
8581
"subtext": "LTS",

locale/es/docs/index.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ Existen tres tipos de documentación disponible en este sitio:
1111

1212
* Referencia de la API
1313
* Características de ES6
14-
* Preguntas frecuentes
1514

1615
### Referencia de la API
1716

@@ -38,8 +37,3 @@ También describe los módulos incluidos que proporciona Node.js, mas no documen
3837
La [sección de ES6](/en/docs/es6/) describe el árbol de los grupos de las características de ES6, y detalla qué
3938
características están activadas por defecto en Node.js, junto con enlaces explicativos. También muestra cómo encontrar
4039
qué versión de V8 usa una versión particular de Node.js.
41-
42-
### Preguntas frecuentes
43-
44-
Las [Preguntas frecuentes](/en/docs/faq/) cubren cómo todos pueden contribuir a Node.js, nuestro código de conducta y el
45-
modelo de gobierno, cómo contactarse en GitHub y IRC y cómo ayudar con el triaje de errores.

locale/es/site.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,6 @@
7676
"link": "docs/es6",
7777
"text": "ES6 y más allá"
7878
},
79-
"faq": {
80-
"link": "docs/faq",
81-
"text": "FAQ"
82-
},
8379
"api-lts": {
8480
"link": "/dist/latest-%ver-major%/docs/api",
8581
"subtext": "LTS",

locale/gl/site.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,6 @@
8181
"link": "docs/es6",
8282
"text": "ES6 e máis aló"
8383
},
84-
"faq": {
85-
"link": "docs/faq",
86-
"text": "FAQ"
87-
},
8884
"api-lts": {
8985
"link": "/dist/latest-%ver-major%/docs/api",
9086
"subtext": "LTS",

locale/it/site.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,6 @@
7474
"link": "docs/es6",
7575
"text": "ES6 e oltre"
7676
},
77-
"faq": {
78-
"link": "docs/faq",
79-
"text": "FAQ"
80-
},
8177
"api-lts": {
8278
"link": "/dist/latest-%ver-major%/docs/api",
8379
"subtext": "LTS",

locale/ja/docs/faq.mdown

Lines changed: 0 additions & 27 deletions
This file was deleted.

locale/ja/docs/index.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ labels:
1616
<!-- * Frequently asked questions -->
1717
* API リファレンス
1818
* ES6 の機能
19-
* よくある質問
2019

2120
<!-- ### API Reference Documentation -->
2221
### API リファレンス
@@ -46,10 +45,3 @@ labels:
4645

4746
<!-- The [ES6 section](/en/docs/es6/) describes the three ES6 feature groups, and details which features are enabled by default in Node.js, alongside explanatory links. It also shows how to find version of V8 shipped with a particular Node.js release. -->
4847
[ES6 のセクション](/en/docs/es6/) では、ES6 の3つの機能について説明しており、それぞれの機能ごとのリンクと一緒に Node.js の標準で有効化されているかについて書いてあります。また、リリースされた Node.js のバージョンごとに組み込まれている V8 のバージョンを知るのにも利用することができます。
49-
50-
<!-- ### Frequently Asked Questions -->
51-
### よくある質問
52-
53-
<!-- The [FAQ](/en/docs/faq/) covers how everyone can contribute to Node.js, our code of conduct and governance model, how to get in touch on GitHub and IRC, and how to help out with triaging issues. -->
54-
[よくある質問](/en/docs/faq) では、どなたでも参加ができる Node.js への貢献の仕方、行動規範、ガバナンス体制、GitHub や IRC でのやり取りの方法、不具合の修正の仕方などについて網羅しています。
55-

locale/ja/site.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,6 @@
7676
"link": "docs/es6",
7777
"text": "ES6 について"
7878
},
79-
"faq": {
80-
"link": "docs/faq",
81-
"text": "よくある質問"
82-
},
8379
"api-lts": {
8480
"link": "/dist/latest-%ver-major%/docs/api",
8581
"subtext": "LTS",

0 commit comments

Comments
 (0)