diff --git a/Makefile b/Makefile index 7bdaaad1e..ab041deba 100644 --- a/Makefile +++ b/Makefile @@ -259,7 +259,7 @@ copy-docs: # For ORDER=0 it adds no order tag/weight tag. # FOR OLD_URL='' it adds no alias. # Images starting with <img src="docs/ are replaced with <img src=" -# Cluster docs are supposed to be ordered as 9th. +# Cluster docs are supposed to be ordered as 2nd. # The rest of docs is ordered manually. docs-sync: SRC=README.md DST=docs/Cluster-VictoriaMetrics.md OLD_URL='/Cluster-VictoriaMetrics.html' ORDER=2 TITLE='Cluster version' $(MAKE) copy-docs