Skip to content

Commit

Permalink
improved all pics with zoom-in options on all doc pages
Browse files Browse the repository at this point in the history
  • Loading branch information
usmangt committed Nov 12, 2024
1 parent 96af547 commit 252e76b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/sources/annotations/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ To create annotations, you need to specify at least the following two fields:

Annotations overlay events on a graph.

![Annotations on a graph](/media/docs/grafana/data-sources/github/annotations.png)
{{< figure alt="Annotations on a graph" src="/media/docs/grafana/data-sources/github/annotations.png" >}}

With annotations, you can display the following GitHub resources on a graph:

Expand All @@ -38,7 +38,7 @@ With annotations, you can display the following GitHub resources on a graph:

All annotations require that you select a field to display on the annotation, and a field that represents the time that the event occurred.

![Annotations editor](/media/docs/grafana/data-sources/github/annotations-editor.png)
{{< figure alt="Annotations editor" src="/media/docs/grafana/data-sources/github/annotations-editor.png" >}}

If you want to add titles or tags to the annotations, you can add additional fields with the appropriate types.

Expand Down
2 changes: 1 addition & 1 deletion docs/sources/setup/datasource.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ weight: 103
1. Go to its settings tab and at the bottom, you will find the **Connection** section.

1. Paste the access token.
![Configuring API Token](/media/docs/grafana/data-sources/github/github-plugin-confg-token.png)
{{< figure alt="Configuring API Token" src="/media/docs/grafana/data-sources/github/github-plugin-confg-token.png" >}}

(_Optional_): If you using the GitHub Enterprise, then select the **Enterprise** option inside the **Additional Settings** section and paste the URL of your GitHub Enterprise.

Expand Down
4 changes: 2 additions & 2 deletions docs/sources/variables-and-macros/variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ Variables allow you to create more interactive and dynamic dashboards by replaci

Here is an example of creating a dashboard variable:

![Creating variables](/media/docs/grafana/data-sources/github/variables-create.png)
{{< figure alt="Creating variables" src="/media/docs/grafana/data-sources/github/variables-create.png" >}}

You can reference them inside queries, allowing users to configure parameters such as `Query` or `Repository`.

![Using variables inside queries](/media/docs/grafana/data-sources/github/using-variables.png)
{{< figure alt="Using variables inside queries" src="/media/docs/grafana/data-sources/github/using-variables.png" >}}

0 comments on commit 252e76b

Please sign in to comment.