Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improved all pics with zoom-in options on all doc pages #386

Merged
merged 3 commits into from
Nov 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 4 additions & 10 deletions cspell.config.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
{
"ignorePaths": [
"node_modules/**",
"dist/**",
"mage_output_file.go"
],
"ignoreRegExpList": [
"import\\s*\\((.|[\r\n])*?\\)",
"import\\s*.*\".*?\""
],
"ignorePaths": ["node_modules/**", "dist/**", "mage_output_file.go"],
"ignoreRegExpList": ["import\\s*\\((.|[\r\n])*?\\)", "import\\s*.*\".*?\""],
"words": [
"araddon",
"bmike",
Expand Down Expand Up @@ -61,6 +54,7 @@
"uplot",
"vals",
"vladimirdotk",
"Wrapf"
"Wrapf",
"confg" //this is unfortunately a typo in a file name that is not easy to fix
]
}
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" >}}
Loading