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 unreferenced files #7222

Merged
merged 1 commit into from
Apr 22, 2024
Merged

Conversation

javimed
Copy link
Member

@javimed javimed commented Apr 22, 2024

Description

This PR removes some images and template files that are not referenced in the documentation and thus not required.

Checks

Docs building

  • Compiles without warnings.

Code formatting and web optimization

  • Uses three spaces indentation.
  • Adds or updates meta descriptions accordingly.
  • Updates the redirects.js script if necessary (check this guide).

Writing style

  • Uses present tense, active voice, and semi-formal registry.
  • Uses short, simple sentences.
  • Uses bold for user interface elements, italics for key terms or emphasis, and code font for Bash commands, file names, REST paths, and code.

@javimed javimed self-assigned this Apr 22, 2024
@javimed javimed linked an issue Apr 22, 2024 that may be closed by this pull request
@javimed
Copy link
Member Author

javimed commented Apr 22, 2024

source$ for i in `find images/ -type f`; do [[ $(grep -r $i) ]] || echo $i; done

@javimed javimed merged commit a89dd14 into 4.9.0 Apr 22, 2024
3 checks passed
@javimed javimed deleted the enhancement/7191-clean-unreferenced-files branch April 22, 2024 17:48
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.

Unused template and images files
1 participant