Skip to content

Remove unused image files - #627

Merged
nonprofittechy merged 1 commit into
mainfrom
remove-unused-images
Sep 1, 2026
Merged

Remove unused image files#627
nonprofittechy merged 1 commit into
mainfrom
remove-unused-images

Conversation

@samglover

Copy link
Copy Markdown
Contributor

Summary

Removes 43 image assets that are not referenced by any documentation page, React page/component, stylesheet, or config file.

Detection method: for every image under docs/, src/, and static/, searched the full repo (all Markdown/MDX, JS/TS/TSX, CSS, and config files) for the filename. The 43 files removed here have zero references anywhere.

Removed

  • docs/assets/ — leftovers from pages that no longer exist: the da_* docassemble account/package screenshots, bootcamp_week_1..4, help_button/help_screen/help_discouraged_placeholder_text, playground_example_blocks, playground_source_button, save_answer_set, interview_screen_or_page, github_repo_url, green_text_terms, al_project-overview, asklit/13-ma-eviction-kb-results-fullscreen, and two undraw_building_blocks* images.
  • src/pages/assets/ — the entire directory of undraw_* / docassemble-white illustrations; the current home page (src/pages/index.tsx) pulls its illustrations from static/img/ instead.
  • src/data/placeholder.png — unused.

No Markdown or code references were changed because none pointed at these files.

🤖 Generated with Claude Code

Deletes 43 image assets under docs/assets and src that are not
referenced by any doc, page, component, stylesheet, or config.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@samglover
samglover requested a lite review from CopilotSeptember 1, 2026 13:52

CopilotAI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@samglover

Copy link
Copy Markdown
ContributorAuthor

@nonprofittechy I generated this PR with Claude. I've done some spot checking locally and haven't found any broken images. The site builds cleanly, so I think it's safe to merge.

@nonprofittechy
nonprofittechy merged commit ffec352 into mainSep 1, 2026
2 checks passed
@nonprofittechy
nonprofittechy deleted the remove-unused-images branch September 1, 2026 14:52
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@samglover@nonprofittechy