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>
12 lines
303 B
Markdown
12 lines
303 B
Markdown
---
|
|
title: First step of Getting started with...
|
|
---
|
|
|
|
## Step 1. Install Grafana and build your first dashboard
|
|
|
|
Use the instructions in [Getting started with Grafana]({{< relref "../../getting-started/getting-started.md" >}}) to:
|
|
|
|
- Install Grafana.
|
|
- Log in to Grafana.
|
|
- Create your first dashboard.
|