mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
Docs review (#1330)
* re-order components by prioritizing Cluster-VictoriaMetrics.md * drop Home.md since it just duplicates other links
This commit is contained in:
parent
7ecaa2fe2c
commit
2bbb1cc7c1
3 changed files with 9 additions and 27 deletions
16
Makefile
16
Makefile
|
@ -278,11 +278,11 @@ copy-docs:
|
||||||
# For The rest of docs is ordered manually.t
|
# For The rest of docs is ordered manually.t
|
||||||
docs-sync:
|
docs-sync:
|
||||||
SRC=README.md DST=docs/Single-server-VictoriaMetrics.md ORDER=1 $(MAKE) copy-docs
|
SRC=README.md DST=docs/Single-server-VictoriaMetrics.md ORDER=1 $(MAKE) copy-docs
|
||||||
SRC=app/vmagent/README.md DST=docs/vmagent.md ORDER=2 $(MAKE) copy-docs
|
SRC=app/vmagent/README.md DST=docs/vmagent.md ORDER=3 $(MAKE) copy-docs
|
||||||
SRC=app/vmalert/README.md DST=docs/vmalert.md ORDER=3 $(MAKE) copy-docs
|
SRC=app/vmalert/README.md DST=docs/vmalert.md ORDER=4 $(MAKE) copy-docs
|
||||||
SRC=app/vmauth/README.md DST=docs/vmauth.md ORDER=4 $(MAKE) copy-docs
|
SRC=app/vmauth/README.md DST=docs/vmauth.md ORDER=5 $(MAKE) copy-docs
|
||||||
SRC=app/vmbackup/README.md DST=docs/vmbackup.md ORDER=5 $(MAKE) copy-docs
|
SRC=app/vmbackup/README.md DST=docs/vmbackup.md ORDER=6 $(MAKE) copy-docs
|
||||||
SRC=app/vmrestore/README.md DST=docs/vmrestore.md ORDER=6 $(MAKE) copy-docs
|
SRC=app/vmrestore/README.md DST=docs/vmrestore.md ORDER=7 $(MAKE) copy-docs
|
||||||
SRC=app/vmctl/README.md DST=docs/vmctl.md ORDER=7 $(MAKE) copy-docs
|
SRC=app/vmctl/README.md DST=docs/vmctl.md ORDER=8 $(MAKE) copy-docs
|
||||||
SRC=app/vmgateway/README.md DST=docs/vmgateway.md ORDER=8 $(MAKE) copy-docs
|
SRC=app/vmgateway/README.md DST=docs/vmgateway.md ORDER=9 $(MAKE) copy-docs
|
||||||
SRC=app/vmbackupmanager/README.md DST=docs/vmbackupmanager.md ORDER=9 $(MAKE) copy-docs
|
SRC=app/vmbackupmanager/README.md DST=docs/vmbackupmanager.md ORDER=10 $(MAKE) copy-docs
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
sort: 10
|
sort: 2
|
||||||
---
|
---
|
||||||
|
|
||||||
# Cluster version
|
# Cluster version
|
||||||
|
|
18
docs/Home.md
18
docs/Home.md
|
@ -1,18 +0,0 @@
|
||||||
---
|
|
||||||
sort: 21
|
|
||||||
---
|
|
||||||
|
|
||||||
# Docs
|
|
||||||
|
|
||||||
* [Quick start](Quick-Start)
|
|
||||||
* [`WITH` templates playground](https://play.victoriametrics.com/promql/expand-with-exprs)
|
|
||||||
* [Grafana playground](http://play-grafana.victoriametrics.com:3000/d/4ome8yJmz/node-exporter-on-victoriametrics-demo)
|
|
||||||
* [MetricsQL](MetricsQL)
|
|
||||||
* [Single-node version](Single-server-VictoriaMetrics)
|
|
||||||
* [FAQ](FAQ)
|
|
||||||
* [Cluster version](Cluster-VictoriaMetrics)
|
|
||||||
* [Articles](Articles)
|
|
||||||
* [Case Studies](CaseStudies)
|
|
||||||
* [vmbackup](vmbackup)
|
|
||||||
* [vmrestore](vmrestore)
|
|
||||||
* [vmagent](vmagent)
|
|
Loading…
Reference in a new issue