summaryrefslogtreecommitdiff
path: root/doc/ci/caching/img
Commit message (Collapse)AuthorAgeFilesLines
* Compress all PNG images under doc/Achilleas Pipinellis2018-08-271-0/+0
| | | | | | | | | | The pngquant tool was used https://pngquant.org, and particularly, the following command: /usr/bin/pngquant -f --skip-if-larger --ext .png --speed 1 image.png Before: 47584K After : 34924K
* Add image for clearing the cache docsAchilleas Pipinellis2018-03-221-0/+0
Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/4642