From e1a3228eedfdbb708bb98d3eea0d38e7268f49b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?rae=20sharp=20=E2=99=AF?= <8883519+tr0njavolta@users.noreply.github.com> Date: Fri, 31 Jul 2026 13:25:19 -0400 Subject: [PATCH 1/2] Add hide_table_of_contents to helm-values.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added hide_table_of_contents property to Helm values documentation. Signed-off-by: rae sharp ♯ <8883519+tr0njavolta@users.noreply.github.com> --- hub-docs/reference/helm-values.md | 1 + 1 file changed, 1 insertion(+) diff --git a/hub-docs/reference/helm-values.md b/hub-docs/reference/helm-values.md index 75d86868..00dd272d 100644 --- a/hub-docs/reference/helm-values.md +++ b/hub-docs/reference/helm-values.md @@ -3,6 +3,7 @@ title: Helm values sidebar_label: Helm values description: Configuration reference for the Hub Helm charts, generated from each chart's values. sidebar_position: 3 +hide_table_of_contents: true --- The tables below list every configurable value in the Hub Helm charts, generated From f06fad4914b3a95b8517559538122aca40812cce Mon Sep 17 00:00:00 2001 From: Rae Sharp Date: Fri, 31 Jul 2026 13:38:41 -0400 Subject: [PATCH 2/2] Update reference landing Signed-off-by: Rae Sharp --- hub-docs/reference/index.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/hub-docs/reference/index.md b/hub-docs/reference/index.md index 229e66b6..62a8d48a 100644 --- a/hub-docs/reference/index.md +++ b/hub-docs/reference/index.md @@ -6,10 +6,15 @@ description: Reference material for Hub, including feature flags and the feature Reference material for operating the hub. + - [Feature flags][feature-flags]. Enable optional features through Helm values. - [Feature lifecycle][feature-releases]. The alpha, beta, and GA feature stages and the Hub release cycle. +- [Helm chart][helm-chart]. The available values for the umbrella `hub` chart + which pulls in `hub-core` and `hub-connector` subcharts. + -[feature-flags]: /hub/reference/feature-flags [feature-releases]: /hub/reference/feature-releases +[feature-flags]: /hub/reference/feature-flags +[helm-chart]: /hub/reference/helm-values