return information about cluster

Signed-off-by: Artem Navoiev <tenmozes@gmail.com>
This commit is contained in:
Artem Navoiev 2023-05-25 21:29:39 +02:00
parent f791811b15
commit 8f09569cb8

View file

@ -438,6 +438,7 @@ copy-docs:
# For ORDER=0 it adds no order tag/weight tag. # For ORDER=0 it adds no order tag/weight tag.
# FOR OLD_URL='' it adds no alias. # FOR OLD_URL='' it adds no alias.
# Images starting with <img src="docs/ are replaced with <img src=" # Images starting with <img src="docs/ are replaced with <img src="
# Cluster docs are supposed to be ordered as 2nd.
# The rest of docs is ordered manually. # The rest of docs is ordered manually.
docs-sync: docs-sync:
SRC=README.md DST=docs/README.md OLD_URL='' ORDER=0 TITLE=VictoriaMetrics $(MAKE) copy-docs SRC=README.md DST=docs/README.md OLD_URL='' ORDER=0 TITLE=VictoriaMetrics $(MAKE) copy-docs