Repository QA Inventory
Requested Deliverables
- 公開向け docs surface を完全整備する
- 英語と日本語で辿れる VitePress docs を揃える
- README、docs navigation、Pages publishing、local commands を一致させる
- docs polish を検証、commit、push、Pages readiness まで持っていく
Delivered User-Facing Artifacts
README.mdREADME.ja.mddocs/index.mddocs/getting-started.mddocs/usage.mddocs/youtube-relay.mddocs/architecture.mddocs/deployment.mddocs/troubleshooting.mddocs/repository-qa-inventory.mddocs/ja/index.mddocs/ja/getting-started.mddocs/ja/usage.mddocs/ja/youtube-relay.mddocs/ja/architecture.mddocs/ja/deployment.mddocs/ja/troubleshooting.mddocs/ja/repository-qa-inventory.mddocs/.vitepress/config.mjspackage.json
Confirmed Claims
- README から英日 docs 導線が分かる
- VitePress docs に英日 locale 導線がある
- docs surface が home、getting started、usage、YouTube relay、architecture、deployment、troubleshooting、QA inventory を含む
- 任意の
Settings->Streaming->YouTube relayフローが README と VitePress docs の両方で説明されている - docs の local development / build / preview / Pages build 手順が文書化されている
- Pages docs URL の前提が現在の repo 名と出力構造に一致している
- 旧来のフラットな日本語ページを
docs/ja/構成へ整理した - docs build、docs preview、app build、Pages-oriented build がローカルで検証されている
Local Verification Results
Latest docs sync verification date: 2026-03-28
npm run docs:build- passed
npm run build- passed
BASE_PATH=/GeminiVRM npm run build:pages- passed
.next-pages/docs/index.htmlを生成.next-pages/docs/ja/index.htmlを生成- VitePress build に新しい
youtube-relayガイドが含まれることを確認
Content and Structure Checks
- README 英日 docs links、commands、structure
- README 英日 YouTube relay 手順と security note
- VitePress config の nav/sidebar/locale path coherence
- 英語ページ: home、getting started、usage、YouTube relay、architecture、deployment、troubleshooting、QA inventory
- 日本語ページ: home、getting started、usage、YouTube relay、architecture、deployment、troubleshooting、QA inventory
- README、docs navigation、getting-started、usage、troubleshooting、architecture 間の YouTube relay 同期チェック
- intended docs structure から orphaned locale pages がない
- 旧
docs/architecture.ja.mdとdocs/deployment.ja.mdを削除し、docs/ja/...に統合