diff --git a/docs/assets/README.md b/docs/assets/README.md index 85d1677650..93e9b55bae 100644 --- a/docs/assets/README.md +++ b/docs/assets/README.md @@ -5,4 +5,8 @@ used in a particular doc. Such files must be placed in the same folder as the do 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 for these files. For example, if the corresponding doc is removed, then it is easy to remove all the associated -images with a simple `rm -rf docs/foo/bar*` command. +images with a simple `rm -rf docs/foo/bar*` command. This also simplifies referring the associated images +from docs displayed at various views: + +- https://docs.victoriametrics.com +- https://github.com/VictoriaMetrics/VictoriaMetrics/tree/master/docs