You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -8,15 +8,15 @@ thanks to [Grizzly](https://github.com/grafana/grizzly) and [GitHub Actions](htt
8
8
9
9
## What's here?
10
10
11
-
-**An [example dashboard](./example.jsonnet)** written in [Jsonnet](https://jsonnet.org/) with [Grafonnet](https://github.com/grafana/grafonnet).
12
-
-**Are you willing to extend it?** Find [here](https://grafana.github.io/grafonnet/API/dashboard/index.html) the Grafonnet API for dashboards.
13
-
- An example of **[how to use Grizzle to push dashboards to a Grafana instance](./.github/workflows/deploy.yml#L20)**.
14
-
-**Would you like to learn more about Grizzly** Find [here](https://grafana.github.io/grizzly/) the docs.
15
-
- An example of **[how to continuously deploy Grafonnet code to a Grafana instance](./.github/workflows/deploy.yml)**.
11
+
- An **[example dashboard](./example.jsonnet)** written in [Jsonnet](https://jsonnet.org/) with [Grafonnet](https://github.com/grafana/grafonnet).
12
+
- Are you willing to extend it? Find [here](https://grafana.github.io/grafonnet/API/dashboard/index.html) the Grafonnet API for dashboards.
13
+
- An example of how to **[use Grizzle to push dashboards to a Grafana instance](./.github/workflows/deploy.yml#L20)**.
14
+
- Would you like to learn more about Grizzly? Find [here](https://grafana.github.io/grizzly/) the docs.
15
+
- An example of how to **[continuously deploy Grafonnet code to a Grafana instance](./.github/workflows/deploy.yml)** with GitHub Actions.
16
16
17
17
## Looking for building your own example?
18
18
19
-
If you're a [learning-by-doing](https://en.wikipedia.org/wiki/Learning-by-doing) kind of person, you can follow the steps below to build your own example.
19
+
**If you're a [learning-by-doing](https://en.wikipedia.org/wiki/Learning-by-doing) kind of person,** you can follow the steps below to build your own example.
20
20
21
21
### Pre-requisites
22
22
@@ -97,6 +97,6 @@ First of all, you need to have these tools up and running before starting:
97
97
98
98
## Contribute
99
99
100
-
**Have you detected a typo or something incorrect and you are willing to contribute?**
100
+
Have you detected a typo or something incorrect, and you are **willing to contribute?**
101
101
102
102
Please, [open a pull request](https://github.com/joanlopez/grafonnet-example/compare), and I'll be happy to review it.
0 commit comments