Skip to content

fix: convert toctree entries to MD links in docs MD (#317)#324

Open
kiyotis wants to merge 2 commits intomainfrom
317-fix-toctree-plain-text-links
Open

fix: convert toctree entries to MD links in docs MD (#317)#324
kiyotis wants to merge 2 commits intomainfrom
317-fix-toctree-plain-text-links

Conversation

@kiyotis
Copy link
Copy Markdown
Contributor

@kiyotis kiyotis commented Apr 28, 2026

Closes #317

Approach

現時点では実装前の段階。Issue #317のSuccess Criteriaを満たすため、以下の順序で進める:

  1. 調査・設計(toctreeエントリのリンク変換方針を決定)
  2. 設計書・verify設計書の更新(ユーザー確認あり)
  3. 閲覧用MDの見栄え確認(試し変換→ユーザー確認あり)
  4. TDDによる実装(verify test RED→GREEN)
  5. 全バージョン横断確認
  6. 変更差分チェック(ユーザー確認あり)

Tasks

See tasks.md.

Expert Review

実装後に実施予定。

Success Criteria Check

Criterion Status Evidence
toctree エントリが docs MD で MDリンクとして表示される ❌ Not Met 未実装
pure toctree ページが no_knowledge_content: true またはリンク変換で有用 ❌ Not Met 未実装
既存の verify チェックがすべてパス ❌ Not Met 未実装
全バージョン (v6/v5/v1.4/v1.3/v1.2) で横断確認済み ❌ Not Met 未実装

🤖 Generated with Claude Code

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@kiyotis kiyotis added the bug Something isn't working label Apr 28, 2026
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix: toctree entries rendered as plain text in docs MD instead of links

1 participant