Skip to content

Commit 30e25d6

Browse files
committed
Import "Add section about official Ruby Language Documentation"
1 parent 56e537d commit 30e25d6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

ko/documentation/index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ Ruby를 배울 수 있는 매뉴얼과 튜토리얼, 코딩할 때 도움이 되
1616
[Ruby를 브라우저에서 시험해 볼 수도 있지만][1], Ruby를 설치하기 위해서
1717
[설치 설명서](installation/)를 읽어보아도 좋습니다.
1818

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+
1923
### 초보자용 문서
2024

2125
[공식 FAQ](faq/)
@@ -60,7 +64,7 @@ Ruby를 배울 수 있는 매뉴얼과 튜토리얼, 코딩할 때 도움이 되
6064
### 참조
6165

6266
[공식 API 문서][docs-rlo-en]
63-
: 아직 릴리스되지 않은 트렁크를 포함한 여러 Ruby 버전의 공식 API 문서입니다.
67+
: 아직 릴리스되지 않은 트렁크를 포함한 여러 Ruby 버전의 공식 language 문서입니다.
6468

6569
[Ruby C API 레퍼런스][extensions] (영문)
6670
: Ruby의 공식 C API 문서입니다.

0 commit comments

Comments
 (0)