mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-02-09 15:27:11 +00:00
docs: fixed docs build (#6765)
### Describe Your Changes
fixed yaml header in a guide doc, that causes hugo build error
### Checklist
The following checks are **mandatory**:
- [ ] My change adheres [VictoriaMetrics contributing
guidelines](https://docs.victoriametrics.com/contributing/).
(cherry picked from commit 86b473c476
)
This commit is contained in:
parent
b4aec9ee05
commit
341d3a7f53
2 changed files with 3 additions and 3 deletions
|
@ -4,8 +4,8 @@ weight: 2
|
|||
sort: 2
|
||||
menu:
|
||||
docs:
|
||||
identifier: "vmagent"
|
||||
parent: "data-ingestion"
|
||||
identifier: data-ingestion-vmagent
|
||||
parent: data-ingestion
|
||||
weight: 2
|
||||
aliases:
|
||||
- /data-ingestion/vmagent.html
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
weight: 11
|
||||
title: VictoriaMetrics Multi-Regional Setup: Dedicated Monitoring
|
||||
title: 'VictoriaMetrics Multi-Regional Setup: Dedicated Monitoring'
|
||||
menu:
|
||||
docs:
|
||||
parent: guides
|
||||
|
|
Loading…
Reference in a new issue