Finding
Several documentation references point to old source file paths that no longer exist.
Evidence:
docs/netsuke-design.md:895: src/manifest.rs should be src/manifest/mod.rs
docs/netsuke-design.md:2436: src/runner.rs should be src/runner/mod.rs
docs/netsuke-design.md:2438: src/runner/process.rs should be src/runner/process/mod.rs
docs/developers-guide.md:45: src/graph_view/render_html.rs should be src/graph_view/render_html/mod.rs
docs/rust-testing-with-rstest-fixtures.md:1130: src/fixtures.rs no longer exists
Why This Matters
The documentation is the project knowledge base. Stale paths slow down contributors and make architectural guidance harder to trust.
Proposed Fix
Update the stale references to current module paths or remove obsolete examples where no equivalent path exists.
Acceptance Criteria
- All listed stale paths are corrected or removed.
docs/contents.md remains accurate if any documentation structure changes.
make fmt, make markdownlint, and applicable docs gates pass.
Finding
Several documentation references point to old source file paths that no longer exist.
Evidence:
docs/netsuke-design.md:895:src/manifest.rsshould besrc/manifest/mod.rsdocs/netsuke-design.md:2436:src/runner.rsshould besrc/runner/mod.rsdocs/netsuke-design.md:2438:src/runner/process.rsshould besrc/runner/process/mod.rsdocs/developers-guide.md:45:src/graph_view/render_html.rsshould besrc/graph_view/render_html/mod.rsdocs/rust-testing-with-rstest-fixtures.md:1130:src/fixtures.rsno longer existsWhy This Matters
The documentation is the project knowledge base. Stale paths slow down contributors and make architectural guidance harder to trust.
Proposed Fix
Update the stale references to current module paths or remove obsolete examples where no equivalent path exists.
Acceptance Criteria
docs/contents.mdremains accurate if any documentation structure changes.make fmt,make markdownlint, and applicable docs gates pass.