From d821e69776f8942c0436cbc870c32b2932d261fc Mon Sep 17 00:00:00 2001 From: Usman Ahmad Date: Mon, 25 Nov 2024 13:04:39 +0100 Subject: [PATCH 1/3] corrected the play link to standard markdown syntax corrected the play link to standard markdown syntax. The previous one was getting broken on repo README.md page --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a52f54d1..a629bcaa 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,10 @@ Watch this video to learn more about setting up the Grafana GitHub data source p [![GitHub data source plugin | Visualize GitHub using Grafana | Tutorial](https://img.youtube.com/vi/DW693S3cO48/hq720.jpg)](https://youtu.be/DW693S3cO48 "Grafana GitHub data source plugin") -{{< docs/play title="Github data source plugin demo" url="https://play.grafana.org/d/d5b56357-1a57-4821-ab27-16fdf79cab57/github3a-queries-and-multi-variables" >}} +> [!TIP] +> ## Give it a try using Grafana Play +> With Grafana Play, you can explore and see how it works, learning from practical examples to accelerate your development. This feature can be seen on [GitHub data source plugin demo](https://play.grafana.org/d/d5b56357-1a57-4821-ab27-16fdf79cab57/github3a-queries-and-multi-variables +). ## GitHub API V4 (GraphQL) From 3610292e0a3a07d4c13a61704424938e9695a43d Mon Sep 17 00:00:00 2001 From: Usman Ahmad Date: Mon, 25 Nov 2024 13:05:49 +0100 Subject: [PATCH 2/3] minor fix of space --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index a629bcaa..5488793e 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,7 @@ Watch this video to learn more about setting up the Grafana GitHub data source p > [!TIP] > ## Give it a try using Grafana Play -> With Grafana Play, you can explore and see how it works, learning from practical examples to accelerate your development. This feature can be seen on [GitHub data source plugin demo](https://play.grafana.org/d/d5b56357-1a57-4821-ab27-16fdf79cab57/github3a-queries-and-multi-variables -). +> With Grafana Play, you can explore and see how it works, learning from practical examples to accelerate your development. This feature can be seen on [GitHub data source plugin demo](https://play.grafana.org/d/d5b56357-1a57-4821-ab27-16fdf79cab57/github3a-queries-and-multi-variables). ## GitHub API V4 (GraphQL) From acb99e8b52b34456718619cabd23a34339d04535 Mon Sep 17 00:00:00 2001 From: Usman Ahmad Date: Mon, 25 Nov 2024 13:10:05 +0100 Subject: [PATCH 3/3] fixed minor typos --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5488793e..97acba4a 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,9 @@ Watch this video to learn more about setting up the Grafana GitHub data source p [![GitHub data source plugin | Visualize GitHub using Grafana | Tutorial](https://img.youtube.com/vi/DW693S3cO48/hq720.jpg)](https://youtu.be/DW693S3cO48 "Grafana GitHub data source plugin") > [!TIP] +> > ## Give it a try using Grafana Play +> > With Grafana Play, you can explore and see how it works, learning from practical examples to accelerate your development. This feature can be seen on [GitHub data source plugin demo](https://play.grafana.org/d/d5b56357-1a57-4821-ab27-16fdf79cab57/github3a-queries-and-multi-variables). ## GitHub API V4 (GraphQL)