docs: import Wiki nav and JA pages into docs/ (#193)#194
Merged
Conversation
既存 Wiki の Home / _Sidebar / _Footer / Requirements-ja / Installation-ja を docs/ 配下に取り込み、ja ファイルは命名規約に合わせてリネームした。 Home.md と _Sidebar.md の wiki link 参照のみを新ファイル名へ更新し、本文や ja ファイルの内容には手を入れていない。これにより docs/ が source of truth となり、リリース時の wiki sync で nav と JA ページがそのまま反映される。 Refs #193
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
github-webhook-mcp | fe2aacc | Apr 19 2026, 03:50 PM |
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 #193
GitHub Wiki にしか存在していなかった navigation 3 ファイル(Home / _Sidebar / _Footer)と
日本語翻訳 2 ファイル(Requirements-ja / Installation-ja)を
docs/配下に取り込み、Wiki sync の "Wiki must be a complete mirror of docs/" 不変式を満たす。
ja ファイルは docs/ 命名規約に合わせて
0-requirements.ja.md/installation.ja.mdにリネーム。Home.md と _Sidebar.md の
[[…]]link 参照を新 docs 命名に書き換え、本文と ja content は不変。変更ファイル
docs/Home.md(新規) — link 参照を新命名へ更新docs/_Sidebar.md(新規) — link 参照を新命名へ更新docs/_Footer.md(新規) — そのまま取り込みdocs/0-requirements.ja.md(新規) — Wiki Requirements-ja.md をリネーム取り込みdocs/installation.ja.md(新規) — Wiki Installation-ja.md をリネーム取り込みlink 書き換えルール適用
[[Installation-ja]]→[[installation.ja]][[Requirements-ja]]→[[0-requirements.ja]][[Installation]]→[[installation]][[Requirements]]→[[0-requirements]][[表示テキスト|旧名]]形式の右辺もすべて新命名へ姉妹プロジェクト github-rag-mcp v0.7.1 (PR #94) と同じ構造。
本 PR merge 後、v0.10.7 release サイクルで wiki sync を再実行する。