From b36ee4bd50820eabc708756b243b802f8e0e3adf Mon Sep 17 00:00:00 2001 From: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com> Date: Fri, 22 Mar 2024 13:10:29 -0700 Subject: [PATCH] Docs/set docs hidden (#61) * Set docs to be hidden * Add hidden flag to other top level topics --- docs/sources/_index.md | 19 +++---------------- docs/sources/_index.md.t | 19 +++---------------- docs/sources/about.md | 3 +++ docs/sources/data-collection.md | 3 +++ docs/sources/release-notes.md | 3 +++ docs/sources/stability.md | 3 +++ 6 files changed, 18 insertions(+), 32 deletions(-) diff --git a/docs/sources/_index.md b/docs/sources/_index.md index e13b013f8f..1d1b838505 100644 --- a/docs/sources/_index.md +++ b/docs/sources/_index.md @@ -8,6 +8,9 @@ cascade: OTEL_VERSION: v0.87.0 PRODUCT_NAME: Grafana Alloy PRODUCT_ROOT_NAME: Alloy + _build: + list: false + noindex: true --- # {{% param "PRODUCT_NAME" %}} @@ -32,22 +35,6 @@ It is designed to be flexible, performant, and compatible with multiple ecosyste * **Powerful**: Write programmable pipelines with ease, and debug them using a [built-in UI][UI]. * **Batteries included**: Integrate with systems like MySQL, Kubernetes, and Apache to get telemetry that's immediately useful. - - ## Supported platforms * Linux diff --git a/docs/sources/_index.md.t b/docs/sources/_index.md.t index a751d5bbed..475bbabef2 100644 --- a/docs/sources/_index.md.t +++ b/docs/sources/_index.md.t @@ -8,6 +8,9 @@ cascade: OTEL_VERSION: v0.87.0 PRODUCT_NAME: Grafana Alloy PRODUCT_ROOT_NAME: Alloy + _build: + list: false + noindex: true --- # {{% param "PRODUCT_NAME" %}} @@ -32,22 +35,6 @@ It is designed to be flexible, performant, and compatible with multiple ecosyste * **Powerful**: Write programmable pipelines with ease, and debug them using a [built-in UI][UI]. * **Batteries included**: Integrate with systems like MySQL, Kubernetes, and Apache to get telemetry that's immediately useful. - - ## Supported platforms * Linux diff --git a/docs/sources/about.md b/docs/sources/about.md index a2dcb00b71..b4252131e5 100644 --- a/docs/sources/about.md +++ b/docs/sources/about.md @@ -4,6 +4,9 @@ description: Grafana Alloy is a flexible, performant, vendor-neutral, telemetry menuTitle: Introduction title: Introduction to Grafana Alloy weight: 10 +_build: + list: false +noindex: true --- # Introduction to {{% param "PRODUCT_NAME" %}} diff --git a/docs/sources/data-collection.md b/docs/sources/data-collection.md index 21d2655b00..f0cf01dfe6 100644 --- a/docs/sources/data-collection.md +++ b/docs/sources/data-collection.md @@ -4,6 +4,9 @@ description: Grafana Alloy data collection menuTitle: Data collection title: Grafana Alloy data collection weight: 900 +_build: + list: false +noindex: true --- # {{% param "PRODUCT_NAME" %}} Data collection diff --git a/docs/sources/release-notes.md b/docs/sources/release-notes.md index 2d282a0235..400a56eb38 100644 --- a/docs/sources/release-notes.md +++ b/docs/sources/release-notes.md @@ -4,6 +4,9 @@ description: Release notes for Grafana Alloy menuTitle: Release notes title: Release notes for Grafana Alloy weight: 999 +_build: + list: false +noindex: true --- # Release notes for {{% param "PRODUCT_NAME" %}} diff --git a/docs/sources/stability.md b/docs/sources/stability.md index 2cdb1d0087..29bab56324 100644 --- a/docs/sources/stability.md +++ b/docs/sources/stability.md @@ -3,6 +3,9 @@ canonical: https://grafana.com/docs/alloy/latest/stability/ description: Grafana Alloy features fall into one of three stability categories, experimental, beta, or stable title: Stability weight: 600 +_build: + list: false +noindex: true --- # Stability