Remove aliases to current location. (#9911)

Re: [this comment
](https://github.com/grafana/loki/pull/9890#pullrequestreview-1521562982)from
@jdbaldry on #9890 that "Relative aliases that refer to the current page
location won't be effective and should be removed because they can cause
confusion and might result in mistaken redirects in the future if pages
are moved again."

Removing aliases that refer to the current location of the pages.
pull/9890/head^2
J Stickler 3 years ago committed by GitHub
parent 3243676f4c
commit 1c9160bc4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      docs/sources/alert/_index.md
  2. 1
      docs/sources/get-started/_index.md
  3. 1
      docs/sources/get-started/architecture.md
  4. 1
      docs/sources/get-started/components.md
  5. 1
      docs/sources/get-started/deployment-modes.md
  6. 1
      docs/sources/get-started/hash-rings.md
  7. 1
      docs/sources/get-started/labels.md
  8. 1
      docs/sources/get-started/overview.md
  9. 1
      docs/sources/query/_index.md
  10. 1
      docs/sources/query/analyzer.md
  11. 1
      docs/sources/query/ip.md
  12. 1
      docs/sources/query/log_queries/_index.md
  13. 1
      docs/sources/query/logcli.md
  14. 1
      docs/sources/query/metric_queries.md
  15. 1
      docs/sources/query/query_examples.md
  16. 1
      docs/sources/query/template_functions.md
  17. 2
      docs/sources/visualize/grafana.md

@ -4,7 +4,6 @@ menuTitle: Alert
description: Learn how the rule evaluates queries for alerting.
aliases:
- ./rules/
- ./alert/
- ./alerting/
weight: 850
keywords:

@ -5,7 +5,6 @@ description: How to create and use a simple Loki cluster for testing and evaluat
aliases:
- ../getting-started/get-logs-into-loki/
- ../getting-started/
- ../get-started/
---
# Get started

@ -6,7 +6,6 @@ weight: 300
aliases:
- ../architecture/
- ../fundamentals/architecture/
- ../get-started/architecture/
---
# Loki architecture

@ -5,7 +5,6 @@ description: The components that make up Grafana Loki.
weight: 500
aliases:
- ../fundamentals/architecture/components
- ../get-started/components/
---
# Loki components

@ -5,7 +5,6 @@ description: Describes the different ways to deploy Loki.
weight: 400
aliases:
- ../fundamentals/architecture/deployment-modes
- ../get-started/deployment-modes/
---
# Loki deployment modes

@ -5,7 +5,6 @@ description: Describes how the Loki architecture uses consistent hash rings.
weight: 700
aliases:
- ../fundamentals/architecture/rings
- ../get-started/hash-rings/
---
# Consistent hash rings

@ -6,7 +6,6 @@ weight: 600
aliases:
- ../getting-started/labels/
- ../fundamentals/labels/
- ../get-started/labels/
---
# Understand labels

@ -6,7 +6,6 @@ weight: 200
aliases:
- ../overview/
- ../fundamentals/overview/
- ../get-started/overview/
---
# Loki overview

@ -4,7 +4,6 @@ menuTItle: Query
description: LogQL, Loki's query language for logs.
aliases:
- ./logql
- ./query
weight: 700
---

@ -4,7 +4,6 @@ menuTitle: LoqQL Analyzer
description: The LogQL Analyzer is an inline educational tool for experimenting with writing LogQL queries.
aliases:
- ../logql/analyzer/
- ../query/analyzer/
weight: 60
---

@ -4,7 +4,6 @@ menuTItle:
description: LogQL supports matching IP addresses.
aliases:
- ../logql/ip/
- ../query/ip/
weight: 40
---

@ -4,7 +4,6 @@ menuTItle:
description: Overview of how log queries are constructed and parsed.
aliases:
- ../logql/log_queries/
- ../query/log_queries/
weight: 10
---

@ -5,7 +5,6 @@ description: LogCLI, Grafana Loki's command-line interface
aliases:
- ../getting-started/logcli/
- ../tools/logcli/
- ../query/logcli/
weight: 700
---

@ -4,7 +4,6 @@ menuTItle:
description: Metric queries extend log queries by applying a function to log query results. This powerful feature creates metrics from logs.
aliases:
- ../logql/metric_queries/
- ../query/metric_queries/
weight: 20
---

@ -4,7 +4,6 @@ menuTitle: Query examples
description: LogQL query examples with explanations on what those queries accomplish.
aliases:
- ../logql/query_examples/
- ../query/query_examples/
weight: 50
---

@ -4,7 +4,6 @@ menuTItle:
description: Describes functions that are supported by the text template.
aliases:
- ../logql/template_functions/
- ../query/template_functions/
weight: 30
---

@ -2,11 +2,9 @@
title: Visualize log data
menuTitle: Visualize data
description: Visualize your log data with Grafana
aliases:
- ../getting-started/grafana/
- ../operations/grafana/
- ../visualize/grafana/
weight: 825
keywords:
- visualize

Loading…
Cancel
Save