Correct Helm documentation aliases. (#7537)

**What this PR does / why we need it**:
#7034 introduced a regression in the documentation. This changes
corrects the aliases of the Helm documentation pages.

**Checklist**
- [ ] Reviewed the `CONTRIBUTING.md` guide
- [ ] Documentation added
- [ ] Tests updated
- [ ] `CHANGELOG.md` updated
- [ ] Changes that require user attention or interaction to upgrade are
documented in `docs/sources/upgrading/_index.md`
pull/7740/head
Karsten Jeschkies 3 years ago committed by GitHub
parent 230cd9cf94
commit 54320e827c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      docs/sources/installation/helm/_index.md
  2. 4
      docs/sources/installation/helm/concepts.md
  3. 2
      docs/sources/installation/helm/configure-storage/index.md
  4. 9
      docs/sources/installation/helm/install-monolithic/index.md
  5. 7
      docs/sources/installation/helm/install-scalable/index.md
  6. 2
      docs/sources/installation/helm/monitor-and-alert/index.md
  7. 5
      docs/sources/installation/helm/reference.md
  8. 2
      docs/sources/installation/helm/upgrade-from-2.x/index.md
  9. 5
      production/helm/loki/reference.md.gotmpl

@ -1,9 +1,9 @@
--- ---
title: Install Grafana Loki with Helm title: Install Grafana Loki with Helm
menuTitle: Deploy on Kubernetes menuTitle: Deploy on Kubernetes
description: Use this template when you write a concept topic. description: Learn how to install Grafana Loki on Kubernetes with Helm.
aliases: aliases:
- /docs/writers-toolkit/latest/templates/concept-template - /docs/installation/helm
weight: 100 weight: 100
keywords: keywords:
- helm - helm

@ -1,9 +1,9 @@
--- ---
title: Helm Chart Components title: Helm Chart Components
menuTitle: Helm Chart Components menuTitle: Helm Chart components
description: A short introduction to the components installed with the Loki Helm Chart. description: A short introduction to the components installed with the Loki Helm Chart.
aliases: aliases:
- /docs/writers-toolkit/latest/templates/concept-template - /docs/installation/helm/concepts
weight: 100 weight: 100
keywords: keywords:
- dashboards - dashboards

@ -3,7 +3,7 @@ title: Configure storage
menuTitle: Configure storage menuTitle: Configure storage
description: Configure Loki storage description: Configure Loki storage
aliases: aliases:
- /docs/writers-toolkit/latest/templates/task-template - /docs/installation/helm/storage
weight: 100 weight: 100
keywords: keywords:
- object store - object store

@ -1,14 +1,11 @@
--- ---
title: Install the Single Binary Helm Chart title: Install the Single Binary Helm Chart
menuTitle: Install Single Binary Loki menuTitle: Install single binary Loki
description: Install Loki in single binary mode. description: Install Loki in single binary mode.
aliases: aliases:
- /docs/writers-toolkit/latest/templates/task-template - /docs/installation/helm/monolithic
weight: 100 weight: 100
keywords: keywords: []
- keyword
- key
- word
--- ---
# Install the single binary Helm Chart # Install the single binary Helm Chart

@ -3,12 +3,9 @@ title: Install the Helm Chart
menuTitle: Install Loki menuTitle: Install Loki
description: Install Loki in scalable mode. description: Install Loki in scalable mode.
aliases: aliases:
- /docs/writers-toolkit/latest/templates/task-template - /docs/installation/helm/scalable
weight: 100 weight: 100
keywords: keywords: []
- keyword
- key
- word
--- ---
# Install the Helm Chart # Install the Helm Chart

@ -3,7 +3,7 @@ title: Configure monitoring and alerting
menuTitle: Configure monitoring and alerting menuTitle: Configure monitoring and alerting
description: setup monitoring and alerts for the Helm Chart description: setup monitoring and alerts for the Helm Chart
aliases: aliases:
- /docs/writers-toolkit/latest/templates/task-template - /docs/installation/helm/monitoring
weight: 100 weight: 100
keywords: keywords:
- monitoring - monitoring

@ -5,10 +5,7 @@ description: Reference for Helm Chart values.
aliases: aliases:
- /docs/writers-toolkit/latest/templates/reference-template - /docs/writers-toolkit/latest/templates/reference-template
weight: 100 weight: 100
keywords: keywords: []
- keyword 1
- keyword 2
- keyword 3
--- ---
<!-- Autogenerated. Modify ../production/helm/loki/reference.md.gotmpl --> <!-- Autogenerated. Modify ../production/helm/loki/reference.md.gotmpl -->

@ -3,7 +3,7 @@ title: Upgrade the Helm Chart to 3.0
menuTitle: Upgrade the Helm Chart to 3.0 menuTitle: Upgrade the Helm Chart to 3.0
description: Upgrade the Helm Chart from 2.x to 3.0. description: Upgrade the Helm Chart from 2.x to 3.0.
aliases: aliases:
- /docs/writers-toolkit/latest/templates/task-template - /docs/installation/helm/upgrade
weight: 100 weight: 100
keywords: keywords:
- upgrade - upgrade

@ -5,10 +5,7 @@ description: Reference for Helm Chart values.
aliases: aliases:
- /docs/writers-toolkit/latest/templates/reference-template - /docs/writers-toolkit/latest/templates/reference-template
weight: 100 weight: 100
keywords: keywords: []
- keyword 1
- keyword 2
- keyword 3
--- ---
<!-- Autogenerated. Modify ../production/helm/loki/reference.md.gotmpl --> <!-- Autogenerated. Modify ../production/helm/loki/reference.md.gotmpl -->

Loading…
Cancel
Save