4cacab01f4
* Use relative aliases for all non-current Grafana aliases Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Remove all current page aliases find docs/sources -type f -name '*.md' -exec sed -z -i 's#\n *- /docs/grafana/latest/[^\n]*\n#\n#' {} \; find docs/sources -type f -name '*.md' -exec sed -Ez -i 's#\n((aliases:\n *-)|aliases:\n)#\n\2#' {} \; Signed-off-by: Jack Baldry <jack.baldry@grafana.com> Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
15 lines
654 B
Markdown
15 lines
654 B
Markdown
---
|
|
aliases:
|
|
- guides/what-is-grafana/
|
|
title: Getting started
|
|
weight: 10
|
|
---
|
|
|
|
# Getting started
|
|
|
|
This section provides guidance on how to install Grafana and build your first dashboard. It also provides step by step instructions on how to add a Prometheus or an InfluxDB data source. Refer to [Data sources]({{< relref "../datasources/_index.md" >}}) for a list of all supported data sources.
|
|
|
|
- [Getting started with Grafana]({{< relref "getting-started.md" >}})
|
|
- [Getting started with Grafana and InfluxDB]({{< relref "getting-started-influxdb.md" >}})
|
|
- [Getting started with Grafana and Prometheus]({{< relref "getting-started-prometheus.md" >}})
|