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.
This commit is contained in:
parent
933e7256e3
commit
2ab775ae64
1 changed files with 2 additions and 1 deletions
|
|
@ -9,7 +9,8 @@ keywords:
|
|||
- OnCall
|
||||
- irm
|
||||
title: Grafana OnCall
|
||||
weight: 1000
|
||||
menuTitle: OnCall
|
||||
weight: 500
|
||||
---
|
||||
|
||||
# Grafana OnCall documentation
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue