VictoriaMetrics/docs/assets
2023-01-27 11:02:16 -08:00
..
css add option to add Copy button for code snippets (#1433) 2021-07-06 08:23:39 +03:00
images docs/Cluster-VictoriaMetrics.md: move Naive_cluster_scheme.png from the docs/assets/images/ folder into docs/ folder and add Cluster-VictoriaMetrics_ prefix to the image name 2023-01-27 10:54:27 -08:00
js add option to add Copy button for code snippets (#1433) 2021-07-06 08:23:39 +03:00
README.md docs/assets: add README.md with the explanation on which files can be put into the docs/assets folder 2023-01-27 11:02:16 -08:00

This folder must contain only files, which are needed for generating https://docs.victoriametrics.com .

This folder should not contain files specific for a particular documentation pages such as images used in a particular doc. Such 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 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.