mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
desribe old link param
Signed-off-by: Artem Navoiev <tenmozes@gmail.com>
This commit is contained in:
parent
8f09569cb8
commit
bf4711ecba
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -436,7 +436,8 @@ copy-docs:
|
||||||
|
|
||||||
# Copies docs for all components and adds the order/weight tag, title, menu position and alias with the backward compatible link for the old site.
|
# Copies docs for all components and adds the order/weight tag, title, menu position and alias with the backward compatible link for the old site.
|
||||||
# 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 - relative link, used for backward compatibility with the link from documentation based on GitHub pages (old one)
|
||||||
|
# FOR OLD_URL='' it adds no alias, it should be empty for every new page, don't change it for already existing links.
|
||||||
# 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.
|
# Cluster docs are supposed to be ordered as 2nd.
|
||||||
# The rest of docs is ordered manually.
|
# The rest of docs is ordered manually.
|
||||||
|
|
Loading…
Reference in a new issue