Skip to content

Commit 77cf825

Browse files
justinyooCopilot
andcommitted
docs(l10n,ja-jp): drop unsupported {#anchor} heading IDs and re-canonicalize
GFM does not honor Pandoc-style explicit heading IDs; the ja-jp translator agent had appended them to 9 headings, where they rendered as literal text and polluted the auto-generated slug. Strip the annotations and re-canonicalize incoming anchors that referenced the old polluted slug. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 98f78ec commit 77cf825

4 files changed

Lines changed: 14 additions & 23 deletions

File tree

localization/ja-jp/00-quick-start/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ copilot
204204

205205
**期待される出力**: ブックアプリの主な関数とコマンドの概要。
206206

207-
エラーが表示された場合は、下記の[トラブルシューティング](#トラブルシューティング-troubleshooting)セクションを確認してください。
207+
エラーが表示された場合は、下記の[トラブルシューティング](#トラブルシューティング)セクションを確認してください。
208208

209209
完了したら Copilot CLI を終了できます。
210210

@@ -226,8 +226,7 @@ copilot
226226

227227
---
228228

229-
## トラブルシューティング {#troubleshooting}
230-
229+
## トラブルシューティング
231230
### 「copilot: command not found」
232231

233232
CLI がインストールされていません。別のインストール方法を試してください。

localization/ja-jp/02-context-conversations/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ Issue #1 (duplicate functions) was fixed on Monday.
440440

441441
<img src="../../../02-context-conversations/images/optional-going-deeper.png" alt="深いコンテキストの概念の探求を表す青と紫のトーンの抽象的な水晶洞窟" width="800"/>
442442

443-
これらのトピックは上記の必須事項を基に構築されています。**興味のあるものを選んで、または[練習](#練習-practice)に進んでください。**
443+
これらのトピックは上記の必須事項を基に構築されています。**興味のあるものを選んで、または[練習](#練習)に進んでください。**
444444

445445
| 学びたいこと... | ジャンプ先 |
446446
|---|---|
@@ -713,8 +713,7 @@ copilot
713713

714714
---
715715

716-
# 練習 {#practice}
717-
716+
# 練習
718717
<img src="../../../images/practice.png" alt="コードが表示されたモニター、ランプ、コーヒーカップ、ヘッドホンが置かれた居心地の良いデスク" width="800"/>
719718

720719
コンテキストとセッション管理のスキルを適用する時間です。

localization/ja-jp/03-development-workflows/README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
| バグを追跡して修正する | [ワークフロー 3: デバッグ](#workflow-3-debugging) |
5050
| コードのテストを生成する | [ワークフロー 4: テスト生成](#workflow-4-test-generation) |
5151
| より良いコミットと PR を書く | [ワークフロー 5: Git 統合](#workflow-5-git-integration) |
52-
| コーディング前に調査する | [クイックヒント: 計画やコーディング前に調査する](#クイックヒント-計画やコーディング前に調査する-quick-tip-research-before-you-plan-or-code) |
53-
| バグ修正ワークフロー全体を見る | [すべてをまとめる](#すべてをまとめる-バグ修正ワークフロー-putting-it-all-together-bug-fix-workflow) |
52+
| コーディング前に調査する | [クイックヒント: 計画やコーディング前に調査する](#クイックヒント-計画やコーディング前に調査する) |
53+
| バグ修正ワークフロー全体を見る | [すべてをまとめる](#すべてをまとめる-バグ修正ワークフロー) |
5454

5555
**以下のワークフローを選択して展開し**、その分野で GitHub Copilot CLI が開発プロセスをどのように強化できるかを確認しましょう。
5656

@@ -695,8 +695,7 @@ copilot
695695
696696
---
697697
698-
## クイックヒント: 計画やコーディング前に調査する {#quick-tip-research-before-you-plan-or-code}
699-
698+
## クイックヒント: 計画やコーディング前に調査する
700699
ライブラリを調査したり、ベストプラクティスを理解したり、不慣れなトピックを探索したりする必要がある場合は、コードを書く前に `/research` を使って深い調査を実行しましょう。
701700
702701
```bash
@@ -711,8 +710,7 @@ Copilot は GitHub リポジトリとウェブソースを検索し、参照付
711710
712711
---
713712
714-
## すべてをまとめる: バグ修正ワークフロー {#putting-it-all-together-bug-fix-workflow}
715-
713+
## すべてをまとめる: バグ修正ワークフロー
716714
報告されたバグを修正するための完全なワークフローです。
717715
718716
```bash

localization/ja-jp/README.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Official Copilot CLI documentation](https://img.shields.io/badge/GitHub-CLI_Documentation-00a3ee?style=flat-square&logo=github)](https://docs.github.com/en/copilot/how-tos/copilot-cli)&ensp;
66
[![Join AI Foundry Discord](https://img.shields.io/badge/Discord-AI_Community-blue?style=flat-square&logo=discord&color=5865f2&logoColor=fff)](https://aka.ms/foundry/discord)
77

8-
🎯 [学習内容](#-学習内容-what-youll-learn) &ensp;[前提条件](#-前提条件-prerequisites) &ensp; 🤖 [Copilot ファミリー](#-github-copilot-ファミリーを理解する-understanding-the-github-copilot-family) &ensp; 📚 [コース構成](#-コース構成-course-structure) &ensp; 📋 [コマンドリファレンス](#-github-copilot-cli-コマンドリファレンス--github-copilot-cli-command-reference)
8+
🎯 [学習内容](#-学習内容) &ensp;[前提条件](#-前提条件) &ensp; 🤖 [Copilot ファミリー](#-github-copilot-ファミリーを理解する) &ensp; 📚 [コース構成](#-コース構成) &ensp; 📋 [コマンドリファレンス](#-github-copilot-cli-コマンドリファレンス)
99

1010
# GitHub Copilot CLI for Beginners
1111

@@ -29,24 +29,21 @@ GitHub Copilot CLI は、AI 支援機能をターミナルに直接提供しま
2929
</picture>
3030
</a>
3131

32-
## 🎯 学習内容 {#what-youll-learn}
33-
32+
## 🎯 学習内容
3433
このハンズオンコースは、GitHub Copilot CLI をゼロから実践的に使いこなせるようになることを目的としています。すべての章を通して 1 つの Python 製ブックコレクションアプリを使用し、AI 支援ワークフローで段階的に改善します。最終的には、ターミナルからコードのレビュー、テスト生成、バグのデバッグ、ワークフローの自動化を自信を持って行えるようになります。
3534

3635
**AI 経験は不要です。** ターミナルが使えれば、このコースを学ぶことができます。
3736

3837
**最適な対象者:** 開発者、学生、ソフトウェア開発の経験がある方。
3938

40-
## ✅ 前提条件 {#prerequisites}
41-
39+
## ✅ 前提条件
4240
開始前に、以下を準備してください。
4341

4442
- **GitHub アカウント**: [無料で作成する](https://github.com/signup)<br>
4543
- **GitHub Copilot へのアクセス**: [無料プラン](https://github.com/features/copilot/plans)[月次サブスクリプション](https://github.com/features/copilot/plans)、または[学生・教員向け無料プラン](https://education.github.com/pack)<br>
4644
- **ターミナルの基礎**: `cd``ls`、コマンドの実行に慣れていること
4745

48-
## 🤖 GitHub Copilot ファミリーを理解する {#understanding-the-github-copilot-family}
49-
46+
## 🤖 GitHub Copilot ファミリーを理解する
5047
GitHub Copilot は AI を活用したツールのファミリーへと進化しています。各ツールの位置づけは次のとおりです。
5148

5249
| 製品 | 実行環境 | 説明 |
@@ -58,8 +55,7 @@ GitHub Copilot は AI を活用したツールのファミリーへと進化し
5855

5956
このコースは **GitHub Copilot CLI** に焦点を当て、AI 支援機能をターミナルに直接提供します。
6057

61-
## 📚 コース構成 {#course-structure}
62-
58+
## 📚 コース構成
6359
![GitHub Copilot CLI 学習パス](../../images/learning-path.png)
6460

6561
|| タイトル | 作るもの |
@@ -85,8 +81,7 @@ GitHub Copilot は AI を活用したツールのファミリーへと進化し
8581

8682
**コード例は実行可能です。** このコースのすべての copilot テキストブロックは、コピーしてターミナルで実行できます。
8783

88-
## 📋 GitHub Copilot CLI コマンドリファレンス {#-github-copilot-cli-command-reference}
89-
84+
## 📋 GitHub Copilot CLI コマンドリファレンス
9085
[**GitHub Copilot CLI コマンドリファレンス**](https://docs.github.com/en/copilot/reference/cli-command-reference) では、Copilot CLI を効果的に使うためのコマンドやキーボードショートカットを確認できます。
9186

9287
## 🙋 ヘルプを得るには

0 commit comments

Comments
 (0)