Skip to content

Update stale source path references in documentation #345

Description

@lodyai

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions