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

Delete unnecessary files in doc/images #411

Open
konokenj opened this issue Jul 4, 2023 · 0 comments
Open

Delete unnecessary files in doc/images #411

konokenj opened this issue Jul 4, 2023 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@konokenj
Copy link
Contributor

konokenj commented Jul 4, 2023

$ for f in doc/images/*; do
if git grep -q "$(basename $f)" ;then :;else echo $f; fi
done

doc/images/BLEA-Deploy-Dev.png
doc/images/BLEA-Deploy-Pipeline.png
doc/images/BLEA-Deploy-Prod.png
doc/images/BLEA-DeployECS-05-Multi.png
doc/images/BLEA-DeployECS-Build.png
doc/images/BLEA-DeployECS-Dev.png
doc/images/BLEA-DeployECS-Prod.png
doc/images/BLEA-GuestSampleWebEC2.png
doc/images/BLEA-GuestSampleWebECS.png
@konokenj konokenj added the documentation Improvements or additions to documentation label Jul 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant