You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ko/documentation/index.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,10 @@ Ruby를 배울 수 있는 매뉴얼과 튜토리얼, 코딩할 때 도움이 되
16
16
[Ruby를 브라우저에서 시험해 볼 수도 있지만][1], Ruby를 설치하기 위해서
17
17
[설치 설명서](installation/)를 읽어보아도 좋습니다.
18
18
19
+
### Ruby Language Documentation
20
+
21
+
The authoritative Ruby language documentation at [docs.ruby-lang.org][docs-rlo-en] is the place to start if you want to understand Ruby. It covers all aspects of the language and should be the first place you look when learning or referencing Ruby programming language. Other resources listed below are complementary to the official language documentation or they present Ruby documentation in a different format/style/flavor.
22
+
19
23
### 초보자용 문서
20
24
21
25
[공식 FAQ](faq/)
@@ -60,7 +64,7 @@ Ruby를 배울 수 있는 매뉴얼과 튜토리얼, 코딩할 때 도움이 되
60
64
### 참조
61
65
62
66
[공식 API 문서][docs-rlo-en]
63
-
: 아직 릴리스되지 않은 트렁크를 포함한 여러 Ruby 버전의 공식 API 문서입니다.
67
+
: 아직 릴리스되지 않은 트렁크를 포함한 여러 Ruby 버전의 공식 language 문서입니다.
0 commit comments