mirror of https://github.com/grafana/loki
Move standalone examples to a new top-level section (#10794)
**What this PR does / why we need it**: Moves the standalone examples inside the _Configuration_ section to a new top-level _Examples_ section. We can use this section to add more examples in the future. --------- Co-authored-by: Ashwanth <iamashwanth@gmail.com> Co-authored-by: J Stickler <julie.stickler@grafana.com>pull/10893/head^2
parent
ec54c723eb
commit
214c4444be
@ -0,0 +1,13 @@ |
||||
--- |
||||
title: Examples |
||||
menuTitle: Examples |
||||
description: Examples to help you run Grafana Loki. |
||||
weight: 800 |
||||
--- |
||||
|
||||
# Examples |
||||
|
||||
The following pages contain examples of how to configure Grafana Loki. |
||||
|
||||
- [Configuration snippets and ready-to-use configuration examples]({{< relref "./configuration-examples" >}}). |
||||
- [Deploy a query frontend on a existing cluster]({{< relref "./query-frontend" >}}). |
@ -1,8 +1,9 @@ |
||||
--- |
||||
title: Examples |
||||
description: Loki Configuration Examples |
||||
title: Configuration |
||||
description: Loki Configuration Examples and Snippets |
||||
weight: 100 |
||||
--- |
||||
# Examples |
||||
# Configuration |
||||
|
||||
## 1-Local-Configuration-Example.yaml |
||||
|
@ -1,10 +1,7 @@ |
||||
--- |
||||
title: Query frontend example |
||||
menuTitle: |
||||
description: Kubernetes query frontent example. |
||||
aliases: |
||||
- ../configuration/query-frontend/ |
||||
- ../configure/query-frontend/ |
||||
description: Kubernetes query frontend example. |
||||
weight: 200 |
||||
--- |
||||
# Query frontend example |
Loading…
Reference in new issue