From 5629a04cdee7503d4f0dd2c77e0baebd46fc7dde Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Thu, 30 May 2024 14:50:11 +0100 Subject: [PATCH] chore: [release-2.9.x] docs: Republish the sizing calculator but don't list it in the table of contents and don't index it (#13081) Co-authored-by: Jack Baldry --- docs/sources/setup/size/_index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/sources/setup/size/_index.md b/docs/sources/setup/size/_index.md index f4047a2fbe4df..3584c7b56aee0 100644 --- a/docs/sources/setup/size/_index.md +++ b/docs/sources/setup/size/_index.md @@ -1,4 +1,7 @@ --- +_build: + list: false +noindex: true title: Size the cluster menuTitle: Size the cluster description: Tool that generates a Helm Chart values.yaml file based on expected ingestion, retention rate, and node type, to help size your Grafana deployment. @@ -6,7 +9,6 @@ aliases: - ../installation/sizing/ - ../installation/helm/generate weight: 100 -draft: true ---