From 6bb8cb414648a8d4cb6ca81639c9ade0abd38d97 Mon Sep 17 00:00:00 2001 From: "loki-gh-app[bot]" <160051081+loki-gh-app[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 15:09:57 -0500 Subject: [PATCH] docs: change order of TOC (backport release-3.2.x) (#15868) Co-authored-by: J Stickler --- docs/sources/send-data/alloy/_index.md | 2 +- docs/sources/send-data/otel/_index.md | 4 ++-- docs/sources/send-data/promtail/_index.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/sources/send-data/alloy/_index.md b/docs/sources/send-data/alloy/_index.md index daad0d6906db7..21ad0714320ec 100644 --- a/docs/sources/send-data/alloy/_index.md +++ b/docs/sources/send-data/alloy/_index.md @@ -2,7 +2,7 @@ title: Ingesting logs to Loki using Alloy menuTitle: Grafana Alloy description: Configuring Grafana Alloy to send logs to Loki. -weight: 250 +weight: 100 --- diff --git a/docs/sources/send-data/otel/_index.md b/docs/sources/send-data/otel/_index.md index ba4a7253dda07..55b6ac4ed4210 100644 --- a/docs/sources/send-data/otel/_index.md +++ b/docs/sources/send-data/otel/_index.md @@ -1,10 +1,10 @@ --- title: Ingesting logs to Loki using OpenTelemetry Collector -menuTitle: OTel Collector +menuTitle: OpenTelemetry description: Configuring the OpenTelemetry Collector to send logs to Loki. aliases: - ../clients/k6/ -weight: 250 +weight: 200 --- # Ingesting logs to Loki using OpenTelemetry Collector diff --git a/docs/sources/send-data/promtail/_index.md b/docs/sources/send-data/promtail/_index.md index bfd4a54b733cb..05eec7dc43d38 100644 --- a/docs/sources/send-data/promtail/_index.md +++ b/docs/sources/send-data/promtail/_index.md @@ -4,7 +4,7 @@ menuTitle: Promtail description: How to use the Promtail agent to ship logs to Loki aliases: - ../clients/promtail/ # /docs/loki/latest/clients/promtail/ -weight: 200 +weight: 300 --- # Promtail agent