Skip to content

Commit 29a69cc

Browse files
osk2PeterDaveHello
authored andcommitted
zh-TW: Translate docs index (#2593)
1 parent 2026c6a commit 29a69cc

File tree

2 files changed

+47
-1
lines changed

2 files changed

+47
-1
lines changed

locale/zh-tw/docs/index.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
title: 文件
3+
layout: docs.hbs
4+
labels:
5+
lts: LTS
6+
---
7+
8+
# 關於文件
9+
10+
本站提供下列幾種類型的文件:
11+
12+
* API 參考文件
13+
* ES6 功能
14+
* 技術指南
15+
16+
## API 參考文件
17+
18+
[API 參考文件](https://nodejs.org/api/)提供了 Node.js 中的函式或物件的詳細資訊。此文件詳述了一個方法可接受哪些參數、其回傳值及哪些錯誤可能與之關聯,同時也記錄了在哪些 Node.js 版本中可使用此方法。
19+
20+
此文件僅會介紹由 Node.js 官方內建的模組,社群提供的模組則不在此列。
21+
22+
<div class="highlight-box">
23+
24+
### 在找舊版的 API 文件嗎?
25+
26+
* [Node.js 11.x](https://nodejs.org/docs/latest-v11.x/api/)
27+
* [Node.js 10.x](https://nodejs.org/docs/latest-v10.x/api/)
28+
* [Node.js 9.x](https://nodejs.org/docs/latest-v9.x/api/)
29+
* [Node.js 8.x](https://nodejs.org/docs/latest-v8.x/api/)
30+
* [Node.js 7.x](https://nodejs.org/docs/latest-v7.x/api/)
31+
* [Node.js 6.x](https://nodejs.org/docs/latest-v6.x/api/)
32+
* [Node.js 5.x](https://nodejs.org/docs/latest-v5.x/api/)
33+
* [Node.js 4.x](https://nodejs.org/docs/latest-v4.x/api/)
34+
* [Node.js 0.12.x](https://nodejs.org/docs/latest-v0.12.x/api/)
35+
* [Node.js 0.10.x](https://nodejs.org/docs/latest-v0.10.x/api/)
36+
* [所有版本](https://nodejs.org/docs/)
37+
38+
</div>
39+
40+
## ES6 功能
41+
42+
[ES6 章節](/zh-tw/docs/es6/)中介紹了三個 ES6 的特色群組以及 Node.js 預設啟用哪些功能的細節並附上連結。此章節也示範了如何查詢某版 Node.js 中的 V8 版本。
43+
44+
## 技術指南
45+
46+
[技術指南章節](/zh-tw/docs/guides/)中會深入且詳細地說明 Node.js 技術特點及功能。

locale/zh-tw/site.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
},
100100
"guides": {
101101
"link": "docs/guides",
102-
"text": "教學"
102+
"text": "技術指南"
103103
}
104104
},
105105
"getinvolved": {

0 commit comments

Comments
 (0)