Skip to content

Commit 773e14e

Browse files
committed
Merge main into fix/issue199-slug-rename
2 parents 58c01a4 + 0320d46 commit 773e14e

21 files changed

Lines changed: 460 additions & 33 deletions

File tree

AGENTS.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ CI の基準(必須):
5757
| --- | ---: | --- |
5858
| `manuscript/chapter-introduction/` | 1 | 第1章:はじめに - なぜGitHubを学ぶのか |
5959
| `manuscript/chapter-git-basics/` | 2 | 第2章:Git基礎 - バージョン管理の仕組み |
60-
| `manuscript/chapter-github-account-setup/` | 3 | 第3章:初めてのリポジトリ作成 |
61-
| `manuscript/chapter-basic-operations/` | 4 | 第4章:アカウントセキュリティの基本 |
62-
| `manuscript/chapter-repository-management/` | 5 | 第5章:ファイルのアップロードと管理 |
63-
| `manuscript/chapter-collaboration-basics/` | 6 | 第6章:GitHub Desktop の活用 |
64-
| `manuscript/chapter-pull-requests/` | 7 | 第7章:ブランチの基本操作 |
60+
| `manuscript/chapter-repository-creation/` | 3 | 第3章:初めてのリポジトリ作成 |
61+
| `manuscript/chapter-account-security/` | 4 | 第4章:アカウントセキュリティの基本 |
62+
| `manuscript/chapter-file-management/` | 5 | 第5章:ファイルのアップロードと管理 |
63+
| `manuscript/chapter-github-desktop/` | 6 | 第6章:GitHub Desktop の活用 |
64+
| `manuscript/chapter-branch-operations/` | 7 | 第7章:ブランチの基本操作 |
6565
| `manuscript/chapter-issue-management/` | 8 | 第8章:Issue管理とプロジェクト管理 |
6666
| `manuscript/chapter-github-actions/` | 9 | 第9章:GitHub Actions入門 - 自動化の基礎 |
6767
| `manuscript/chapter-security-best-practices/` | 10 | 第10章:セキュリティのベストプラクティス |
@@ -73,4 +73,4 @@ CI の基準(必須):
7373
| `manuscript/appendix-resources/` | 102 | 付録C:学習リソースと参考文献 |
7474
| `manuscript/chapter-security/` | 999 | 第10章:セキュリティ対策と安全なGitHub利用(互換/残骸。原則編集しない) |
7575

76-
slug 改名(ディレクトリ名変更)を行う場合は、公開サイトの既存 URL 互換(リダイレクト/リンク更新)と外部参照への影響を評価し、Issue で計画して段階的に実施します。
76+
slug 改名(ディレクトリ名変更)を行う場合は、公開サイトの既存 URL 互換(旧URL誘導/リンク更新)と外部参照への影響を評価し、Issue で計画して段階的に実施します。

docs/_data/navigation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ chapters:
1212
- title: 第6章:GitHub Desktop の活用
1313
path: /chapters/chapter-github-desktop/
1414
- title: 第7章:ブランチの基本操作
15-
path: /chapters/chapter-branch-basics/
15+
path: /chapters/chapter-branch-operations/
1616
- title: 第8章:Issue管理とプロジェクト管理
1717
path: /chapters/chapter-issue-management/
1818
- title: 特別編:Docs-as-Code - GitHubをドキュメント管理・ナレッジ基盤として使う

docs/chapters/chapter-basic-operations/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ layout: book
77
window.location.replace("{{ '/chapters/chapter-account-security/' | relative_url }}");
88
</script>
99

10-
# 移動しました
10+
# このページは移動しました
1111

12-
この章のURLは変更されました。自動で移動しない場合は、次のリンクを開いてください
12+
第4章は次のURLへ移動しました
1313

14+
- 新しいURL:{{ '/chapters/chapter-account-security/' | relative_url }}
1415
- [第4章:アカウントセキュリティの基本]({{ '/chapters/chapter-account-security/' | relative_url }})

0 commit comments

Comments
 (0)