From 5708a854996cb98a445e5dd762cb1f6aa8742ee0 Mon Sep 17 00:00:00 2001 From: Andrii Chubatiuk Date: Fri, 20 Sep 2024 16:14:29 +0300 Subject: [PATCH] docs: updated root menu items (#7061) ### Describe Your Changes Please provide a brief description of the changes you made. Be as specific as possible to help others understand the purpose and impact of your modifications. ### Checklist The following checks are **mandatory**: - [ ] My change adheres [VictoriaMetrics contributing guidelines](https://docs.victoriametrics.com/contributing/). --------- Signed-off-by: Artem Navoiev Co-authored-by: Artem Navoiev --- docs/VictoriaLogs/_index.md | 5 +++++ docs/anomaly-detection/_index.md | 7 ++++++- docs/guides/_index.md | 6 ++++++ docs/operator/_index.md | 3 ++- docs/victoriametrics-cloud/_index.md | 7 ++++++- 5 files changed, 25 insertions(+), 3 deletions(-) diff --git a/docs/VictoriaLogs/_index.md b/docs/VictoriaLogs/_index.md index 943bb4c92..47f5b0112 100644 --- a/docs/VictoriaLogs/_index.md +++ b/docs/VictoriaLogs/_index.md @@ -1,6 +1,11 @@ --- title: VictoriaLogs weight: 0 +menu: + docs: + weight: 15 + identifier: victorialogs + pageRef: /victorialogs/ aliases: - /VictoriaLogs/ - /VictoriaLogs/index.html diff --git a/docs/anomaly-detection/_index.md b/docs/anomaly-detection/_index.md index 6adb047e0..f9f762e27 100644 --- a/docs/anomaly-detection/_index.md +++ b/docs/anomaly-detection/_index.md @@ -1,6 +1,11 @@ --- title: VictoriaMetrics Anomaly Detection -weight: 0 +weight: 50 +menu: + docs: + weight: 50 + identifier: anomaly-detection + pageRef: /anomaly-detection/ aliases: - /anomaly-detection.html - /vmanomaly.html diff --git a/docs/guides/_index.md b/docs/guides/_index.md index cfdde2a8c..63f314994 100644 --- a/docs/guides/_index.md +++ b/docs/guides/_index.md @@ -2,5 +2,11 @@ weight: 0 title: Guides disableToc: true + +menu: + docs: + weight: 20 + identifier: guides + pageRef: /guides/ --- {{% section %}} diff --git a/docs/operator/_index.md b/docs/operator/_index.md index 07d5fda1e..45f1a6d2a 100644 --- a/docs/operator/_index.md +++ b/docs/operator/_index.md @@ -3,8 +3,9 @@ weight: 0 title: Kubernetes Operator menu: docs: - weight: 30 + weight: 35 identifier: operator + pageRef: /operator/ aliases: - /operator/ - /operator/index.html diff --git a/docs/victoriametrics-cloud/_index.md b/docs/victoriametrics-cloud/_index.md index 6cb7e3412..27767c8fa 100644 --- a/docs/victoriametrics-cloud/_index.md +++ b/docs/victoriametrics-cloud/_index.md @@ -1,7 +1,12 @@ --- title: VictoriaMetrics Cloud -weight: 01 +weight: 40 disableToc: true +menu: + docs: + weight: 40 + identifier: cloud + pageRef: /victoriametrics-cloud/ aliases: - /victoriametrics-cloud/index.html - /managed-victoriametrics/index.html