Skip to content

Commit 94c661a

Browse files
committed
docs: rename first-trb-file to understanding-trb-files
Change document title and filename across all languages: - EN: "Your First .trb File" → "Understanding .trb Files" - KO: "첫 번째 .trb 파일" → ".trb 파일 이해하기" - JA: "最初の.trbファイル" → ".trbファイルを理解する"
1 parent b4979c2 commit 94c661a

File tree

10 files changed

+16
-16
lines changed

10 files changed

+16
-16
lines changed

docs/getting-started/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,5 +153,5 @@ sudo dnf groupinstall "Development Tools"
153153
Now 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

docs/getting-started/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Here's a summary of the commands you'll use most:
142142

143143
You'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
146146
2. **[Editor Setup](/docs/getting-started/editor-setup)** - Get syntax highlighting and autocomplete
147147
3. **[Basic Types](/docs/learn/basics/basic-types)** - Learn the type system
148148

docs/getting-started/first-trb-file.md renamed to docs/getting-started/understanding-trb-files.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
sidebar_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

1212
This guide takes you through creating a T-Ruby file step by step, explaining each concept as we go.
1313

i18n/ja/docusaurus-plugin-content-docs/current/getting-started/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,5 +153,5 @@ sudo dnf groupinstall "Development Tools"
153153
T-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の設定

i18n/ja/docusaurus-plugin-content-docs/current/getting-started/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,6 @@ end
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構文を詳しく学ぶ

i18n/ja/docusaurus-plugin-content-docs/current/getting-started/first-trb-file.md renamed to i18n/ja/docusaurus-plugin-content-docs/current/getting-started/understanding-trb-files.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
sidebar_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

i18n/ko/docusaurus-plugin-content-docs/current/getting-started/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,5 +153,5 @@ sudo dnf groupinstall "Development Tools"
153153
T-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 설정

i18n/ko/docusaurus-plugin-content-docs/current/getting-started/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,6 @@ end
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 문법 자세히 배우기

i18n/ko/docusaurus-plugin-content-docs/current/getting-started/first-trb-file.md renamed to i18n/ko/docusaurus-plugin-content-docs/current/getting-started/understanding-trb-files.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
sidebar_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

sidebars.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
],

0 commit comments

Comments
 (0)