Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove images with "drud" in them #300

Merged
merged 3 commits into from
Dec 31, 2024
Merged

Remove images with "drud" in them #300

merged 3 commits into from
Dec 31, 2024

Conversation

rfay
Copy link
Member

@rfay rfay commented Dec 31, 2024

The Issue

Reviewing get-started and support-ddev I noted some images that contained "drud" in them.

How This PR Solves The Issue

Update images. Update some blogs and content.

I did brew install tesseract and then this in public/img to discover required items:

for item in $(find . -type f); do echo "=== $item ==="; tesseract $item stdout 2>/dev/null | grep -i drud; done

Manual Testing Instructions

Review at https://20241231-remove-drud-images.ddev-com-front-end.pages.dev/support-ddev/ etc

Automated Testing Overview

Related Issue Link(s)

Release/Deployment Notes

@rfay rfay marked this pull request as ready for review December 31, 2024 17:20
@rfay rfay merged commit acce6ad into main Dec 31, 2024
2 checks passed
@rfay rfay deleted the 20241231_remove_drud_images branch December 31, 2024 17:43
Sign up for free to 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.

1 participant