Uh oh!
There was an error while loading. Please reload this page.
Remove unused image files - #627
Merged
Merged
Conversation
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>
There was a problem hiding this comment.
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
commented
Sep 1, 2026
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
approved these changes
Sep 1, 2026
Uh oh!
There was an error while loading. Please reload this page.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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/, andstatic/, 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: theda_*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 twoundraw_building_blocks*images.src/pages/assets/— the entire directory ofundraw_*/docassemble-whiteillustrations; the current home page (src/pages/index.tsx) pulls its illustrations fromstatic/img/instead.src/data/placeholder.png— unused.No Markdown or code references were changed because none pointed at these files.
🤖 Generated with Claude Code