From 2ab775ae64c07c647aebf2f4747673d3b9ee0474 Mon Sep 17 00:00:00 2001 From: Alyssa Wada <101596687+alyssawada@users.noreply.github.com> Date: Mon, 10 Jul 2023 10:54:28 -0600 Subject: [PATCH] adjust frontmatter weight and add menu title (#2484) The doc squad is restructuring the Grafana Cloud TOC to align with UI navigation. This PR makes minor changes to the source _index.md file frontmatter in support of these changes. Changed weight to 500 to manipulate order or doc sets and added menuTitle field to remove "Grafana" from TOC title for consistency. --- docs/sources/_index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/sources/_index.md b/docs/sources/_index.md index 8fa2c245..5d02e0e3 100644 --- a/docs/sources/_index.md +++ b/docs/sources/_index.md @@ -9,7 +9,8 @@ keywords: - OnCall - irm title: Grafana OnCall -weight: 1000 +menuTitle: OnCall +weight: 500 --- # Grafana OnCall documentation