Issue #199: 章slug整理+旧URL誘導(第3〜7章)#203
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR reorganizes chapter slugs (directory names) for chapters 3-7 to align with actual chapter titles and content, addressing the mismatch identified in Issue #199. The PR implements old URL redirection using static "moved" pages (方針A) to guide users from old URLs to new locations.
Changes:
- Renamed 5 chapter directories to match chapter titles (e.g.,
chapter-github-account-setup→chapter-repository-creation) - Added redirect pages at old slug locations directing users to new URLs
- Updated all navigation files, internal links, and the AGENTS.md mapping table
Reviewed changes
Copilot reviewed 20 out of 25 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
manuscript/chapter-repository-creation/index.md |
New location for Chapter 3 content |
manuscript/chapter-account-security/ |
New location for Chapter 4 (not shown but implied) |
manuscript/chapter-file-management/index.md |
New location for Chapter 5 content |
manuscript/chapter-github-desktop/index.md |
New location for Chapter 6 content |
manuscript/chapter-branch-operations/index.md |
New location for Chapter 7 content |
docs/chapters/chapter-github-account-setup/index.md |
Redirect page for old Chapter 3 URL |
docs/chapters/chapter-basic-operations/index.md |
Redirect page for old Chapter 4 URL |
docs/chapters/chapter-repository-management/index.md |
Redirect page for old Chapter 5 URL |
docs/chapters/chapter-collaboration-basics/index.md |
Redirect page for old Chapter 6 URL |
docs/chapters/chapter-pull-requests/index.md |
Redirect page for old Chapter 7 URL |
docs/chapters/chapter-repository-creation/index.md |
New published location for Chapter 3 |
docs/chapters/chapter-file-management/index.md |
New published location for Chapter 5 |
docs/chapters/chapter-github-desktop/index.md |
New published location for Chapter 6 |
docs/chapters/chapter-branch-operations/index.md |
New published location for Chapter 7 |
docs/_data/navigation.yml |
Updated navigation paths to new slugs |
docs/index.md |
Updated chapter links to new slugs |
manuscript/chapter-issue-management/index.md |
Updated internal reference to Chapter 7 |
manuscript/chapter-docs-as-code/index.md |
Updated internal reference to Chapter 7 |
docs/chapters/chapter-issue-management/index.md |
Updated internal reference to Chapter 7 |
docs/chapters/chapter-docs-as-code/index.md |
Updated internal reference to Chapter 7 |
manuscript/chapter-team-development/index.html |
Updated redirect to new Chapter 6 location |
manuscript/chapter-github-account/index.html |
Updated redirect to new Chapter 3 location |
project-management/structure-review-round1.md |
Updated slug references in documentation |
AGENTS.md |
Updated slug-to-chapter mapping table |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #199
変更概要
chapter-github-account-setup→chapter-repository-creationchapter-basic-operations→chapter-account-securitychapter-repository-management→chapter-file-managementchapter-collaboration-basics→chapter-github-desktopchapter-pull-requests→chapter-branch-operationsdocs/chapters/<old>/index.mdを「移動しました」ページとして追加docs/_data/navigation.yml/docs/index.mdのパスを新slugへ更新AGENTS.mdの slug→章対応表を更新動作確認(ローカル)
npx markdownlint ...(変更Markdown)python3 scripts/check_markdown_internal_links.py ...(変更Markdown)python3 scripts/check_bidi_unicode.py補足