File tree Expand file tree Collapse file tree 10 files changed +16
-16
lines changed
ja/docusaurus-plugin-content-docs/current/getting-started
ko/docusaurus-plugin-content-docs/current/getting-started Expand file tree Collapse file tree 10 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -153,5 +153,5 @@ sudo dnf groupinstall "Development Tools"
153153Now that T-Ruby is installed, let's write some code:
154154
155155- [ Quick Start] ( /docs/getting-started/quick-start ) - Get running in 5 minutes
156- - [ Your First .trb File ] ( /docs/getting-started/first -trb-file ) - A detailed walkthrough
156+ - [ Understanding .trb Files ] ( /docs/getting-started/understanding -trb-files ) - A detailed walkthrough
157157- [ Editor Setup] ( /docs/getting-started/editor-setup ) - Configure your IDE
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ Here's a summary of the commands you'll use most:
142142
143143You've written and compiled your first T-Ruby code! Here's where to go next:
144144
145- 1 . ** [ Your First .trb File ] ( /docs/getting-started/first -trb-file ) ** - A deeper dive into T-Ruby files
145+ 1 . ** [ Understanding .trb Files ] ( /docs/getting-started/understanding -trb-files ) ** - A deeper dive into T-Ruby files
1461462 . ** [ Editor Setup] ( /docs/getting-started/editor-setup ) ** - Get syntax highlighting and autocomplete
1471473 . ** [ Basic Types] ( /docs/learn/basics/basic-types ) ** - Learn the type system
148148
Original file line number Diff line number Diff line change 11---
22sidebar_position : 3
3- title : Your First .trb File
4- description : Create and compile your first T-Ruby file
3+ title : Understanding .trb Files
4+ description : Learn how T-Ruby files work
55---
66
77<DocsBadge />
88
99
10- # Your First .trb File
10+ # Understanding .trb Files
1111
1212This guide takes you through creating a T-Ruby file step by step, explaining each concept as we go.
1313
Original file line number Diff line number Diff line change @@ -153,5 +153,5 @@ sudo dnf groupinstall "Development Tools"
153153T-Rubyがインストールされたので、コードを書いてみましょう:
154154
155155- [ クイックスタート] ( /docs/getting-started/quick-start ) - 5分で始める
156- - [ 最初の.trbファイル ] ( /docs/getting-started/first -trb-file ) - 詳細なガイド
156+ - [ .trbファイルを理解する ] ( /docs/getting-started/understanding -trb-files ) - 詳細なガイド
157157- [ エディタ設定] ( /docs/getting-started/editor-setup ) - IDEの設定
Original file line number Diff line number Diff line change 149149
150150おめでとうございます!T-Rubyの基本を学びました。さらに詳しく学ぶには:
151151
152- - [ 最初の.trbファイル ] ( /docs/getting-started/first -trb-file ) - 詳細な最初のファイルガイド
152+ - [ .trbファイルを理解する ] ( /docs/getting-started/understanding -trb-files ) - 詳細な最初のファイルガイド
153153- [ エディタ設定] ( /docs/getting-started/editor-setup ) - VS Codeなどのエディタ設定
154154- [ 基本構文] ( /docs/learn/basics/type-annotations ) - T-Ruby構文を詳しく学ぶ
Original file line number Diff line number Diff line change 11---
22sidebar_position : 3
3- title : 最初の.trbファイル
4- description : 最初のT-Rubyファイルの作成とコンパイル
3+ title : .trbファイルを理解する
4+ description : T-Rubyファイルの仕組みを学ぶ
55---
66
77<DocsBadge />
88
99
10- # 最初の.trbファイル
10+ # .trbファイルを理解する
1111
1212このガイドでは、T-Rubyファイルをステップバイステップで作成しながら、各概念を説明します。
1313
Original file line number Diff line number Diff line change @@ -153,5 +153,5 @@ sudo dnf groupinstall "Development Tools"
153153T-Ruby가 설치되었으니, 이제 코드를 작성해봅시다:
154154
155155- [ 빠른 시작] ( /docs/getting-started/quick-start ) - 5분 만에 시작하기
156- - [ 첫 번째 .trb 파일] ( /docs/getting-started/first -trb-file ) - 상세한 안내
156+ - [ .trb 파일 이해하기 ] ( /docs/getting-started/understanding -trb-files ) - 상세한 안내
157157- [ 에디터 설정] ( /docs/getting-started/editor-setup ) - IDE 설정
Original file line number Diff line number Diff line change 157157
158158축하합니다! T-Ruby의 기본을 배웠습니다. 더 자세히 알아보려면:
159159
160- - [ 첫 번째 .trb 파일] ( /docs/getting-started/first -trb-file ) - 상세한 첫 파일 가이드
160+ - [ .trb 파일 이해하기 ] ( /docs/getting-started/understanding -trb-files ) - 상세한 첫 파일 가이드
161161- [ 에디터 설정] ( /docs/getting-started/editor-setup ) - VS Code 등 에디터 설정
162162- [ 기본 문법] ( /docs/learn/basics/type-annotations ) - T-Ruby 문법 자세히 배우기
Original file line number Diff line number Diff line change 11---
22sidebar_position : 3
3- title : 첫 번째 .trb 파일
4- description : 첫 번째 T-Ruby 파일 생성 및 컴파일
3+ title : .trb 파일 이해하기
4+ description : T-Ruby 파일의 작동 방식 알아보기
55---
66
77<DocsBadge />
88
99
10- # 첫 번째 .trb 파일
10+ # .trb 파일 이해하기
1111
1212이 가이드는 T-Ruby 파일을 단계별로 생성하면서 각 개념을 설명합니다.
1313
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ const sidebars: SidebarsConfig = {
1919 items : [
2020 'getting-started/installation' ,
2121 'getting-started/quick-start' ,
22- 'getting-started/first -trb-file ' ,
22+ 'getting-started/understanding -trb-files ' ,
2323 'getting-started/editor-setup' ,
2424 'getting-started/project-configuration' ,
2525 ] ,
You can’t perform that action at this time.
0 commit comments