Skip to content

Commit 7a0e41b

Browse files
bugtenderJuanitoFatas
authored andcommitted
Update translation of Documentation (zh_tw)
1 parent 6900c10 commit 7a0e41b

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

zh_tw/documentation/index.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,14 @@ lang: zh_tw
77
當想要寫 Ruby 程式時,這裡是一些可以幫上忙的入門教學、學習手冊和參考文件:
88
{: .summary}
99

10+
### 安裝 Ruby
11+
12+
儘管可以輕鬆的[在瀏覽器試玩 Ruby ][1],你還是可以閱讀[安裝指南](installation/)來幫助你安裝 Ruby。
13+
1014
### 入門
1115

12-
[試玩 Ruby!][1]
13-
: 針對新手的互動式教學。讓你可以在瀏覽器中試玩 Ruby,體驗用 Ruby 寫程式的感受
16+
[官方 FAQ](/en/documentation/faq/)
17+
: 官方常見問題與解答
1418

1519
[Ruby Koans][2]
1620
: Ruby Koans 導引你走上學習 Ruby 的啟蒙之路。可以學到 Ruby 語言、語法、結構、常用函數與函式庫。
@@ -20,12 +24,6 @@ lang: zh_tw
2024
: 非比尋常但玩味無窮的書,透過故事、幽默與漫畫來教會你 Ruby。由 *why the lucky
2125
stiff* 創作,本書是學習 Ruby 的經典大作。
2226

23-
[二十分鐘 Ruby 體驗](/zh_tw/documentation/quickstart/)
24-
: 一份不錯的 Ruby 入門體驗,從開始到結束應該不花你二十分鐘。
25-
26-
[從其他語言到 Ruby](/zh_tw/documentation/ruby-from-other-languages/)
27-
: 已經熟悉其他程式語言? 不論是 C、C++、Java、Perl、PHP 或是 Python,這裡都有介紹!
28-
2927
[Learning Ruby][6]
3028
: 蒐集了許多 Ruby 上手的經驗談,紮實的介紹了 Ruby 的概念與如何建構 Ruby 程式。
3129

@@ -51,12 +49,18 @@ lang: zh_tw
5149

5250
### 參考文件
5351

52+
[Official API Documentation][40]
53+
: 各種版本的 Ruby 官方 API 文件,包含當前未釋出的版本(trunk)。
54+
5455
[Ruby Core Reference][13]
5556
: 直接從原始碼拉出來的 [RDoc][14] 文件,包括所有的核心類別和模組(例如 String、Array、Symbol 等)。
5657

5758
[Ruby Standard Library Reference][15]
5859
: 也是從從原始碼拉出來的 RDoc 文件,記載了 Ruby 的標準函式庫。
5960

61+
[Ruby C API Reference][extensions]
62+
: 官方 Ruby 的 C API 介紹文件,有助於你撰寫 C 擴充程式或是貢獻到 Ruby 的開發。
63+
6064
[RubyDoc.info][16]
6165
: 一站式站點,擁有 RubyGems 與 GitHub 上托管的 Ruby 專案的文件。
6266

@@ -115,6 +119,7 @@ lang: zh_tw
115119
[13]: http://www.ruby-doc.org/core
116120
[14]: https://ruby.github.io/rdoc/
117121
[15]: http://www.ruby-doc.org/stdlib
122+
[extensions]: https://docs.ruby-lang.org/en/trunk/extension_rdoc.html
118123
[16]: http://www.rubydoc.info/
119124
[17]: http://rubydocs.org/
120125
[18]: http://apidock.com/
@@ -139,6 +144,7 @@ lang: zh_tw
139144
[37]: http://www.sublimetext.com/
140145
[38]: http://ruby.learncodethehardway.org/
141146
[39]: http://kapeli.com/dash
147+
[40]: https://docs.ruby-lang.org/en/
142148
[atom]: https://atom.io/
143149

144150
[rubytw]: http://ruby.tw

0 commit comments

Comments
 (0)