From f702577e83f1032ebd63da89f66a5a761b614caf Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 10:07:21 +0100 Subject: [PATCH] [v11.3.x] format datasources list with columns (#95234) Co-authored-by: Jack Baldry Co-authored-by: Robby Milo --- docs/sources/datasources/_index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/sources/datasources/_index.md b/docs/sources/datasources/_index.md index 2cdfc50daa0..89fe11e36e5 100644 --- a/docs/sources/datasources/_index.md +++ b/docs/sources/datasources/_index.md @@ -138,6 +138,8 @@ A data source that uses the result set from another panel in the same dashboard. These built-in core data sources are also included in the Grafana documentation: +{{< column-list >}} + - [Alertmanager]({{< relref "./alertmanager" >}}) - [AWS CloudWatch]({{< relref "./aws-cloudwatch" >}}) - [Azure Monitor]({{< relref "./azure-monitor" >}}) @@ -157,6 +159,8 @@ These built-in core data sources are also included in the Grafana documentation: - [Testdata]({{< relref "./testdata" >}}) - [Zipkin]({{< relref "./zipkin" >}}) +{{< /column-list >}} + ## Add additional data source plugins You can add additional data sources as plugins (that are not available in core Grafana), which you can install or create yourself.