diff --git a/README.md b/README.md index b654f8ad6..623939c08 100644 --- a/README.md +++ b/README.md @@ -2668,6 +2668,10 @@ Please, keep image size and number of images per single page low. Keep the docs Image files must be placed in the same folder as the doc itself and they must have the same prefix as the doc filename. For example, all the images for `docs/foo/bar.md` should have filenames starting from `docs/foo/bar`. +This simplifies lifetime management of the images: + +- when the corresponding doc is removed, then it is clear how to remove the associated images +- when the corresponding doc is renamed, then it is clear how to rename the associated images. If the page needs to have many images, consider using WEB-optimized image format [webp](https://developers.google.com/speed/webp). When adding a new doc with many images use `webp` format right away. Or use a Makefile command below to diff --git a/docs/README.md b/docs/README.md index 514174aa8..c55284b31 100644 --- a/docs/README.md +++ b/docs/README.md @@ -2671,6 +2671,10 @@ Please, keep image size and number of images per single page low. Keep the docs Image files must be placed in the same folder as the doc itself and they must have the same prefix as the doc filename. For example, all the images for `docs/foo/bar.md` should have filenames starting from `docs/foo/bar`. +This simplifies lifetime management of the images: + +- when the corresponding doc is removed, then it is clear how to remove the associated images +- when the corresponding doc is renamed, then it is clear how to rename the associated images. If the page needs to have many images, consider using WEB-optimized image format [webp](https://developers.google.com/speed/webp). When adding a new doc with many images use `webp` format right away. Or use a Makefile command below to diff --git a/docs/Single-server-VictoriaMetrics.md b/docs/Single-server-VictoriaMetrics.md index 778538816..344430607 100644 --- a/docs/Single-server-VictoriaMetrics.md +++ b/docs/Single-server-VictoriaMetrics.md @@ -2679,6 +2679,10 @@ Please, keep image size and number of images per single page low. Keep the docs Image files must be placed in the same folder as the doc itself and they must have the same prefix as the doc filename. For example, all the images for `docs/foo/bar.md` should have filenames starting from `docs/foo/bar`. +This simplifies lifetime management of the images: + +- when the corresponding doc is removed, then it is clear how to remove the associated images +- when the corresponding doc is renamed, then it is clear how to rename the associated images. If the page needs to have many images, consider using WEB-optimized image format [webp](https://developers.google.com/speed/webp). When adding a new doc with many images use `webp` format right away. Or use a Makefile command below to