From 33f959612f4baed3ffceab15001e8f2fd1dd9266 Mon Sep 17 00:00:00 2001 From: Fiona Artiaga <89225282+GrafanaWriter@users.noreply.github.com> Date: Tue, 24 Oct 2023 07:11:17 -0700 Subject: [PATCH] Docs: Clarify content on Getting started page (#77010) * Clarify content Users coming to this page need to understand that they have landed on the OSS page, and be provided direction to the Cloud getting started if they have landed here by mistake. * Update link update link * Remove duplicate content * Add link to cloud docs * Update docs/sources/getting-started/_index.md try this * Update docs/sources/getting-started/_index.md * Update docs/sources/getting-started/_index.md * Update _index.md * Fixed linting issues --------- Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com> Co-authored-by: Isabel Matwawana --- docs/sources/getting-started/_index.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/sources/getting-started/_index.md b/docs/sources/getting-started/_index.md index ebda5f5aeea..6252d05cd40 100644 --- a/docs/sources/getting-started/_index.md +++ b/docs/sources/getting-started/_index.md @@ -6,12 +6,14 @@ labels: products: - enterprise - oss -title: Get started +title: Get started with Grafana Open Source weight: 9 --- -# Get started +# Get started with Grafana Open Source -This section provides guidance on how build your first dashboard after you have installed Grafana. It also provides step-by-step instructions on how to add a Prometheus, InfluxDB, or an MS SQL Server data source. Refer to [Data sources]({{< relref "../datasources" >}}) for a list of all supported data sources. +Grafana helps you collect, correlate, and visualize data with beautiful dashboards — the open source data visualization and monitoring solution that drives informed decisions, enhances system performance, and streamlines troubleshooting. + +This section provides guidance to our open source community about how to build your first dashboard after you have installed Grafana. It also provides step-by-step instructions on how to add a Prometheus, InfluxDB, or an MS SQL Server data source. If you are connecting a different data source, please refer to our complete list of supported [Data sources]({{< relref "../datasources" >}}). If you would like to learn how to get started with Grafana Cloud, our fully managed observability stack, visit the [Grafana Cloud documentation](https://grafana.com/docs/grafana-cloud/quickstart/) for more information. {{< section >}}